GDG Go & Cloud User Group Hamburg - June 2018
Implementing feature flags in serverless environments like AWS Lambda poses some challenges. I will show you how to overcome these difficulties by building a serverless flag storage pipeline for the popular feature management platform LaunchDarkly, all using Go.
Chaos Engineering Hamburg - June 2016
The core idea of Chaos Engineering is to inject failures proactively in a controlled manner to gain confidence in our systems. I will show you how to run your very own Chaos Monkey with Docker, and how to use it for both automated and manual fault injection.
Infracoders Hamburg - March 2015
Building Debian packages isn't always fun. In fact, it can be a pain from time to time. In this presentation, I talk about the challenges of package building at Jimdo and what it means to create a build system that everyone can use.
chef-runner and the story behind itChef User Group Hamburg - January 2014
The goal of chef-runner is to speed up your Chef development and testing workflow by allowing you to change infrastructure code and get immediate feedback. This is the tool's origin story.
Talking to HTTP/JSON APIs with GoGo User Group Hamburg - August 2013
A short introduction to Go's http, httptest, and json packages.