AUAman Upadhyayindev-jedi.hashnode.dev·5d ago · 18 min readAuthentication and Authorization in BackendSo far in this series, we've talked about HTTP, routing, serialization, and how data moves between clients and servers. But eventually, every backend application reaches two very important questions: 00
AUAman Upadhyayindev-jedi.hashnode.dev·Aug 16 · 7 min readSerialization and Deserialization in BackendIn the previous blogs, we've talked about HTTP, requests and responses, and how routing helps a backend decide where an incoming request should go. But there's another interesting question here. Let's00
AUAman Upadhyayindev-jedi.hashnode.dev·Aug 7 · 10 min readRouting in BackendIn the previous blogs, we talked about HTTP, how requests and responses work, different HTTP methods, and why we need a backend. Now let's say we have a request coming into our backend: GET /api/jedi/00
AUAman Upadhyayindev-jedi.hashnode.dev·Jul 18 · 13 min readHTTP for Backend EngineersIn this blog, we're going to talk about HTTP, its methods, and some of the functionalities that make it one of the most important protocols for backend engineers. Before diving into the individual met00
AUAman Upadhyayindev-jedi.hashnode.dev·Jul 11 · 5 min readBut why do we need backend?So the idea behind this blog came from the current playlist by Sriniously which I'm following to revamp my understanding of backend systems. The course is structured so well that I thought I'd make a 00