PTPiyush Tiwariinpiyushtiwari88.hashnode.dev00How React Virtual DOM works under the HoodMay 8 · 9 min read · Introduction 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 carJoin discussion
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev00JWT Authentication in Node.js Explained SimplyMay 6 · 7 min read · Introduction 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 Join discussion
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev00Creating Routes and Handling Requests with ExpressMay 6 · 6 min read · Introduction 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 mJoin discussion
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev00Setting Up Your First Node.js Application Step-by-StepMay 6 · 5 min read · Introduction 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 Join discussion
PTPiyush Tiwariinpiyushtiwari88.hashnode.dev00What is Middleware in Express and How It WorksMay 6 · 7 min read · Introduction 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 asJoin discussion