Modern orchestration platforms in CI/CD

With the mass adoption of modern orchestration systems, a split in CI/CD paradigm has occurred. This has led to a shift towards the separation of packaging (build pipelines) and delivery (deployment pipelines). Initially, everything used to be seen as an organic whole, cause we were…

Using dockerizing in a modern CI/CD setup

In the modern world of software development, using dockerizing in CI/CD became vital. Even a mid-size project uses most of the benefits of containers in their development cycles. With some time spent on the initial setup, this economises the successive efforts in building, testing and…