4 topics in this chapter
Understanding the Node.js runtime architecture, from V8 to libuv, and how JavaScript executes outside the browser.
29 min read
Deep dive into V8's compilation pipeline, hidden classes, inline caching, and performance optimization techniques.
54 min read
Understanding Node.js event loop, phases, and how asynchronous operations are orchestrated in the runtime.
35 min read
Understanding the complete lifecycle of a Node.js process from bootstrap to graceful shutdown.
50 min read