DevOps Best Practices

[EN] Your first CI/CD pipeline with GitLab CI and Docker: A step-by-step guide
[EN] Your first CI/CD …

Hello everyone,

As developers, we know that writing code is one thing; building, testing and rolling it out reliably is quite another. Doing this manually is tedious and error-prone. This is where Continuous Integration (CI) and Continuous Deployment (CD) come into play. They automate exactly these …