System & Code

Notes on infrastructure, backend engineering, and open source tooling. Written from the trenches of production systems.

Moving from Docker Compose to Nomad

March 22, 2024 · 15 min read

Why our team migrated container orchestration from Docker Compose to HashiCorp Nomad for better scheduling, service discovery, and multi-region support.

Docker Nomad DevOps

Self-hosting Git with Gitea and Drone CI

January 8, 2024 · 10 min read

Building a lightweight, self-hosted alternative to GitHub using Gitea for source control and Drone for continuous integration on a single VPS.

Git CI/CD Self-hosted