April 30, 2025
Learn how I built a custom GitHub Webhook server in Go to automate deployments of my personal projects. From security considerations to real-world impact, this guide covers it all.
April 30, 2025
A journey into building my own private cloud infrastructure using Proxmox, Cloudflare, and Tailscale. Learn about the challenges, solutions, and future plans in this comprehensive guide.
April 30, 2025
After seeing repeated bot scans for WordPress paths on my static site, I created a honeypot trap using NGINX and Fail2ban. This guide now includes support for nested paths like /wordpress/wp-admin/..., which many bots use.
April 30, 2025
I spent hours debugging SQLite migrations using Atlas CLI, only to discover that a crash in the tool made it unusable. Here's how I fought through the chaos and landed on Goose as a stable, developer-friendly solution for SQL migrations in Go.