V Volkanic

Blog

Blog

Technical writing on backend, architecture, and infrastructure.

10 min read Architecture

API design decisions that age well

The decisions you make on day one of an API design compound over time. Here are the ones I've learned to get right upfront.

APIsRESTArchitectureBackend
8 min read Backend

Database design decisions that age well

The schema choices that look obvious in retrospect but are easy to get wrong early. Written from the perspective of maintaining production databases over years.

DatabasePostgreSQLMySQLArchitecture