Understanding APIs — The Convention You Were Already Using Without Knowing
You've Written app.get() a Hundred Times. But Do You Actually Know What's Happening?
Mar 6, 202616 min read113

Search for a command to run...
Series
Real-world learnings from my full-stack dev journey — breaking things, fixing bugs, and understanding how the web really works.
You've Written app.get() a Hundred Times. But Do You Actually Know What's Happening?

Understand why containers are lighter, faster, and ideal for modern apps — and when virtualization still makes sense.

A backend dev’s real talk on why Serverless isn’t just hype—it’s a perspective shift.

Recently, I’ve been exploring system design, and one recurring question caught my attention: Should we use SQL or NoSQL for our project? As someone starting a new project, I know this decision can often lead to confusion. Some developers advocate for...