Media Summary: In this talk, we'll answer the age-old question—“Is Go a The popularity of Go in unusual places has been shown by the TinyGo project and the recent bare metal support discussion ... Come along on a lightning-speed tour of the latest and greatest happenings in the world of TinyGo.
Gophercon 2025 An Operating System - Detailed Analysis & Overview
In this talk, we'll answer the age-old question—“Is Go a The popularity of Go in unusual places has been shown by the TinyGo project and the recent bare metal support discussion ... Come along on a lightning-speed tour of the latest and greatest happenings in the world of TinyGo. Go is great for writing concurrent programs, but even if you write logically sound programs, you can still give way to data races that ... This talk explores a new way to approach concurrency in Go by drawing inspiration from bioelectric signaling in cells. It contrasts ... Many Go programs are web services or clients for web APIs. But Go can do more than that! The same features that make Go ...
In this talk, Alan will report recent progress in analysis and refactoring tools for Go. The talk will cover: * The principles of the Go ... Speaker: Adrian Cole Learn how to practice Generative AI in Golang, using some popular tools written in Golang. You'll learn the ... Go ships with great tools for diagnosing performance bottlenecks, with pprof's CPU profiler being perhaps the most well-known ... In this talk, Bill will share how to use Go's trace tooling to examine a Go program's performance. Along the way, he will live-code a ... Memory latency and bandwidth are becoming increasingly constrained, and these trends are at odds with most of today's garbage ... From the beginning, the TypeScript compiler has been self-hosted, evolving alongside a growing ecosystem of millions of ...
Instrumenting Go applications without modifying source code has long been a challenge due to the language's static nature and ...