Go's 'range over functions' iterators and avoiding iteration errors
#511 — June 18, 2024 Unsub | Web Version Go Weekly Why People are 'Angry' Over Go 1.23 Iterators — ‘Angry’ feels overstated to us, but there’s been a lot of robust debate about Go’s proposed new iterator helpers (see the...
Introduction: Continue the dive into the complexities of Go’s concurrency model in this segment of the “Ultimate Software Design” series, where Bill shares essential techniques for managing GoRoutines. Here are three fresh takeaways: Understand the critical role...
As part of some work I'm doing on dependency-management-data to add a pure-Go database browser, I want to be able to accept arbitrary SQL and query it. However, I found that trying to do this with Go's database/sql, this didn't work super nicely with the anys that get returned by...
In case you missed the memo, the Single Page Application hype period is over, and we’re now back to PHP and jQuery, I mean rendering HTML on the server. I’m excited! It brings me back to the early 2000s when we were all web developers, not frontend or backend engineer...
#510 — June 11, 2024 Unsub | Web Version Go Weekly An Applied Introduction to eBPF with Go — eBPF is a technology that allows running sandboxed programs within the Linux kernel, enabling a wide range of advanced networking, secu...
Introduction: In this installment, Bill delves into the concept of load shedding in Go, explaining its importance in managing GoRoutines and ensuring clean shutdowns. How to manage GoRoutines using a parent-child relationship model to prevent orphan GoRoutines. The role of load s...
This weekend’s side quest: installing Starlink as my second internet provider. Here’s how it went.
The Microsoft builds of the Go security patches released today, June 4, are now available for download. The post Go 1.22.4-1 and 1.21.11-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
#509 — June 4, 2024 Unsub | Web Version 🫣 We took a break last week, but forgot to notify you in advance - sorry! You didn't miss anything, and we're catching up with the past two weeks today :-)__Your editor, Peter Cooper Go Weekly...