Build a Hugo-to-Dev.to sync engine in Go

How to build a CLI tool in Go that syncs Hugo blog posts to Dev.to via the Forem API, handling canonical URLs, tag sanitization, rate limits, and content transformation.

March 29, 2026 · 5 min · Russell

Golangci-lint: Your Go Guardian Against Code Smells

How to set up golangci-lint with a practical configuration that catches real bugs without drowning you in noise.

December 19, 2024 · 3 min · Russell