Browsing Tag
cicd
32 posts
Squash, Rebase, Merge: Keeping Your CI/CD Pipelines Clean and Efficient 🚀
In DevOps, efficiency is everything. A messy Git history slows down pipelines, causes unnecessary conflicts, and makes debugging…
Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 3
Introduction In this article, I will walk you through how I deployed a FastAPI application with continuous integration…
DevOps Pipeline Design
Overview This document presents an enhanced DevOps solution integrated into the Software Development Life Cycle (SDLC). The solution…
Continuous Integration/Continuous Deployment (CI/CD) process
The pipeline steps you’ve mentioned correspond to a typical deployment workflow in a Continuous Integration/Continuous Deployment (CI/CD) process.…
Best CI/CD Tools for 2025: Automating Software Development Pipelines for Greater Efficiency and Speed
Introduction: In modern software development, CI/CD (Continuous Integration and Continuous Delivery/Deployment) pipelines have become essential for ensuring faster,…
¿Qué es CI/CD y cómo puede acelerar tus despliegues en minutos?
📝 TL;DR CI/CD (integración continua y despliegue continuo) automatiza el proceso de integración del código, pruebas y despliegue. Gracias…
End-to-End AWS DevOps Project: CI/CD Pipeline for ECS Fargate with ECR and RDS
This project provides a comprehensive guide for deploying a containerized application on AWS ECS (Elastic Container Service) Fargate…
Scheduled Test Workflow Documentation
Overview This documentation provides a detailed explanation of the setup for a cron job scheduled test in a…
Microsserviços, uma abordagem prática – Implantação contínua
Implantação Contínua, ou Continuous Deployment, é uma prática de desenvolvimento de software onde o código é automaticamente testado…
🦊 GitLab: A Python Script Calculating DORA Metrics
Initial thoughts Considered alternate solutions GitLab Value Stream Analytics (official solution) LinearB (SaaS solution with free tier) Four…