DevOps engineer, footballer, Nigerian, and technical writer with a passion for leveraging technology to drive innovation and sharing knowledge through engaging content
Experienced in DevOps engineering and technical writing, actively seeking opportunities in both fields.
Introduction In a mono repository containing multiple applications, each app typically has its own set of GitHub Actions workflows. However, when you push changes to the branch, all the workflows defined in the repository will run from scratch by def...

Introduction Ansible: Ansible is an open-source automation tool that simplifies the management and configuration of systems, applications, and infrastructure. It allows you to describe your desired state of systems and execute tasks across multiple m...

Dockerizing an Application To dockerize an application, follow these steps: Create a repository for your application with the name of the application. Gather and save all the necessary files and dependencies required for your application. Write a ...
