From the blog
Notes on engineering, design, and running a software studio.
Infrastructure2026-07-17
Deploying with Dokploy: why I moved, and what it actually cost me
Moving off a manual SSH-and-rebuild deploy loop to Dokploy: the install errors I hit, securing the dashboard with a real domain, connecting the repo for push-to-deploy, and wiring up secrets, logs, and notifications.
Read articleInfrastructure2026-07-17
Deploying with Dokploy, Part 2: load testing against real usage
Watching Dokploy's built-in Monitoring tab move in real time while load testing the deployed api with k6.
Read article