Node.js & TypeScript
Node.js and TypeScript reference: project setup, ESLint and Prettier configuration, common patterns, and production deployment.
Node.js Event Loop
Complete technical breakdown of the Node.js event loop: libuv architecture, event loop phases, microtasks vs macrotasks, thread pool, and avoiding blocking the loop.