The Unavoidable JavaScript Components in Native JavaScript Toolchains
2025年11月12日Elecmonkey
Tools that process JavaScript code do not need to be JavaScript programs, but the people processing JavaScript code must be JavaScript programmers.
2025年11月12日Elecmonkey
Tools that process JavaScript code do not need to be JavaScript programs, but the people processing JavaScript code must be JavaScript programmers.
2025年8月26日Elecmonkey
I hope no magical optimizations interfered with the test; I really do not understand all the compilation mechanisms of Rust and V8 very well.
2025年5月7日Elecmonkey
In the fragmented frontend ecosystem, reactive data has become a faintly emerging new consensus
2025年4月19日Elecmonkey
Node.js finally supports TypeScript natively. But not in the way I imagined.
2025年4月16日Elecmonkey
Every tiny detail change in the frontend world reflects the evolution of the whole Web ecosystem.
2025年3月31日Elecmonkey
JWT authentication study notes. Analysis of stateless authentication principles, frontend and backend implementation solutions, security protection measures, and cross-origin and single sign-on issues encountered in real projects.