top of page
Image-empty-state.png

Matthew Sanabria

CockroachDB

Matthew is an engineering leader focused on building reliable, scalable, and observable systems. Matthew is known for using his breadth and depth of experience to add value in minimal context situations and help great people become great engineers through mentoring. Matthew serves the Go community as a member of GoBridge and a contributor to the Exercism Go track. In his spare time, Matthew spends time with his family, helps grow his wife's chocolate business, works on home improvement projects, and reads technical resources to learn and tinker.

Pointers and Interfaces in Go: What All Gophers Should Know

This talk describes everything a Gopher should know about pointers and interfaces in Go. Attendees will learn how pointers are represented in memory, the difference between pointer and value semantics, what happens as functions are added and removed from the call stack, and how interfaces can both enable and hinder behavior in programs. Unlike an interface, there's nothing to implement before coming to this talk. All are welcome!

bottom of page