NDNicola Della Morteinnicoladellamorte.hashnode.devUnder the Hood of Node.js: A Practical Guide to V8 Performance and MemoryAs 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 hood2h ago·4 min read
AAnandinblog.anands.devFrom window to globalThis: A Practical Guide to JavaScript’s Global ObjectJavaScript runs in many environments — browsers, Node.js, and even embedded systems.But one question often confuses developers: What is global object in JavaScript? A global object is a special object23h ago·4 min read
AUAdam Urbaninurbanisierung.hashnode.devStay ahead in web development: latest news, tools, and insights #127Signup here for the newsletter to get the weekly digest right into your inbox. weeklyfoo #127 is here: your weekly digest of all webdev news you need to know! This time you'll find 35 valuable links in 5 categories! Enjoy! 🚀 Read it! AI Tooling for...5h ago·6 min read
SAShafqat Awanincodingmavrick.hashnode.devConstructing a CI/CD Pipeline from Scratch: A Jenkins-Free Approach to Node.js DevOpsIn 2026, the complexity of modern deployment workflows often forces teams into bloated, expensive automation frameworks. Moving away from traditional legacy tools allows developers to regain granular control over the build process while significantly...6h ago·2 min read
AKArijit Kunduinarijitkundu.hashnode.devHow NodeJS Works?Introduction to NodeJS Architecture NodeJS is a JavaScript runtime environment built on Chrome's V8 JavaScript engine, allowing developers to run JavaScript on the server-side. Its architecture is des21h ago·8 min read
MBMayur Badgujarinblog.mayurbadgujar.meSurviving the Flash Sale: My Journey from a Fragile Monolith to a K8s Distributed SystemWhen I first sat down to build a backend engine, the goal seemed straightforward: build a system that can sell 1,000 iPhones to 10,000+ highly eager users during a "Flash Sale." How hard could it be, 21h ago·5 min read
RHrajashree hungundinpromises-with-raj.hashnode.devNode.js ArchitectureIntroduction Node.js architecture explains how Node.js works internally to execute JavaScript and handle many requests efficiently. Node.js is built on a single-threaded, event-driven, non-blocking ar22h ago·4 min read
MMahinindevlogsbymahin.hashnode.devNode JS ArchitectureThis blog is going to be a very high level understanding of nodeJS architecture, howRyan Dahl came up with idea of bringing JS outside of the browser to your local enviornment. So as we know the very 1d ago·6 min read
PHPaulo Henrique Oliveira dos Santosinphsantos.hashnode.devFrom Silence to Stream: Building Low-Latency AI with Node.js, React & WebSocketsA loading spinner is not a UX strategy. In my previous post, I argued that production AI behaves like a contract, not a conversation. We used Zod to keep LLM outputs from breaking Node.js systems, tha15h ago·9 min read
AKAlok Kumar Singhinnodejsarchitecture8373.hashnode.devUnderstanding Node.js Architecture: V8 Engine, Libuv, and Node.js BindingsUnderstanding Node.js Architecture Node.js is a powerful runtime environment that allows developers to run JavaScript outside the browser. It is widely used to build fast and scalable backend applicat1d ago·4 min read