Introduction:
In this insightful episode, Bill dives deep into the realm of package design, shedding light on its crucial role in software development. Here are three key takeaways for Go developers:
Code Modularity: Learn how Go’s packaging system creates essential firew...
Introduction:
Join Herbert in an insightful discussion on concurrency, where he tackles the complexities of data races and how various programming languages address them:
Understand the crucial role of recognizing data races in concurrent programming and their potential impacts...
The AES cipher is complicated in principle, but the code isn’t all that
scary in practice. Let’s take a look at the implementation in the Go
standard library. Even I can understand it!
One of the things that drew me to Elastic was the opportunity to work in a fully distributed team.
I've really been enjoying it as a way to get a chance to collaborate with folks from literally all over the world, who have different viewpoints, cultural backgrounds, and some folk...
#507 — May 14, 2024
Unsub | Web Version
Go Weekly
Reclaiming CPU for Free with PGO — We’ve previously featured Dolt’s experiences with PGO but Cloudflare has been experimenting and benefiting from Go 1.20+’s profile-guided...
Introduction:
Embark on a journey into the heart of software design with the Ultimate Software Design series, where Bill navigates through the intricacies of crafting robust and maintainable code in Go.
Understand the importance of prioritizing clarity over brevity in code, fos...
Introduction:
Delving into the intricate realm of type coercion, Herbert’s insights offer invaluable guidance for Rust developers grappling with the complexities of data type conversions:
Learn the art of clearly indicating intent in code, a crucial skill for enhancing re...
Happy mother’s day!
This will be probably the last minor v1 release of GoReleaser.
V2 will not be a big update, rather, it’ll be the same as v1.26, but removing
all the deprecated stuff.
That said, let’s see what’s new on this version!
This morning I was a guest on Cup o' Go, ahead of today's episode, which is now live.
Cup o' Go is a great podcast, which I've listened to since the first episode was released last January, and I very much recommend a listen - not just to my episode, but others! - as there's a g...