Git Repository in Another Git Repository
Today, I’ll show how to keep git repository in another git repository. It may sound…
Terraform Pipelines on GitLab
Today, I’ll show how to run a sample Terraform pipeline on GitLab. The pipeline will…
Clone Private Repositories in GitLab Pipelines
Assume you want to clone a private GitLab repository in your GitLab pipeline. Let’s see…
Use Ansible Vault in Python
So you want to use secrets stored in Ansible Vault in your Python apps. Let’s…
Helm charts acceptance tests
I already covered how to test helm charts and different tests you may want to…
Add Redis Cache to WordPress
Using Redis cache may significantly speed up your web apps. Today we’ll see how to…