Assembling a cloud hosted application – Part 1: Cast a glance at the cloud 05/15/19 by Marco Berger Moving your application to the AWS Cloud is a challenge. I will show you how to assemble a cloud hosted... Read more Leave your thoughts
Serverless GCP functions – Look Ma, no servers! 04/15/19 by Elisabeth Schulz Serverless computing promises to provide easily scalable applications and provide a straightforward programming model that allows developers to focus on... Read more Leave your thoughts
Traefik 2.0 – Configuration & new routing rule syntax 04/01/19 by Manuel Zapf In this blog post series, we will showcase some of the new features in Traefik 2.0, highlight changes and see what the future may look like. Read more Leave your thoughts
Feature toggles in a microservice environment – Part 1: Benefits and drawbacks 02/27/19 by Mitchell Herrijgers Feature toggles are not a good fit for everything. But if managed correctly, they can be a very powerful tool. Read more Leave your thoughts
Retrospective on the value stream of your software delivery 02/25/19 by Kevin van Ingen Retrospectives can become tedious and boring. Use a value stream retrospective to perform a structured evaluation of your team's software development process. Read more Leave your thoughts
Continuous cloud infrastructure with Ansible, Molecule & TravisCI on AWS 01/15/19 by Jonas Hecht By implementing Test-driven development and Continuous Integration for infrastructure code with Ansible and Molecule, we've done a huge step towards the right direction. Read more Leave your thoughts
Making a React application container environment-aware at Kubernetes deployment 12/06/18 by Ivan Perkucin How to make a React application container aware of Kubernetes environment variables at runtime through a dynamically rewritten config.js file Read more Leave your thoughts
Test-driven infrastructure development with Ansible & Molecule 12/04/18 by Jonas Hecht So you´re doing Infrastructure-as-Code? Sure. But have you ever heard of Test-Driven Development? It´s that dev team thing, right? Hell no! It should be equally important to infrastructure coding! Read more Leave your thoughts
A Complete Setup of GitLab CI & Docker Using Vagrant & Ansible: HTTPS/Let’s Encrypt, Container Registry, Runners 05/29/18 by Jonas Hecht Tired of Jenkins? Always keeping an eye on all those new kids on the block with their super cool and simple CI Pipeline files? Here´s a guide on how to fire up a fully functional GitLab CI/CD pipeline Read more Leave your thoughts