RSRohan Satkarincoderxrohan.hashnode.dev·3d ago · 15 min readNVM for Windows — Complete Step-by-Step GuideThis guide is only for native Windows using PowerShell / Command Prompt. It does not cover WSL or Linux. Your current system shows: Microsoft Windows [Version 10.0.26200.9278] NVM for Windows v2.0.0 00
AJAyush Jaininayushjjainn.hashnode.dev·Aug 23 · 13 min readThe Node.js Event Loop ExplainedIn my last Node post I told you about the chai tapri uncle, one person, twenty customers, and how he stayed calm by never standing still and waiting. That post was about the whole architecture. This o00
AJAyush Jaininayushjjainn.hashnode.dev·Aug 23 · 10 min readWhy Node.js is Perfect for Building Fast Web ApplicationsThis is the fourth Node post in a row now, so if you have been following along, you already know the single thread, the callbacks and promises, and the event loop. This one pulls all of it together to00
KSKanishka Shashiinnodej.hashnode.dev·Aug 4 · 7 min readUnderstanding Node.js Architecture: A Deep DiveNode.js has become one of the most popular runtimes for building scalable network applications, powering everything from REST APIs to real-time chat apps and streaming services. But what makes it so g10
SKSahil Khuranaininnostaxengineering.hashnode.dev·Jul 9 · 8 min read5 Benefits of Using Node JS for API DevelopmentNetflix, Uber, PayPal, LinkedIn, GitHub. Five companies that collectively handle billions of API calls every day. All of them run Node.js on the backend. At some point, you stop treating that as a coi00
SASharafath Aliinsharafath.hashnode.dev·Jun 8 · 9 min readMy Node.js Server Was Leaking Memory in Production. Here's How I Found It.Our Node.js server was crashing in production. Not once — every single instance was going down, one after another, and Sentry (logging) was flooding with alerts. We had auto-scaling configured with a 00
KTKushagra Trivediinkushagrablogs.hashnode.dev·May 11 · 4 min readWhat is Node.js? JavaScript on the Server ExplainedFor most of its life, JavaScript had one job: make web pages interactive. It lived in the browser. That was the deal. Node.js broke that deal — and backend development hasn't been the same since. Java00
KTKushagra Trivediinkushagrablogs.hashnode.dev·May 11 · 4 min readWhy Node.js is Perfect for Building Fast Web ApplicationsMost web servers handle concurrency the same way: spawn a thread per request. It works. But threads are expensive — memory, context-switching, limits. Under load, they become the bottleneck. Node.js d00
KSKanishka Shashiinnodej.hashnode.dev·May 10 · 10 min readBlocking vs Non-Blocking Code in Node.jsModern web applications are expected to handle multiple users, process requests quickly, and remain responsive even under heavy traffic. One of the core reasons Node.js became so popular is its abilit00
KSKanishka Shashiinnodej.hashnode.dev·May 10 · 9 min readWhy Node.js is Perfect for Building Fast Web ApplicationsModern web applications demand speed, scalability, and real-time performance. Users expect websites and applications to load instantly, process requests quickly, and handle thousands of simultaneous u00