Live Reloading in Go→
A quick guide to setting up Air for live reload in Go projects to avoid manual restarts during development.
Software Engineer
Hey 👋 I'm Hòa — a software engineer with 4+ years focused on backend systems, microservices, and AI agents. I care about strong fundamentals, pragmatic best practices, and shipping things that stay calm under load.
I'd write everything in Golang if I could.
notes on software engineering, distributed systems, and lessons from building things — with the occasional life update in between.
A quick guide to setting up Air for live reload in Go projects to avoid manual restarts during development.
A comparison of distributed ID generation strategies and why Twitter Snowflake was the best fit for my URL shortener.
How to design and implement a TinyURL-like service with Go, Gin, GORM, Redis, and PostgreSQL.
A practical introduction to Go concurrency concepts, including goroutines, channels, select, and wait groups.