SPSaurav Pratap Singhinsaurav26.hashnode.dev00URL Parameters vs Query Strings in Express.jsJust now · 6 min read · In this blog, we would be learning about url parameters, query string and how they are different from each other in Express.js. The prerequisite for this blog is that you are aware of Express.js and tJoin discussion
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00REST API Design Made Simple with Express.js7h ago · 4 min read · INTRODUCTION: Imagine you’re using a food delivery app.When you view restaurants, place an order, update your delivery address, or cancel an order, you are interacting with a backend system through anJoin discussion
SKsagar kembleinblog.sagarkemble.dev00REST API Design Made Simple with Express.js11h ago · 6 min read · Your App is Basically a Chai Tapri You walk up to the tapri . You say "bhaiya, ek cutting chai ☕." The bhaiya makes it, hands it over. Done. You did not walk behind the counter and make it yourself.Join discussion
SPSaurav Pratap Singhinsaurav26.hashnode.dev00Your guide to REST API12h ago · 7 min read · Hello readers, if you are here in this blog, congrats you are not out of the basics and going to start your development journey, from here on we would slowly focus more on creating stuff and learn difJoin discussion
VRVISHAL RAYinrayvishal.hashnode.dev00REST API Design with Express.js1d ago · 3 min read · Have you ever wondered what happens when you enter your email and password on a website and click “Login”? Behind the scenes, your browser sends a request to a server, and the server responds with theJoin discussion
NKNandini Karnakotainspringbootbynandini.hashnode.dev10Spring Boot Annotations Explained Simply: From Basics to REST APIs1d ago · 3 min read · When I first started learning Spring Boot, annotations felt like magic. Instead of writing long XML configurations, everything was simplified into clean, readable code. But behind that simplicity liesJoin discussion
ASAbdul Samadinabdulsamad30.hashnode.dev00Understanding REST APIs in Node.js: A Practical Guide2d ago · 11 min read · Every time you use a mobile app, visit a website, or log into an account, your device is talking to a server behind the scenes. That conversation follows rules and one of the most common sets of rulesJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00REST API Design Made Simple with Express.js5d ago · 5 min read · I remember the first time I heard the term REST API. It sounded way more complicated than it turned out to be. REST. Resources. Endpoints. HTTP verbs. Status codes. It felt like too many words at onceJoin discussion
SKShubham Kumar Singhinshubhamsinghbundela.hashnode.dev00Refactoring a Trello Backend into a Scalable REST API ArchitectureApr 21 · 19 min read · Till now, the backend was working, but everything was in a single file / unstructured format. Now the goal is to: Follow clean folder structure Make code scalable & maintainable Before diving intJoin discussion
TYTamil Yazhinsara-codeshashnodedev.hashnode.dev00Basics of REST APIs in Web ProgrammingApr 22 · 2 min read · Basics of REST APIs in Web Programming: A Beginner-Friendly Guide 🚀 What is a REST API? REST API (Representational State Transfer Application Programming Interface) is a way for different applicationJoin discussion