Sheet ⁨02⁩ · ⁨Blog⁩Surveyed ⁨2026⁩
Category

cicd

11Articles

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 copy-pasting the same workflow config into dozens of repositories turn into an operational risk? If you've ever managed more than a hand

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: 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. That's where **shift-left sec

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

GitHub Actions vs. GitLab CI for Monorepos: Which One Wins?

GitHub Actions vs. GitLab CI for Monorepos: Which One Wins?

The world of building software is always changing, and how teams organize their code can really affect how well they work. One way that's become pretty popular is using a monorepo. That's just keeping

Zero Trust Architecture in DevOps Pipelines: Secure Your CI/CD Workflows

Zero Trust Architecture in DevOps Pipelines: Secure Your CI/CD Workflows

Security matters a lot in DevOps environments, where CI/CD pipelines and cloud infrastructure drive software delivery. One model that's changing how teams approach security is Zero Trust. This art

Deploying Infrastructure with Terraform in CI/CD Pipelines

Deploying Infrastructure with Terraform in CI/CD Pipelines

In fast-paced DevOps environments, Infrastructure as Code (IaC) has become a cornerstone for managing and scaling infrastructure efficiently. Terraform, a leading open-source IaC tool, is widely a

How to Setup Jenkins on AWS Using CloudFormation

How to Setup Jenkins on AWS Using CloudFormation

Introduction In a previous blog post, we set up Jenkins on AWS using the AWS CLI (How to Install Jenkins on AWS EC2 Instance). In this blog post,

How to CI/CD AWS With Github using Jenkins

How to CI/CD AWS With Github using Jenkins

Introduction In a previous post, I showed you how to set up Jenkins on an AWS EC2 instance. You can read that post here. In this post, I will sho

How to Install Jenkins on AWS EC2 Instance

How to Install Jenkins on AWS EC2 Instance

Introduction In this post, I will show you how to create an EC2 instance on AWS and install Jenkins on it. PrerequisitesAWS CLI installed and configured IAM user with the following permi

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.