A Beginner’s Guide to OWASP

What is OWASP? Open Web Application Security Project (OWASP) is a nonprofit foundation that is dedicated to improving web applications security. The vibrant OWASP community has projects, forums, and events aimed at increasing the members’ security preparedness. These efforts are further supported by making all the materials free and easily accessible from their website. It …

Continue reading

Continuous Deployment vs Continuous Delivery. What’s the difference?

Continuous deployment VS continuous delivery? What’s best for you, The answer lies in the details we are sharing with you in this article. We examined the differences between continuous deployment and continuous delivery from a technical, organizational, and business point of view. Read on to discover more. Body In today’s world, it is possible to …

Continue reading

6 testing types, every developer should understand

If you Google testing types in software engineering, you’ll certainly end with a list of hundreds of tests. We are sure not all of them will be useful for you. There are also some testing types that have two or three names and some others are very similar even if they have different names. So …

Continue reading

8 Best Practices to Boost Your CI/CD Performance

This article discusses the best practices that boost your CI/CD performance and how each impacts your software development journey. CI/CD solutions have now been widely adopted by companies seeking to transform how they develop and deploy software. When well implemented it delivers more reliability and increases the speed at which new versions are deployed. In …

Continue reading

Is The Future NoOps or MoreOps?

In 2011, Mike Gualtieri, VP, and Principal Analyst at Forester Research, neologized the term NoOps, “I don’t want DevOps. I want NoOps”. The term NoOps became popular a few months after that. But what is NoOps, is it a replacement for DevOps? This article discusses the need for NoOps and the shortcomings of DevOps that …

Continue reading

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