Articles

Blog

Practical notes on building, deploying, and shipping real products for solo devs and small teams.

Reset filters

4 articles found

The full disk that killed my database

The full disk that killed my database

A full disk corrupted my database's write-ahead log and it wouldn't start. The recovery runbook, and ops habits I deferred until Saturday made them due.

[postgres][production][docker]
TLS without losing sleep

TLS without losing sleep

TLS breaks on a VPS two ways: silent expiry and deploys that drop sessions. Set it up so renewals run, sessions survive, and you stop worrying about it.

[tls][production]
From AI prototype to paid product

From AI prototype to paid product

AI gets you a prototype in minutes. The real work is webhooks, deploys, TLS, and refunds. Here is what lives in the gap and why it decides whether you ship.