Saltar al contenido

Escritos sobre software, producto, inteligencia artificial y sistemas en producción

Ideas y aprendizajes sobre desarrollo full stack, arquitectura, productos que integran IA y la plataforma necesaria para operarlos de forma confiable.

Building a Robust CI/CD Pipeline from Scratch

Continuous Integration and Continuous Deployment (CI/CD) can significantly enhance the reliability, speed, and quality of software delivery. This article explores the core principles of DevOps and how to implement a robust CI/CD pipeline using common tools like Jenkins, Docker, and Kubernetes.