Writing
Blog
Writing on system design, React, web performance, and the craft of building software.
Blog
JavaScript
Node.js Internals and Architecture
1
Chapter 1: Introduction
1 article
•
0% completed
Why Node.js Internals Matter
Part 1
•
4 min read
•
Most developers use Node.js fluently but cannot explain what actually runs their code. Here is why that gap is worth closing, and what this series covers.
2
Chapter 2: Event Loop
2 articles
•
0% completed
The Node.js Event Loop: A Mental Model Before the Deep Dive
Part 1
•
7 min read
•
Before dissecting each phase of the event loop, you need a map. Here is the full picture -- V8, libuv, and every phase -- in one place.
V8, JIT Compilation, and How Node Actually Runs Your JavaScript
Part 2
•
7 min read
•
Your JavaScript is not the real program. The real program is Node.js, and V8 is how it turns your code into something a CPU can actually run.
Node.js Internals and Architecture | Writing & Engineering | Durgesh Rai