🗃️ ArgoCD
2 items
📄️ Dagger
Continuous Integration and Continuous Delivery/Deployment (CI/CD) are critical to the success of modern software development. They help to ensure that code changes are tested and deployed automatically, quickly, and efficiently. In recent years, containerization has become an essential part of CI/CD pipelines, as it provides a consistent and isolated environment to build, test, and deploy applications. In this blog post, we will explore Dagger, a programmable CI/CD engine that runs pipelines in containers. We will discuss what Dagger is, the problems it solves, and some code snippets to get you started.