My Talks
Go for OOP Developers: How to avoid questioning looks from your coworkers when you submit PRs
Many Gophers, came to Go from other languages. Often those are OO languages like Java or C#. Unfortunately, the patterns and idioms we all learned there can be anti-patterns in Go. In this talk ...
Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
With Go modules, the dependency trees of our projects have become ... complicated. Other tools will show you your dependencies but not which things depend on you. To fix that, [tool] provides a gra...