App

Portainer

Posted on

A friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.  

tech

Jenkins

Posted on

At my job we value CI/CD. Personally it is one of my favorite topics. When practiced correctly by everyone in the team it gives you great advantages. And it’s just beautiful how we can automate the steps of the deployment process. Jenkins is software which facilitates CI/CD. There is a very good course on Pluralsight […]

tech

Cucumber season

Posted on

I wanted to refresh some insights that I got at work regarding integration testing. This lead me to the Cucumber getting started guide for Java. I quickly made some changes to the example and reformatted the structure of the code.             Define the step definitions: Run the tests! Success!! It […]