Browsing Tag
go
142 posts
Retrying HTTP Requests in Go Without Making It Worse
When you call an external API, things go fine until they don’t. A network blip, a server restart,…
Zero Heap Allocations at 1.18 GB/s: Deep Dive into ForgeZero 4.0.x
What happens when you migrate a system tool from pure Node.js to Go, strip out the standard GC-heavy…
Building an AI-Powered Finance Tracker with GoLang, Telegram Bot & Claude
I wanted to practice Go regularly by building real projects, so I decided to solve a problem I…
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime I use Docker almost every…
MCP Gives Your Agent Tools. Pilot Protocol Gives Your Agent Peers. Here’s Why You Need Both.
There’s a conversation happening in the agent developer community that I think is framed wrong. People keep asking…
Your security tool should tell users what to change, not just what’s wrong
Our findings said ‘this bucket is public.’ Users asked ‘what do I change to fix it?’ We derived…
htop for Your Git History
You clone a repo you’ve never seen before and you want to understand it. Not the code, not…
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think A vibe coding journey:…
gomod-age: A Simple CI Gate Against Go Dependency Supply Chain Attacks
The Problem Nobody Talks About Until It’s Too Late Here’s a scenario that keeps Go developers up at…
Your Go Tests Pass, But Do They Actually Test Anything? An Introduction to Mutation Testing
GitHub Copilot, Cursor, Claude Code — these tools can generate hundreds of lines of Go in seconds. But…