I'm a software engineer working at VikingCo. In my latest project I set up a VoIP service using Docker, we currently have about 20.000 users and will be scaling up to 200.000 in the near future. This project has given me a lot of real world experience using Docker.
In my spare time I've been a Haskell enthousiast for a bit over a year now. I've always been eager to tinker with and try to optimize my development environment. Docker is one of the tools I've been experimenting with to set up clean and reproducible environments.
You can find a bit more info about me here: http://sgillis.github.io/
Talks I've Given
-
Haskell development with Docker
Featuring San Gillis
Tooling for Haskell development is a hot topic, since one of the biggest grievances in Haskell development is the issue of managing dependencies. Enter Docker, a tool that makes defining and running containers easy. Docker allows you to easily create reproducible environments across different...
haskell functional-programming docker dependencies container devops