CI/CD
Azure Foundations: A Compliance and Regulations Guide
Choosing Azure to host your cloud infrastructure is the beginning. Depending on any of the following reasons, industry compliance, organizational policies, testing infrastructure compliance, etc. You may decide to implement compliance and regulation on your cloud infrastructure. However, this is easier said than done. Implementing compliance can be daunting without
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
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