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