RHrajashree hungundinrajashree.hashnode.dev·May 8 · 3 min readSetting Up Your First Node.js Application Step-by-StepIf you are starting your web development journey, then Node.js is one of the most important technologies you should learn. In simple words, Node.js allows us to run JavaScript outside the browser. Thi00
RHrajashree hungundinpromises-with-raj.hashnode.dev·May 8 · 7 min readHow Node.js Powers Fast and Scalable Modern ApplicationsModern web applications are expected to be fast, responsive, and capable of handling thousands of users at the same time. Whether it’s a chat application, a live-streaming platform, an online game, or00
RHrajashree hungundinpromises-with-raj.hashnode.dev·May 7 · 3 min readUnderstanding `this` in JavaScript Made SimpleHave you ever seen the "this" keyword in JavaScript and thought, “Yeh exactly hai kya?” Because honestly, almost every beginner gets confused when they first learn it. Sometimes "this" points to an ob00
RHrajashree hungundinpromises-with-raj.hashnode.dev·Apr 27 · 4 min readExpress Middleware Explained: The Request Pipeline You Must UnderstandEver wondered how a request in Express.js doesn’t directly reach the route, but gets processed step by step? That’s where middleware comes in. It acts like a checkpoint between the request and respons00
RHrajashree hungundinpromises-with-raj.hashnode.dev·Apr 26 · 4 min read🚀 Node.js Explained: JavaScript Beyond the BrowserJavaScript is often seen as a language that only runs inside the browser. But in reality, JavaScript can also run on servers — and that’s made possible by Node.js. In this blog, we’ll cover: Why Java00