NSNamra Sutharinnamrabuilds.hashnode.dev·May 11 · 10 min readWhy Facebook’s 'Mistake' Became Your Entire CareerYou learned useState. You wrote a few components. Maybe you even built a todo app and felt like, “Yes, React samajh aa gaya.” But wait. Why does React even exist? Why did Facebook create it? And why d00
NSNamra Sutharinnamrabuilds.hashnode.dev·May 10 · 6 min readWhat is Middleware in Express and How It WorksWhat is Middleware in Express and How It Works Introduction When developers start learning Express.js, one term appears everywhere: Middleware At first, middleware feels confusing because it appears 00
NSNamra Sutharinnamrabuilds.hashnode.dev·May 10 · 10 min readREST API Design Made Simple with Express.jsWhen you build a frontend app, it usually needs data. For example: login user show products create a post update profile delete a comment But the frontend does not directly open your database. 00
NSNamra Sutharinnamrabuilds.hashnode.dev·May 10 · 9 min readCreating Routes and Handling Requests with ExpressWhen you start learning backend development with Node.js, one of the first things you hear is: “Use Express.” At first, Express may feel like just another library to install. But once you understand00
NSNamra Sutharinnamrabuilds.hashnode.dev·May 9 · 6 min readWhy Node.js is Perfect for Building Fast Web ApplicationsIntroduction When developers talk about fast and scalable backend technologies, one name appears almost everywhere: Node.js Today Node.js powers: APIs streaming platforms chat applications dashbo00