Vivek varshneymern-stack-zero-to-hero.hashnode.dev·Feb 4, 2025🚀 MERN Stack Developer Kaise Bane? (Zero Se Hero Roadmap!) 💡Aaj ke time me MERN Stack Developer banna ek high-demand skill hai!💰 Freelancing ho ya full-time job, MERN Stack Developers ki market me zabardast demand hai! 🔍 Soch rahe ho kahaan se start karein? Kaise Zero se Hero banein? 😵💫Chinta mat karo, y...MERN Stack
Narsi Bhatinarsibhati.hashnode.dev·Feb 1, 2025How to Implement Secure User Authentication Using JWT, Express, and TypeScriptIn modern web applications, handling user authentication securely is crucial. One of the most popular and effective ways to authenticate users is by using JSON Web Tokens (JWT). In this post, we'll walk through the steps to implement JWT-based authen...JWT
Sahiltravel-book-api-docs.hashnode.dev·Jan 31, 2025Travel-Book API DocumentationTo check out the project click on Travel-Book . The web application offers several features, starting with CRUD operations that allow users to create, read, update, and delete their stories. Users can also share their stories with friends by generati...37 readsNode.js
Sajal Batrasajalbatra.hashnode.dev·Jan 30, 2025Picking Your Perfect Web Stack: MERN, MEVN, or Next.js?Hey there! After spending couple of years in web development , I thought I'd share my thoughts on three popular choices that often confuse newcomers and experienced devs alike. Let's Cut Through the Buzz Look, I get it. The internet is flooded with t...7 likes·91 readsWeb Development
fakhir hassanfakhirhassan.hashnode.dev·Jan 29, 2025Understanding Middleware in Express.js with Practical ImplementationIntroduction Express.js is a popular web framework for Node.js that simplifies the process of building web applications and APIs. One of the most powerful features of Express is middleware, which allows developers to handle requests in a modular and ...11 likes·28 readsJavaScript
Awais Ahmadblog.itsahmadawais.com·Jan 19, 2025How to Build a GraphQL API with Node.js, Express.js, and MongoDBGraphQL has become a powerful alternative to traditional REST APIs. It provides a flexible and efficient way to interact with data through a single endpoint. In this tutorial, I'll guide you through the process of setting up a GraphQL server using No...GraphQL with Mongo DB
Yashaswi Sahuyashaswisahu.hashnode.dev·Jan 15, 2025FastifyWhat is Fastify Fastify is a high performance web framework for Node JS .designed to build APIs and web application with a focus on speed, and it is always used as an alternative of other node js framework like Express JS due to its better performanc...FastAPI
Rishab Rajrishab2211.hashnode.dev·Jan 12, 2025Comprehensive Guide to Servers and Express.js: Basics, Benefits, and Best PracticesWhat is server ? A server is a computation machine(hardware + software) which fulfills the requests made by the Clients over a network remotely. need of server, because it provides following things : Centralized Resource Management : Servers act as ...Express.js
Getaw Dejengetawdejen.hashnode.dev·Jan 3, 2025AxiosFlow: Automate Type-Safe API Calls and Supercharge Your TypeScript WorkflowAs a TypeScript developer, have you ever felt frustrated writing repetitive, error-prone API calls? Do you wish there were a way to automate type-safe API interactions without sacrificing flexibility? Meet AxiosFlow, a powerful TypeScript library tha...React
Harsh Gajjarblog.harshgajjar.xyz·Jan 1, 2025HTTP Module vs ExpressWhen it comes to building web servers in Node.js, the HTTP module and Express are the two big contenders. But what makes them different? If we were to compare them to people, here's how they would stack up: If the HTTP Module Were a Person No frills...28 readsNode.js