Canary Release vs Blue-Green Deployments

Choosing the right deployment strategy is crucial to the availability and quality of your services. Two of the most known deployment strategies are blue/green deployment and canary release.This article discusses both deployment strategies. It explores the differences between the two, the pros and cons of each one, and finally the best use case for each …

Continue reading

A quick introduction to CI/CD

CI/CD is one of the pillars of modern cloud native software development. It improves your software products and makes its development more effective and cheaper This article discusses CI/CD and the different tools you can use to implement it. The process of software development and deployment has been more efficient by the rise in automated …

Continue reading