CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 2]

Hands-On

Manual deployments are not error-prone. Moreover, they consist of a bunch of repetitive and complex tasks. The development teams are afraid of the complexity of deploying a new version of an application and the headaches it brings. Sometimes, deploying an application requires advanced platform skills. It is a tedious process to debug deployment issues. FluxCD helps … Read more

CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 1]

Hands-On

CI/CD is a well-established software development dogma. The Internet is full of articles and pages talking about CI/CD. They always have the same CI/CD image. I bet you know the image I’m talking about. I read dozens of articles about the topic and experienced the implementation of an end-to-end CI/CD pipeline. The reality is that implementing a CI/CD … Read more