Notes on backend engineering, AI, and self-hosted infrastructure.
Aug 1, 2026 · 15 min read
I put Pi-hole in my router, and my little Proxmox server became the thing the whole house depended on. Here is how a WireGuard VPN turned ad blocking into a switch I can turn on and off per device.
Aug 1, 2026 · 16 min read
I cut a hotfix branch from develop instead of master, then production needed only that fix. How cherry-pick works, the commands that saved the release, and how to avoid the mistake.
Jul 10, 2026 · 20 min read
Laravel's firstOrCreate() returned the wrong record due to MySQL's case-insensitive collation. Learn how collations work and 5 production-ready fixes.