📄 How HTTP/2 Works and How to Enable It in Go – One of Phuong’s typically thorough explanations. Phuong Le
📄 Designing a Distributed Circuit Breaker for Disabling Webhook Endpoints – If you’re consuming a lot of third-party APIs, this could help keep your queues from clogging. Raymond Tukpe (Core Gateway)
📺 The Creator of Ghostty Talks Zig over Go – Controversial. Mitchell Hashimoto (of HashiCorp fame) has recently built Ghostty, a fast new terminal emulator, in Zig. But why not Go? ThePrimeTime
📺 Implementing a Random Art Generation Algorithm – A thorough walkthrough of a way to generate curious graphical elements. package main
📄 Making 'Beautiful' API Keys – Making auth tokens/keys more attractive probably shouldn’t be a priority, but if you want/need to, uuidkey may be for you. Jack Spirou (AgentStation)
📄 Modifying Private Variables of a Struct with unsafe and reflect – Remember it’s called unsafe for a reason... Darshan N A
📄 Scaling LLMs with Go: How We Serve Millions of LLM Requests John Wang (Assembled)
📄 We Removed 335 LOC with One Go Package – Going from generating a huge number of ffmpeg directives to a cloud-based audio transformation approach. Poxate
📄 How rqlite, a Go-Powered SQLite-Based Database, is Tested Philip O'Toole
|