Tag: DevOps

The Power of GitHub Actions for Streamlining DevOps Workflows
The Power of GitHub Actions for Streamlining DevOps Workflows
Blog Posts

Introduction GitHub Actions is a powerful tool for automating development workflows, and it has quickly become a staple in the DevOps world. With its ability to integrate with various tools and services, GitHub Actions allows developers to streamline their workflow and focus on delivering high-quality code. In this article, we’ll dive into the essentials of GitHub… READ MORE

An Introduction to DevOps with Azure DevOps
An Introduction to DevOps with Azure DevOps
Blog Posts

Want to transform your company into an Agile powerhouse? To do that you’ll need to start with a solid foundation built on the ideas and concepts of a DevOps culture. Once you have that foundation established you can look to technical solutions to convert your company’s culture and technology. This article introduces DevOps concepts and… READ MORE

Azure DevOps Terraform Task
Azure DevOps Terraform Task
Blog Posts

Introduction As development teams implement more and more Infrastructure as Code (IaC) leveraging Azure DevOps(ADO) there is a need for to ADO tasks that integrate easily and help improve the software development process. This post will specifically focus on the Azure DevOps Terraform Task The Problem With growth in popularity on Azure DevOps Microsoft Hosted Agents we need… READ MORE

Manage your releases by environment using Azure DevOps YAML templates
Manage your releases by environment using Azure DevOps YAML templates
Blog Posts

Use YAML to define the releases of your environments When setting up continuous integration (CI) and continuous delivery (CD) you always need to manage different environments for your project. Depending on your needs you will have at least 3 environments to drive your project correctly,for instance: Development Staging Production The development (Dev) environment will be… READ MORE

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE