talk-data.com talk-data.com

Filter by Source

Select conferences and events

People (4 results)

See all 4 →

Companies (2 results)

Cloudflare 2 speakers
Tech Lead Technical Writer
Engineer
Showing 3 results

Activities & events

Title & Speakers Event

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.

go

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.

go

A deep dive into the issues you might come across when writing strings to the terminal. Also suggestions on how to handle them.

go
Showing 3 results