DevOps
-
Run a docker PostgreSQL instance locally for Testing
Running a PostgreSQL instance ad-hoc for testing is not always as bootstraping as it should be. This blog will run…
Read More » -
Docker Tutorial part 1 – fistfull of container
In this docker tutorial series, my aim is to explain basics of docker and to do that with min number…
Read More » -
Best Jenkins Pipeline Tutorial For Beginners [Examples]
Jenkins CI/CD has always been the goto option for DevOps professionals and beginners. It has more than 16,000 stars on…
Read More » -
DevOps Guide – Implementing four-eyes principle with process automation tooling
With great power comes great responsibility. More and more organisations are moving towards a DevOps based organisational model, putting more…
Read More » -
Rebuild a Maven repository in 3 steps
In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set…
Read More » -
TeamCity vs. Jenkins: Picking The Right CI/CD Tool
Every software development cycle involves three major phases-building, testing, and deployment. A lag in any of these three phases will…
Read More » -
Database migrations in Kubernetes applications with Flyway
I’ve recorded a video how to migrate databases for applications that are deployed in a managed Kubernetes environment using Flyway…
Read More » -
The Best and Worst of Times
The Horrible Dilemma of Dockerising Databases for Testing When working with database client code you have essentially got 4 options…
Read More » -
How Continuous Testing in DevOps enables quality in the CI/CD Pipeline
We all understand the importance of software testing and how it transforms the goodwill of the business by enabling delivery…
Read More »