Category

automation

10Articles
GitHub Actions Reusable Workflows: Build a Shared CI Library Across All Your Repos

GitHub Actions Reusable Workflows: Build a Shared CI Library Across All Your Repos

Centralizing CI/CD Automation across Repositories Why does the duplication of workflow configurations across multiple git repositories create operational risks for engineering organizations?

Modular Terraform for Scalable Infrastructure as Code

Modular Terraform for Scalable Infrastructure as Code

Businesses need infrastructure that's flexible and can grow fast, and managing it by hand doesn't scale. Infrastructure as Code, or IaC, changed how we build and manage those digital foundations. IaC

What's the Deal with Shift-Left Security, and Why Should You Care?

What's the Deal with Shift-Left Security, and Why Should You Care?

Let's be honest: in today's software world, security can't be an afterthought. If you're still waiting until the end of your development cycle to think about vulnerabilities, you're doing it wrong. Th

Taming the Chaos: Let's Sort Out Those Flaky CI/CD Pipelines

Taming the Chaos: Let's Sort Out Those Flaky CI/CD Pipelines

Ever get super frustrated with your CI/CD pipeline? You know, the one that sometimes works perfectly and other times just throws a random tantrum? You push your code, the pipeline starts doing its thi

Database DevOps: Making PostgreSQL and MongoDB CI/CD Feel Natural

Database DevOps: Making PostgreSQL and MongoDB CI/CD Feel Natural

Ever feel like your app deployments are super slick, but then you hit the database part, and things just... stop? It's frustrating, right? You've got this smooth CI/CD pipeline for your code, but data

AIOps: Making DevOps Even Better with Smart AI Tools

AIOps: Making DevOps Even Better with Smart AI Tools

You know how things in the tech world keep getting more complicated? Well, managing all that IT stuff can be a real headache. DevOps made software development and deployment smoother, but as systems g

Streamlining GitHub Organization Management with Terraform

Streamlining GitHub Organization Management with Terraform

Managing a GitHub organization manually can become increasingly complex as teams grow and projects multiply. For DevOps and DevSecOps engineers, automation is key to maintaining consistency and re

Understanding Infrastructure as Code (IaC)

Understanding Infrastructure as Code (IaC)

Introduction Infrastructure as Code (IaC) manages infrastructure through code instead of manual configuration. Instead of clicking through consoles to set up servers, networks, and storage, you de

Infrastructure Automation on AWS: CloudFormation, SAM, and Terraform for IaC

Infrastructure Automation on AWS: CloudFormation, SAM, and Terraform for IaC

Introduction This post covers Infrastructure as Code (IaC) and how it fits into a Cloud Native AWS environment: what IaC gives you, and how CloudFormation, AWS SAM, and Terraform each handle a dif

What is a CI/CD?

What is a CI/CD?

Introduction Continuous Integration and Continuous Delivery are two of the most important concepts in DevOps. This article covers what CI/CD is and how it fits into a software development process.