#516 — July 23, 2024
Unsub | Web Version
Go Weekly
Interactive Release Notes for Go 1.23 — If you find traditional release notes hard going, this interactive alternative with inline executable code snippets might help you get...
Introduction:
Welcome to Episode 10 of our Ultimate Software Design series! In this episode, Bill dives into the integration of authentication and authorization mechanisms within Go packages, providing developers with essential strategies for securing and maintaining their softwa...
Binary search over program code or execution to find why a new library or compiler causes a failure.
The Bitfield Institute of Technology (BIT) is a software engineering school
that offers remote training and certifications in Go and Rust development
to students worldwide.
Introduction:
Welcome to Episode 9 of our Ultimate Software Design series! In this episode, Bill delves into the intricacies of implementing robust authorization and API structure within Go packages, offering invaluable insights for developers aiming to build scalable and maintai...
#515 — July 16, 2024
Unsub | Web Version
Go Weekly
Quartz: A Deterministic Time Testing Library — A new mocking library designed for testing code that relies on time, by introducing a little determinism and control to proceeding...
Winter is here (in the South America)!
Let’s see whats new!
#514 — July 9, 2024
Unsub | Web Version
Go Weekly
Locally Patching Dependencies in Go — When you want to temporarily modify the code of a dependency (say, with a log statement or small change), go mod makes it super simple. Ther...