Mar 14 · 6 min read · How does Node.js work? This is the most common question that an interviewer asks in a JavaScript interview. The answer lies in the Node.js architecture, which involves mainly V8 engine libuv Node.j
Join discussion
Mar 9 · 11 min read · The Three Relics of Node.js A Harry Potter–Themed Journey Through V8, libuv, and Bindings Prologue: The Legend of the Three Deathly Hallows In the wizarding world, there exists a legendary tale known
Join discussion
Mar 8 · 3 min read · Topics that cover V8 Engine Libuv — The Async Powerhouse Node.js Binding "Bridge" 1. V8 Engine What is V8 engine JavaScript runs inside a JavaScript engine. One of the most popular engines is th
Join discussion