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 9 · 4 min read · As JavaScript developers, we often praise the language for its flexibility and Developer Experience (DX). We don't have to worry about pointers, memory allocation, or strict typing. But under the hood
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
Mar 8 · 6 min read · When we start learning JavaScript, we usually focus on variables, functions, arrays, and objects. But as we move deeper, we start asking questions like: Where do global variables actually live? Why
Join discussion