Ever tried making AI agents work in production? Nightmare! We'll show you how we used Go at orra to build rock-solid orchestration that doesn't collapse when things get messy. Learn our approach to append-only logs and idempotent durable execution. You'll walk away with battle-tested patterns for your own distributed systems.
talk-data.com
Topic
go
3
tagged
Activity Trend
Top Events
A deep dive into the issues you might come across when writing strings to the terminal. Also suggestions on how to handle them.
Go 1.24, released in Feb '25, adds the new weak package to the standard library. The package brings weak pointers to the language for the first time. These lightweight references allow developers to manage memory more efficiently, allowing garbage collection of variables even when referenced.With weak pointers, you can write more memory-efficient caching, track values with observers without preventing their cleanup, and build powerful data structures such as canonicalisation maps. As with similar features in C++ and other languages, we can learn to navigate the quirks of this new item in the Go developer's toolbox.Join us for an overview of the anatomy of the weak package, and to discover how weak pointers can help you write memory-efficient Go.