← Home

All Topics

Browse 75 articles by topic — 19 tags across Backend and DevOps series.

Advanced 2 articles

Architecture 8 articles

Async 2 articles

CI/CD 4 articles

Cloud 4 articles

Containers 3 articles

Data 5 articles

Foundation 11 articles

Backend · 01

What is a Backend?

The mental model. HTTP request loop. Why first principles beat framework knowledge.

10 min read
Backend · 02

HTTP Protocol

Anatomy of requests, methods, status codes, and the headers you must know.

12 min read
Backend · 03

Routing

Matching method + path to handlers. Radix trees, parameters, versioning.

9 min read
Backend · 25

How a Request Travels the Network

DNS, packets, hops — what actually happens between typing a URL and seeing a response.

11 min read
Backend · 27

Distributed Systems & CAP

The 8 fallacies, CAP theorem, eventual consistency — what changes when you add a second computer.

14 min read
Backend · 32

Money, Time & Identity

The three things that bite every backend engineer eventually. Cents, UTC, UUIDs — get them right early.

10 min read
Backend · 39

Internationalization (i18n) & Localization

Building software that works in every language, region, and writing system — from day one.

11 min read
DevOps · 01

What is DevOps, Really?

Beyond the buzzwords. The cultural shift that turned operations from a separate team into shared responsibility.

12 min read
DevOps · 02

Linux Fundamentals for DevOps

The terminal, processes, permissions, and signals — every cloud server you'll ever touch runs on this.

16 min read
DevOps · 03

Networking Essentials

IPs, ports, DNS, VPCs, firewalls — the network primitives every cloud engineer needs in their bones.

15 min read
DevOps · 04

Shell Scripting & Automation

Bash scripting from variables to traps. The glue that holds DevOps automation together.

14 min read

IaC 3 articles

Integration 3 articles

Modern Practices 3 articles

Observability 4 articles

Operations 7 articles

Orchestration 3 articles

Performance 3 articles

Quality 1 article

Reliability 3 articles

Security 5 articles

Version Control 1 article