rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

200 feeds


Anton Zhiyanov

Posts

Go 1.25 interactive tour 🔗

Fake clock, new GC, flight recorder and more. [...]

JSON evolution in Go: from v1 to v2 🔗

Reviewing the key changes in json/v2. [...]

Gist of Go: Race conditions 🔗

Keep the system state correct by any means necessary. [...]

Gist of Go: Data races 🔗

Two goroutines racing for the same data is a recipe for disaster. [...]

AI-free writing 🔗

I never use AI-generated content in my writing, and I never will. [...]

Sad story of http.DefaultTransport 🔗

A tale of false flexibility and leaking abstractions. [...]

Am I online? 🔗

Checking internet connectivity with 'generate 204' endpoints. [...]

Sandboxes 🔗

From programming languages to databases to networking and CLI tools. [...]

Howto: Humble command-line assistant 🔗

You ask, and howto answers. That's the deal. [...]

Go's map does not shrink 🔗

Sad, but true. [...]