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,

Photo Gallery

GopherCon 2022: Secure Coding in Go: Avoiding Common Vulnerabilities - Benji Vesterby
GopherCon 2022: Exploring Network Programming by Building a Toxiproxy Clone - Jordan Neufeld
GopherCon Europe 2022:  Konrad Reiche - From Service To Platform: A Ranking System in Go
GopherCon 2022: Test Go Service Integration Using Contracts - Aparna Chaudhari
GopherCon 2022: CGO-less Foreign Function Interface with WebAssembly - Takeshi Yoneda
GopherCon 2022: System Programming for Real-time Video Capture in Go - Vladimir Vivien
GopherCon 2022: Compatibility: How Go Programs Keep Working - Russ Cox
GopherCon 2022: Hello World, from the Code to the Screen - Jesús Espino
GopherCon Europe 2022:  Michael Knyszek - Respecting Memory Limits In Go
GopherCon 2022: Durable Executions in the Face of (some) Failures - Andrew Fitz Gibbon
GopherCon 2022: Safe, Fast, and Easy: Building a Plugin System with WebAssembly - Kyle Conroy
View Detailed Profile
GopherCon 2022: Secure Coding in Go: Avoiding Common Vulnerabilities - Benji Vesterby

GopherCon 2022: Secure Coding in Go: Avoiding Common Vulnerabilities - Benji Vesterby

Secure coding

GopherCon 2022: Exploring Network Programming by Building a Toxiproxy Clone - Jordan Neufeld

GopherCon 2022: Exploring Network Programming by Building a Toxiproxy Clone - Jordan Neufeld

This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level ...

GopherCon Europe 2022:  Konrad Reiche - From Service To Platform: A Ranking System in Go

GopherCon Europe 2022: Konrad Reiche - From Service To Platform: A Ranking System in Go

About the talk: What started out as an experimental service to rank livestreams evolved to a platform powering all types of content ...

GopherCon 2022: Test Go Service Integration Using Contracts - Aparna Chaudhari

GopherCon 2022: Test Go Service Integration Using Contracts - Aparna Chaudhari

Testing integrations for microservices can be very challenging, often requiring costly and brittle test environments. This tutorial will ...

GopherCon 2022: CGO-less Foreign Function Interface with WebAssembly - Takeshi Yoneda

GopherCon 2022: CGO-less Foreign Function Interface with WebAssembly - Takeshi Yoneda

Foreign Function Interface(FFI) is a mechanism to invoke functions written in another language. In Go, there are only a few ways to ...

GopherCon 2022: System Programming for Real-time Video Capture in Go - Vladimir Vivien

GopherCon 2022: System Programming for Real-time Video Capture in Go - Vladimir Vivien

The Go standard library provides robust abstractions that allow developers to write programs that can easily make system calls to ...

GopherCon 2022: Compatibility: How Go Programs Keep Working - Russ Cox

GopherCon 2022: Compatibility: How Go Programs Keep Working - Russ Cox

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 ...

GopherCon 2022: Hello World, from the Code to the Screen - Jesús Espino

GopherCon 2022: Hello World, from the Code to the Screen - Jesús Espino

The Go compiler is a great tool, but sometimes it looks like magic. How does this software convert my source

GopherCon Europe 2022:  Michael Knyszek - Respecting Memory Limits In Go

GopherCon Europe 2022: Michael Knyszek - Respecting Memory Limits In Go

About the talk: For years, Go has famously only had one tuning knob for its garbage collector, but the time has come to add ...

GopherCon 2022: Durable Executions in the Face of (some) Failures - Andrew Fitz Gibbon

GopherCon 2022: Durable Executions in the Face of (some) Failures - Andrew Fitz Gibbon

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 ...

GopherCon 2022: Safe, Fast, and Easy: Building a Plugin System with WebAssembly - Kyle Conroy

GopherCon 2022: Safe, Fast, and Easy: Building a Plugin System with WebAssembly - Kyle Conroy

Adding plugins to your Go program used to mean cross-compilation issues,