Search Articles

Find low-level design case studies, design patterns, and tech blogs across the site.

Type:
Tags:
Tech Blog Jun 14, 2026

SQL vs NoSQL: The Real Answer

The actual tradeoffs between SQL and NoSQL databases - not the surface-level answer. When each breaks, why PostgreSQL is almost always the right start, and when NoSQL genuinely earns its place.

Tech Blog Jun 13, 2026

How Database Indexing Actually Works

Indexes are the difference between a query taking 50ms and 12 seconds. Here is how B-trees actually work, why composite index column order matters, and what silently breaks your indexes.

Tech Blog Jun 13, 2026

How Docker Actually Works Under the Hood

Most developers use Docker without knowing what is actually happening when they run docker run. Here is what namespaces, cgroups, and image layers actually do.