PTPiyush Tiwariinpiyushtiwari88.hashnode.dev·May 8 · 9 min readHow React Virtual DOM works under the HoodIntroduction Modern web applications are expected to feel fast, responsive, and interactive. Whether you are scrolling through a social media feed, typing into a search bar, or updating a shopping car00
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev·May 6 · 7 min readJWT Authentication in Node.js Explained SimplyIntroduction Authentication is one of the most important parts of modern web applications. Every time users log into a social media platform, access a banking dashboard, use an e-commerce website, or 00
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev·May 6 · 6 min readCreating Routes and Handling Requests with ExpressIntroduction Building modern web applications requires an efficient way to handle incoming client requests and send meaningful responses. Whether it is a frontend application requesting user data, a m00
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev·May 6 · 5 min readSetting Up Your First Node.js Application Step-by-StepIntroduction Every modern web application depends on a backend system that can handle requests, process data, and communicate efficiently with databases and external services. Over the years, Node.js 00
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev·May 6 · 7 min readWhat is Middleware in Express and How It WorksIntroduction Modern web applications handle far more than just sending responses to users. Before a request reaches its final destination, it often passes through multiple layers of processing such as00