Install
Go
Go releases, modules, concurrency patterns, and backend tooling.
- 6 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Go
Java vs Go in 2026: I Rewrote Our API in Go and Regretted Half of It
5+ hour, 3+ min ago (19+ words) An engineer's hands-on comparison of Java and Go for backend development in 2026 — concurrency, ecosystem, and real production lessons....
How I Maintain A Tour of Go in 11 Languages
10+ hour, 25+ min ago (1123+ words) A Tour of Go is one of the first resources many developers encounter when learning Go. It is interactive, concise, and closely connected to the Go ecosystem. But for developers who are more comfortable learning technical concepts in their native…...
Redis 8.10's compact hashes need HIMPORT or a restart to kick in
12+ hour, 33+ min ago (769+ words) I ran Redis 8.10.1 in Docker and tested it against two schemas, a throughput benchmark, a concurrency check, and the two ways to actually trigger the new encoding: the new HIMPORT command, and a server restart. Redis 8.10 adds hash templates: an…...
The Go GC Problem Nobody Sees in the Heap Profile
9+ hour, 54+ min ago (35+ words) Your Go service is using too much CPU. You open the heap profile. You look at the biggest objects. Nothing seems particularly alarming. No obvious …...
OpenCode Go
17+ hour, 45+ min ago (100+ words) model provider. Access curated open coding models via the OpenCode Zen Go gateway ($10/month subscription). Dify model provider plugin for OpenCode Go. OpenCode Go is a $10/month subscription gateway for curated open coding models. This plugin exposes those models as…...
The Leak That Won't Die: How We Broke Python's tempfile
16+ hour, 39+ min ago (78+ words) Production crashes always happen suddenly. This time, the alarm was raised by the core C++ SDK... Tagged with python, devops, memoryleak, garbagecollection....
Implementing Raft Consensus from Scratch in Go — and the 9 Bugs I Found
19+ hour, 25+ min ago (757+ words) Raft is the consensus algorithm that powers etcd, CockroachDB, and Consul. It’s described in a 2014 paper as “more understandable than Paxos” — which is true, but implementing it correctly is still surprisingly hard. I built raftkv: a full production-grade Raft-based distributed…...
Generation and Operations Are One Thing
1+ day, 50+ min ago (856+ words) Add a service and you get code, observability and deploy — or the platform drifts from reality. What it takes to keep 'declared' and 'actual' the same thing by construction, and what that costs. Tagged with platform, devops, go, architecture....
Deploy Is a Consequence of the Manifest
1+ day, 51+ min ago (1038+ words) Three pipelines, identical for every service, derived from the file that declares the service - and exactly three decisions left to a human: environment, secrets, tag. Plus the one defect in this area that stays green while being wrong. Tagged with…...
Pulse: A New VHDL Simulator
1+ day, 9+ hour ago (35+ words) With VHDL being arguably more deterministic and bullet-proof than Verilog, it's good to see another open source VHDL simulator joining the fray that is not a variation of ghdl. Written by [Óscar Grim......