Recent Posts

Testing Stages

3 minute read

The three CI/CD teams should incorporate testing into the software development lifecycle at the different stages of the CI/CD pipeline.

Deployment Methods

1 minute read

You can consider multiple deployment strategies and variations for rolling out new versions of software in a Continuous Delivery process. The most common dep...

CI/CD Teams

1 minute read

AWS recommends organizing three developer teams for implementinga CI/CD environment: application team infrastructure team tools team.

Continuous Delivery

2 minute read

One misconception about continuous delivery is that it means every change committed is applied to production immediately after passing automated tests. Howev...