THE NOTEBOOK

Blogs.

Notes on building software, learning things, and everything in between.

ALL POSTS05 ENTRIES
Feb 1, 2026
PostgreSQL

Postgres Indexes: Why Column Order Matters

The same columns can be fast or useless depending on order: B-tree column order in practice.

5 min read
Jul 31, 2025
PostgreSQL

A Missing PostgreSQL Index

A missing index turned a pre-release test into a production fire, and the zero-downtime fix.

4 min read
Jul 31, 2025
Security

AuthZ in production

RBAC vs ABAC, policy-as-code, and OPA: how authorization works in production systems.

6 min read
Apr 29, 2025
PostgreSQL

Using PostgreSQL CTEs

A practical guide to writing readable, correct queries with PostgreSQL common table expressions.

7 min read
Jun 1, 2024
MetaSAMPLE

Hello, Markdown

A style test covering every Markdown element this blog supports.

3 min read