jguillaumesio

Engineering, explained
as I ship it

Notes from real production work, payments, AI agents, architecture, and why each decision was made.

Browse by topic

Writing

prod-ops · devops · testing ·

The tests were already written. Nothing ever ran them.

A regression reached production, and the test that would have caught it was already in the repo. There was no test script, and the only CI workflow never triggered on a push. How I wired it up.

Read article
prod-ops · devops · security · docker ·

Docker bypassed my firewall: the database port was open to the internet

My host firewall blocked port 5432. It was reachable from the internet anyway, because Docker writes its own iptables rules that your INPUT and ufw rules never see. Why it happens, and how to actually close it.

ai · devtools ·

The MCP servers that actually earn their keep with Claude Code

Not a directory of 200 MCP servers: the three I still use after a month of real work, how to wire them cleanly, and the ones I removed.