When is it OK to panic in Go?
#548 — April 2, 2025Unsub | Web VersionGo WeeklyA Guide to Optimizing for High Performance in Go— An in-progress collection of technical articles aimed at helping Go developers write faster, more...
View ArticleHow much does a Go book author make?
#549 — April 9, 2025Unsub | Web VersionGo WeeklyFaster Shuffling in Go with Batching— Put down that deck of cards.. ‘shuffling’ here refers to moving the contents of an array about. It is based on...
View ArticleSome signal boosting for Go
#550 — April 16, 2025Unsub | Web Version🥚 We're taking a little break for Easter but didn't want to take the entire week off, so we have a slimline issue for you today :-) Back to full speed next...
View ArticleDon't Fear the Reaper
#551 — April 23, 2025Unsub | Web VersionGo WeeklyCheating the Reaper in Go— How far can you push manual memory management in Go despite its garbage collector? Miguel peels back Go’s GC internals to...
View Article