Reading List

This page is auto-generated from Github Actions workflow that runs every day at night and fetches the 5 latest articles from each of my favorite blogs.

Go's work on native FIPS 140 support

#​562 — July 16, 2025 Read the Web Version Go Weekly 🔒 The FIPS 140-3 Go Cryptographic Module — FIPS 140 is a standard for cryptography implementations that’s a requirement in certain subsectors (particularly involving the US g...

The FIPS 140-3 Go Cryptographic Module

Go now has a built-in, native FIPS 140-3 compliant mode.

I'm on Fallthrough: Why You're Wrong About REST

Last week I joined Kris Brandow, Matthew Sanabria and Steve Klabnik on the Fallthrough podcast to talk about REST, Hypermedia and more. This was a good episode, and really schooled me on a number of things - Kris and Steve had a wealth of knowledge to share, and if Steve didn't h...

Improving my GNU Emacs 'which-key' experience with a Ctrl-h binding

Garbage Collection In Go : Part II - GC Traces

Originally published in 2019, this article is part two of a three-part series exploring Go’s garbage collector. Though the Go runtime has continued to evolve, the performance principles covered here remain highly relevant today. This installment focuses on practical techniques...

Auto-generated Reading List

I don’t know about you, but I love the RSS feed, and over the years, I’ve accumulated various blogs that I follow. However, it’s hard to keep track of them all, as I don’t use any RSS clients. So, I decided to create a GitHub Action that automatically gene...

Go 1.24.5-1 and 1.23.11-1 Microsoft builds now available

A new release of the Microsoft build of Go including security fixes is now available for download. The post Go 1.24.5-1 and 1.23.11-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

200 million requests per day with Go and cgi-bin

#​561 — July 9, 2025 Unsub  |  Web Version Go Weekly What's //go:nosplit For? — Go has many comment-based directives for tweaking inlining, stack checks, write barriers, and more. Many aren’t well documented, but can have strik...

Announcing GoReleaser v2.11

This version consists mostly of improvements to the Homebrew Cask feature introduced in the last release, and in other features.