Request & Response Lifecycle: What Happens After You Click a Button?
A simple guide to understanding how a request travels from your browser to a server and how the response comes back.
Gathering a few thoughts worth reading…
Good ideas take a moment to arrive.
In-depth explorations of full-stack engineering, systems architecture, distributed backend patterns, and practical lessons from production systems.
10
7
25
A simple guide to understanding how a request travels from your browser to a server and how the response comes back.
The strictness which protects the server from malicious attacks or things before entering
A beginner-friendly guide to authentication, authorization, sessions, JWTs, cookies, OAuth, and access control.
A beginner-friendly explanation of how applications turn data into a transferable format and turn it back into usable data.
A simple guide to routing, static routes, dynamic routes, query parameters, nested routes, route versioning, deprecation, and catch-all routes.
What APIs are, why they matter, and how applications communicate with each other — explained for everyone.
A journey from a simple e-commerce retry to idempotency, Kafka, transactional outbox, and Saga-based distributed systems.
How I set up blog writing & displaying using Nextjs, MDX and many more. Dont forget the ChatGpt
A seemingly harmless URL synchronization effect created a request loop in my Next.js blog. Here's how I found the problem, understood it, and fixed it.
Techniques I used to make my Next.js portfolio faster.