DevOps

Gitlab Runner Maven

Gitlab Runner and Maven – Guide [With the efficient cache method]

Gitlab Runner and Maven it’s the tools that we need to automate our build process to release any Java application. We will learn everything that is required to configure Gitlab and Runner to build our application correctly. Gitlab is a Git repository manager with great CI/CD integration, without managing many plugins like Jenkins. And the …

Gitlab Runner and Maven – Guide [With the efficient cache method] Read More »

SonarQube with Docker and Javascript

Sonarqube with Docker and Javascript [Everything That You Need to Know]

Sonarqube with Docker and Javascript, it’s the perfect combination that you can use to improve the quality of your application. Without wasting considerable time installing a lot of software and dependencies.   We can analyze an Angular project or Node.js, or any other Javascript technology. In the previous post about sonarqube with Docker, we focus on …

Sonarqube with Docker and Javascript [Everything That You Need to Know] Read More »

Terraform Drift Detection

Terraform Tutorial: Drift Detection Strategies

There is a common misunderstanding among developer teams that the templates used to run the deployments are faultless sources of truth when using infrastructure as code tools. Though, configuration drift is one of the fundamental challenges for architecture built using tools like the Terraform. Configuration drift occurs when the actual state of the infrastructure starts …

Terraform Tutorial: Drift Detection Strategies Read More »