Here are some of my recent articles:
Articles
CI/CD - Everything you need to know
CI/CD
Introduction CI/CD stands for continuous integration and continuous delivery/deployment. It can be described as a set of practices with the purpose of streamlining and accelerating the software development lifecycle. What does Continuous integration (CI) mean? Continuous integration (CI) is the act of automatically and consistently integrating code changes into a source code repository. CI is also the set of practices responsible for building and testing the code in order to find potential errors early on and enhancing the productivity of the development process.
Read More