Go articles, ranked by what people share.
In-depth engineering posts, analysis, and community writing — ranked by what people actually share.
From TypeScript developer to writing concurrent, Redis-backed Go in one project Continue reading on Medium »
Hey folks! 👋 So, if you’re writing Go code, chances are you got swept up in all the excitement when Go 1.26 landed, huh? It actually… Continue reading on Medium »
In 2014 he needed a router for a product nobody remembers. Twelve years later, it has broken its own API a handful of times, always logged Continue reading on Programmer’s Career »
Preface: In the past six months or so, connecting AI Agents directly to internal systems...
Most Go developers know how to write efficient Go code. But very few know what happens to that code after go build. Continue reading on Medium »
A hands-on Go experiment comparing interfaces-everywhere against interfaces-where-needed — the results might change how you code. Continue reading on Medium »
I made my Go reverse proxy 3.8x faster by fixing one line I've been building a reverse proxy in Go....
The outage lasted forty minutes, and the root cause was one underscore. Continue reading on Medium »
Everyone quotes the same number about Green Tea GC. Almost nobody quotes what it actually measures. Continue reading on Medium »
Go is engineered for scale, readability, and maintainability. Writing effective Go requires adopting its specific idioms rather than… Continue reading on Medium »
We're building a forum app in Go for our Zone01 Kisumu cohort — five of us, split by feature: auth,...
Quick one today. While building the reactions feature for our team's forum project (Go + SQLite), I...
It was a lonely Christmas season. I was discovering the power of what the world now calls claude. I was a super early adoptor as I was… Continue reading on Medium »
How we reverse-engineered enterprise vendor APIs with mitmproxy, patched OpenAPI specs, and built a 3-minute GitOps disaster recovery… Continue reading on Medium »
When security engineers transition from web pentesting to code review of desktop applications, CLI utilities, or Go libraries, they often… Continue reading on Medium »
I needed to track about a thousand keywords across a few of my own sites, checked daily. The cheapest tool that would actually do that was… Continue reading on Medium »
How pprof and benchstat found schema recompilation hiding in a Grafana Kafka plugin’s hot path Continue reading on ITNEXT »
Suppose you want to build an application that has to handle 10,000+ concurrent requests. Continue reading on Medium »
Authentication is one of those things that every backend developer has to deal with. When you’re building a application with only one… Continue reading on Medium »
I spent the last month building CodeHound, a performance-focused static analysis tool for Go that complements existing tools such as… Continue reading on Medium »
“Source of the Unknown” proposed three metrics for measuring how much fog is in an AI-consumed spec — and closed with a deferral… Continue reading on Medium »
Icinga had to release the same patch seven times. I mean not seven features. Seven releases of Icinga...
The Model Context Protocol (MCP) from Anthropic is becoming the standard for connecting LLM agents to...
The NASA Ten Rules of Programming My interpretation of these rules with Golang...
Hey there, Gophers! 👋 Let’s just be honest for a sec-building cool backend stuff in Go? It’s genuinely a blast. That whole simplicity… Continue reading on Medium »
How a single spurious was updated exposed a hidden rule about ownership — when two systems each own a database, exactly one of them is… Continue reading on Medium »
TypeScript’s Compiler Just Left JavaScript Behind Continue reading on Level Up Coding »
io.ReadAll had the same body from Go 1.16 through Go 1.25. Fifteen lines, one buffer, and a call to append doing the resizing: Continue reading on Medium »
The Go community spent about sixteen months on an official tool, and one contributor never fully forgave how it got replaced. Continue reading on Programmer’s Career »
