Presentations
GDG Cloud - Belgium - Microservices @ Blendle
September 12, 2017
Resilient Microservices with Containers, Kubernetes and Google Cloud Creating a single microservice is a well-understood problem. Creating a cluster of load-balanced microservices that are resilient and self-healing is not so easy. Managing that cluster with rollouts and rollbacks, scaling individual services on demand, securely sharing secrets, and configuration among services is even harder. Kubernetes, an open-source container management system, can help with this. In this talk, we will hear from Blendle, who has made this journey from Monolith to Microservices and will learn what makes Kubernetes a great system for automating deployment, operations, and scaling of containerized applications.
You can download the presentation here
Golang Amsterdam Meetup - Optimizing sending mails in Go
April 7, 2016
For the editorial-powered newsletter, it’s very important that the newsletter is sent quickly to all users. Our little bump in the road: Our editorial team needs time to read all newspapers after publication, and every e-mail is uniquely customized and sorted for every user. How do we send over 200k custom and unique e-mails to our users within 10 minutes?