Small make up recommend

How to protect Node.js source code by bytecode

Protect node.js source code by publishing compiled bytecodes for the V8 engine.

H5 novel reader left and right page turning research

This paper summarizes several schemes of realizing the left and right page turning function of pure text novel reader.

JavaScript

How does Babel convert async/await?

RegeneratorRuntime is not defined…

An insight into Web workers and JavaScript sandboxes

Explore the summary thinking of implementing JavaScript sandbox isolation scheme based on Web Worker.

Acme optimization

The ultimate V8 engine optimization road

The V8 engine is optimised to perfection.

React Native startup speed optimization: Native

“From the perspective of Native, this paper analyzes the startup process of the existing React Native architecture from the source code, summarizes several performance optimization points of the Native layer, and finally briefly introduces the new architecture of React Native.”

Develop reading

A review of collaborative editing conflict handling algorithms

Summary of several cooperative editing conflict handling algorithms

3 Typography principles programmers should know

“Programmers don’t just code.”

Why did early Windows need to defragment

“In general, operating systems need defragmentation for two main reasons: file systems are designed so that a lot of fragmentation can occur when resources are freed; and mechanical hard disks perform several orders of magnitude worse on random reads and writes than sequential reads and writes.”

English reading

Evolving the CLS metric

Plans for improving the CLS metric to be more fair to long-lived pages.

An accessible toggle

Very fine implementation ~

Developing For Imperfect: Future Proofing CSS Styles

How do we plan future-proof styles in a world with an infinite degree of device and user ability variance? Let’s explore how things can break and how modern CSS provides solutions.