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 ... The Go standard library provides robust abstractions that allow developers to write programs that can easily make system calls to ... The Go compiler is a great tool, but sometimes it looks like magic. How does this software convert my source code into something ...

Gophercon 2022 Exploring Network Programming - 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 ... The Go standard library provides robust abstractions that allow developers to write programs that can easily make system calls to ... The Go compiler is a great tool, but sometimes it looks like magic. How does this software convert my source code into something ... There has been a noticeable increase in the complexity of dependency management with the introduction of Go modules and the ... Foreign Function Interface(FFI) is a mechanism to invoke functions written in another language. In Go, there are only a few ways to ... Secure coding practices are not intuitive for most engineers. This talk will cover the most common security missteps in developing ...

In this tutorial, Zach will show you how to profile your codebase to make it faster and share some performance-killing anti-patterns ... 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 ... About the talk: What started out as an experimental service to rank livestreams evolved to a platform powering all types of content ...

Photo Gallery

GopherCon 2022: Exploring Network Programming by Building a Toxiproxy Clone - Jordan Neufeld
GopherCon 2022: System Programming for Real-time Video Capture in Go - Vladimir Vivien
GopherCon 2022: Collect First, Ask Questions Later - Zach Wasserman
GopherCon 2022: Hello World, from the Code to the Screen - Jesús Espino
GopherCon 2022: Kraken Wrangling for Dummies: Go Module Dependency Mgmt at Scale - Dylan Bourque
GopherCon 2022: CGO-less Foreign Function Interface with WebAssembly - Takeshi Yoneda
GopherCon 2022: Secure Coding in Go: Avoiding Common Vulnerabilities - Benji Vesterby
GopherCon 2022: Performance in a High-throughput SQL Database - Zach Musgrave
GopherCon 2022: Compatibility: How Go Programs Keep Working - Russ Cox
GopherCon Europe 2022:  Konrad Reiche - From Service To Platform: A Ranking System in Go
GopherCon 2022: Safe, Fast, and Easy: Building a Plugin System with WebAssembly - Kyle Conroy
View Detailed Profile
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 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: Collect First, Ask Questions Later - Zach Wasserman

GopherCon 2022: Collect First, Ask Questions Later - Zach Wasserman

This talk

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 code into something ...

GopherCon 2022: Kraken Wrangling for Dummies: Go Module Dependency Mgmt at Scale - Dylan Bourque

GopherCon 2022: Kraken Wrangling for Dummies: Go Module Dependency Mgmt at Scale - Dylan Bourque

There has been a noticeable increase in the complexity of dependency management with the introduction of Go modules and the ...

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: Secure Coding in Go: Avoiding Common Vulnerabilities - Benji Vesterby

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

Secure coding practices are not intuitive for most engineers. This talk will cover the most common security missteps in developing ...

GopherCon 2022: Performance in a High-throughput SQL Database - Zach Musgrave

GopherCon 2022: Performance in a High-throughput SQL Database - Zach Musgrave

In this tutorial, Zach will show you how to profile your codebase to make it faster and share some performance-killing anti-patterns ...

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