AYAbhishek Yadavinterminal-thoughts.hashnode.dev·May 10 · 5 min readWhat is Node.js? JavaScript on the Server ExplainedFor over a decade, JavaScript was a bird in a cage. It was the "language of the browser," designed exclusively to make websites interactive. If you wanted to build the actual "brain" of a website (the00
AKAshaaf Khaninashaaf.hashnode.dev·May 10 · 5 min readNode.js: The Paradigm Shift of JavaScriptFor nearly fifteen years, JavaScript was a language with a very specific, limited "home". It lived inside web browsers, performing simple tasks like validating forms or creating flashy animations. If 00
SMSiddhartha Mohapatrainnode-introduction.hashnode.dev·May 7 · 3 min readWhat is Node.js?Node.js is a cross-platform, open-source JavaScript runtime environment that allows developers to execute JavaScript code outside a web browser to build server-side applications. To run JavaScript out00
RKRajesh Kumarinnodejs-dev.hashnode.dev·May 6 · 6 min readWhat is Node.js? JavaScript on the Server ExplainedFor the first 14 years of its life, JavaScript was trapped inside a box. That box was the web browser. If you were building a website in the early 2000s, you used JavaScript for simple things: showing00
VRVISHAL RAYinrayvishal.hashnode.dev·Apr 25 · 5 min readJavaScript on the Server ExplainedNow a day javascript is widely populer language and used in both frontend and backend, but do you know before 2008 even no one was think that javascript can use in backend development also, so in this00
AAAsghar aliinasgharalifs.hashnode.dev·Mar 16 · 12 min readUnderstand Node.js ArchitectureWhy does Node.js Architecture Matter? When you use NodeJS, you are just writing JavaScript, calling functions, making API's, and reading files; it works and you move on. But something happened weirdly00
SAShriyansh Agarwalinshriyanshagarwal.hashnode.dev·Mar 14 · 6 min readUnderstanding Node.js Architecture: V8, libuv, and Node Bindings ExplainedHow 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.j00
ACARKPARAVA CHAKRABORTYinunderstand-and-build-in-web.hashnode.dev·Mar 11 · 7 min readInside Node.js: The Engine Behind Lightning-Fast ServersImagine a scenario of a Dhaba (Restaurant) near highway, they has one waiter Ramu kaka, he alone manages the whole Dhaba customers. At an jamp-packed weekend if the waiter take an order from a custome10
SSaumyainblog.saumyagrawal.in·Mar 11 · 10 min readUnder the Hood: How Node.js Actually Runs Your CodeThere is a whole world that exists between your JavaScript code and the machine that executes it. When you first started using Node.js, you heard terms like non-blocking code and event loop. We accept00
SSSubransu Sekhar Maharanainwebfundamentals.hashnode.dev·Mar 10 · 6 min readNode.js Architecture: V8, libuv, and Node Bindings ExplainedNode.js became popular because it allows developers to build high-performance, scalable backend applications using JavaScript. But what makes Node.js fast? Why can it handle thousands of concurrent co00