The Art of DevOps

Join me, Dami, on this journey as we explore the tools, practices, and strategies that power modern software delivery. From automating pipelines to mastering Kubernetes and cloud platforms, I’m here to simplify and supercharge your DevOps learning experience!

Category Azure DevOps Posted on

Introduction to Azure DevOps Pipeline

Introduction to Azure DevOps PipelineAzure DevOps Pipeline is a cloud-based service provided by Microsoft as part of the Azure DevOps suite, designed to automate the build, test, and deployment process for software applications. It enables teams to implement Continuous Integration (CI) and Continuous Delivery (CD), ensuring that software is built, tested, and deployed automatically and consistently. By integrating wi…
Continue reading
Category Azure DevOps Posted on

Introduction to Azure DevOps Repos

Introduction to Azure DevOps ReposAzure DevOps Repos is a set of version control tools provided by Microsoft as part of the Azure DevOps Services suite, designed to help teams manage and store their source code. Whether you're building applications, infrastructure, or a combination of both, Azure DevOps Repos offers a powerful platform for collaboration, version control, and source code management. It integrates seam…
Continue reading
Category Azure Artifcats Posted on

Build and Publish NodeJS App to Azure Artifact

Build and Publish a Node.js App to Azure ArtifactBuilding and publishing a Node.js application to Azure Artifacts involves a series of steps that allow you to securely store and manage your application's dependencies and ensure that your application is ready for deployment. Azure Artifacts is a cloud-based service that enables teams to share and store packages, such as npm packages, across the entire organization.Her…
Continue reading
Category Azure Pipeline Library Posted on

Azure Pipeline Library – Variable Groups

Azure Pipeline Library - Variable GroupsAzure Pipeline Library is a key feature in Azure DevOps that allows teams to centrally manage and organize variables used across multiple pipelines. One of the key components of the Azure Pipeline Library is Variable Groups, which enables the grouping of variables for easy reuse, better management, and consistent values across different pipelines. Variable groups are especially…
Continue reading