CI/CD

Automating Azure Infrastructure with Terraform and Azure DevOps

The Azure ecosystem offers a wide range of services with varying price points, from affordable to expensive. As a DevOps/Cloud engineer, your responsibility is to provision and configure these services properly not just from an operational standpoint, but also with regard to their operational expenses. Managing these resources becomes

Daniel Makhoba Emmanuel
Azure

Automating Dependency Updates for Docker Projects

This article was originally posted on Divine Odazie's blog. A dependency is an external standalone library organized into packages to perform a specific task. Dependency management is the process of identifying, installing, and resolving dependencies in a software project's codebase. If your software has dependencies (which it probably does), dependency

Divine Odazie
Divine Odazie
Docker