Media Summary: This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level ... About the talk: What started out as an experimental service to rank livestreams evolved to a platform powering all types of content ... Testing integrations for microservices can be very challenging, often requiring costly and brittle test environments. This tutorial will ...
Gophercon 2022 Secure Coding In - Detailed Analysis & Overview
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level ... About the talk: What started out as an experimental service to rank livestreams evolved to a platform powering all types of content ... Testing integrations for microservices can be very challenging, often requiring costly and brittle test environments. This tutorial will ... Foreign Function Interface(FFI) is a mechanism to invoke functions written in another language. In Go, there are only a few ways to ... The Go standard library provides robust abstractions that allow developers to write programs that can easily make system calls to ... Go 1, the first stable release of Go, came with a compatibility promise. This talk will explain why that's important, what it does and ...
The Go compiler is a great tool, but sometimes it looks like magic. How does this software convert my source About the talk: For years, Go has famously only had one tuning knob for its garbage collector, but the time has come to add ... You've got a critical production workload up and running and everything's fine. Until it's not. The node crashes and you've lost ... Adding plugins to your Go program used to mean cross-compilation issues,