All Stories

About pipelines and continuous everything and more

Continuous integration, delivery and deployment are a couple of concepts that you have probably heard more and more often in recent years. They are not entirely new topics and have...

Unit tests, code coverage and cucumbers

In this article I will tell you a little more about automatic testing, a very important part of continuous integration. I will explain concepts such as unit testing, integration testing,...

Why have they been talking about Trunk based development for the last couple of weeks?

This article is about something we call versioning. It is one of the basic things you have to set up when developing software. You’ve probably heard the word Git before....