Blog Posts
Monthly ArchiveRolldown-Vite Announces Feature Parity with Vite, Evan You and His Next-Generation Frontend Toolchain
2025年6月2日Elecmonkey
Vite + Rust, a vision for the future of frontend build tools
Running an Antique Frontend Project on an arm64 Mac, and Ending Up with a Head Full of Thoughts About Technical Debt
2025年5月19日Elecmonkey
Technical debt is not purely a technical problem. It is about CI/CD modernization, organizational governance, and every technologist's open source culture and community participation.
JavaScript Reactive Systems, from Framework Implementations to TC39 Signals
2025年5月7日Elecmonkey
In the fragmented frontend ecosystem, reactive data has become a faintly emerging new consensus
How to Force Mermaid, Born for the Browser, to Render on the Server
2025年4月26日Elecmonkey
You will find that many tools pursuing SSR/SSG still ultimately choose browser-side rendering for Mermaid.
Talking About Node.js Native Support for Running TypeScript Files
2025年4月19日Elecmonkey
Node.js finally supports TypeScript natively. But not in the way I imagined.
The Story Behind the Mysterious javascript:void(0) Link
2025年4月16日Elecmonkey
Every tiny detail change in the frontend world reflects the evolution of the whole Web ecosystem.
A Dumb Way to Solve DockerHub Access Problems
2025年4月11日Elecmonkey
The most useful episode of offline import: restricted network environments. It reminds me of installing snap programs on Ubuntu back then, which required a similar method.
The Evolution Path of AI Agents: Building a Model Context Protocol Server with Node.js
2025年4月4日Elecmonkey
Model Context Protocol: model context, helping AI large models break through the dimensional wall of the chat box.
User Authentication System: Stateless Authentication with JWT
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.