SSshouvik sarkarinsarkarshouvik.hashnode.dev·4d ago · 12 min readJWT Authentication ExplainedHey there brilliant developers. Hope you’re learning and building something new every day. Did you know that HTTP is stateless? Since Express is built on top of HTTP, it is stateless too. But what doe00
SSSpriha Sharmainquotascottage.hashnode.dev·5d ago · 5 min readI Tried to Set Up a Backend and Instead Learned Why Env Files Exist. New series, new project. Here's the deal. So, What's Quota's Cottage? For my internship work at DOSINK I am working on a booking system for a 12-room cat wellness hotel - yes, an actual hotel, for cat00
AKAshaaf Khaninashaaf.hashnode.dev·6d ago · 11 min readWhat is Middleware in Express.js and How It Works: The Complete GuideImagine you are standing in line at an international airport, waiting to board an overseas flight. Before you ever set foot on the plane, you don't just walk straight from the curb to your seat. You g00
SMSiddhartha Mohapatrainnode-introduction.hashnode.dev·Aug 2 · 3 min readIntroduction to URL Parameters and Query Strings in Express.jsWhen building web applications and REST APIs with Express.js, passing data via the URL is a core requirement. Express gives us two primary ways to extract dynamic values from a URL: URL Parameters (Ro00
VWVictor Wariboko-Westincybersage.hashnode.dev·Aug 1 · 5 min read7 Security Mistakes Junior Developers Make (And How to Fix Them)Security is not exactly taught in the same way syntax and frameworks are. Most junior developers learn it the hard way: after a bug is reported, a client sends an angry email or a 3 a.m Slack message 00
AKAshaaf Khaninashaaf.hashnode.dev·Jul 31 · 8 min readURL Parameters vs Query Strings in Express.js: The Complete GuideThink about how you navigate the web every single day. When you log into an online store and click on your profile, your browser address bar displays something like https://shop.com/users/42. You are 20
AKAshaaf Khaninashaaf.hashnode.dev·Jul 31 · 12 min readHandling File Uploads in Express with Multer: The Complete GuideThink about how a standard web page sends text data to a backend server. When you type your email and password into a login form, the browser packages those characters into a tidy string like email=us00
ARAlok Rajinnode-js.hashnode.dev·Jul 31 · 6 min readWhat is Middleware in Express and How It WorksIf you've ever imagined a web server as a great city, then every incoming request is a traveler arriving at its gates. Some visitors are friendly. Some are lost. Some carry the wrong documents. A few 00
ARAlok Rajinnode-js.hashnode.dev·Jul 31 · 6 min readHandling File Uploads in Express with MulterThere are many kinds of messages that travel across the web. Some carry only words—a username, an email address, a password whispered into a login form. These are light travelers, easily understood by00
ARAlok Rajinnode-js.hashnode.dev·Jul 31 · 5 min readURL Parameters vs Query Strings in Express.jsEvery request that reaches a server carries intent. Sometimes it arrives with certainty. "Take me to this user." Other times, it arrives with possibility. "Show me users... but only the active ones. S00