Apr 15 · 7 min read · "Node.js is single-threaded." It is the very first mantra we learn when diving into backend JavaScript. We are taught that a single Event Loop handles everything, and for a long time, this mental mode
Join discussion
Mar 26 · 15 min read · What If Node.js Could Have Zero-GC Request Handling — Without You Changing a Single Line of Code? A Proposal for a Hybrid Arena + GC Memory Model Baked into the JavaScript Runtime The Problem Nobody
Join discussionMar 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