Back

Writings

Writing on software,
AI systems, and APIs.

A growing archive of essays and technical notes on how strong systems are designed: clear contracts, resilient architecture, and AI-enabled software people can rely on in production.

SystemsApr 5, 20252 min read

Building My First Home Server

Why I built my first home server, what hardware and software I chose, and what I learned along the way.

ArchitectureOct 27, 20243 min read

Why Nested API Endpoints Cause Problems

Nested API endpoints feel intuitive, but they often introduce ambiguity, authorization complexity, and maintenance problems.

ProcessJul 24, 20242 min read

How I Design and Write APIs

Writing APIs takes careful thought about abstraction so the code stays understandable, extensible, and maintainable.

DatabasesJun 15, 20243 min read

Why SQLite Is Still Underrated

A practical case for SQLite: individual queries get much cheaper when there is no network in the middle.