Florian Motlik
Florian is very passionate about everything Cloud, Infrastructure Management, Event Driven Systems, Serverless Architecture, Team Management and Team Productivity. He is the founder of The Serverless Way, where he functions as an AWS Consultant, focusing on Serverless Infrastructure (Mostly ECS, Lambda, …) and Account/Organization Setup of medium to enterprise size companies.
Github deployment pipelines and zero-downtime deployment
This week I will show you every step that happens after a pull request is merged into our master branch. We use an automated deployment pipeline for releasing our code into production.
Building Vagrant machines with Packer
Sharing a common development environment with everyone on your team is important. It is really hard though to keep the same dependencies, database versions and other systems in sync between different machines. Let’s look at building a Vagrant machine to do just that.