PGpc gamerinnitinbuilds.hashnode.dev·6d ago · 4 min readBuilding Wanderlust: My Full-Stack Travel Listing AppIntroduction I recently started building Wanderlust, a full-stack travel listing web application. The purpose of this project is to understand how frontend pages, backend routes and databases work tog00
YSYuvaan Singhinyuvaanslab.hashnode.dev·Jul 11 · 3 min read# RouteSribe: A Runtime-First OpenAPI Generator for Express.I Built RouteScribe: A Runtime-First OpenAPI Generator for Express If you've built APIs with Express, you've probably experienced this at least once. You build a new endpoint. Everything works. Then y00
ATAryan Tiwariinproject-feature.hashnode.dev·Jul 8 · 5 min readStop Storing JWTs in localStorage: A Production-Grade Auth Architecture with Express & RedisIf you are building an application with a Node/Express backend, there is a good chance you are using JSON Web Tokens (JWT) for authentication. And if you are like most developers, you probably send th10
AKAshaaf Khaninashaaf.hashnode.dev·Jul 3 · 7 min readStoring Uploaded Files and Serving Them in Express: The Definitive GuideThink about the apps you use every day. Whether you are changing your profile picture on a social media app, uploading a PDF receipt to an expense tracker, or attaching a resume to a job board, file u00
SSubhransu894insubhransusekhar.hashnode.dev·Jul 2 · 2 min readJWT Authentication in Node.js - A Step by Step guideIntroduction Authentication is an essential part of modern web applications. One of the most popular ways to implement authentication in Node.js applications is using JSON Web Token (JWT). JWT provide00
SSubhransu894insubhransusekhar.hashnode.dev·Jul 2 · 3 min readHow I Built a Full-Stack CRM with MERN-StackIntroduction Building real-world projects is one of the best way to learn full-stack development. To strengthen my understanding on the MERN stack, I built Anvaya CRM , a Customer Relationship Managem00
VOVictor Onahinvictor-onah.hashnode.dev·Jun 26 · 8 min readI Didn't Mean To Build A Web StackIt started with a template engine. Not because the world needed another one. Because I needed one that worked the way I think. Something that wouldn't surprise me six months later in production. That 00
MBMauricio Bardainmauriciobarda.hashnode.dev·Jun 23 · 5 min readFrom Domain Modeling to Deployment: Building a MERN Application Without Getting LostBuilding and deploying a custom solution to a problem involves many steps, but first, you need to understand the real problem and the operational system. That approach is called Domain Driven Design (00
SKshivam kumarinmindofmine.hashnode.dev·Jun 22 · 4 min readAccess Tokens vs Refresh Tokens: The Missing Piece Most JWT Tutorials Don't ExplainWhen I first learned JWT authentication in MERN, I understood how to generate a token after login. What I didn't understand was why we need both an Access Token and a Refresh Token. If a user is alrea00
SShayintoddlerstech.hashnode.dev·Jun 21 · 3 min readSetting Up Your First Node.js Application Step-by-Steptoday i am here to give you a walkthrough of your first node.js app . Whether you use windows , mac or linux i will try to be OS neutral so anyone can follow along. Install Node.Js installing node is00