In the software development lifecycle (SDLC), improving your CI/CD is key to optimizing your pipelines to streamline delivery of your applications to production. Engineering teams often get stuck in this process of choosing the best CI/CD practices, especially when it comes to maintaining test coverage across pipelines and…
21 posts tagged
CI/CD
Looking to grow beyond the limitations of a one-size-fits-all PaaS like Heroku?
In April this year, Heroku disclosed that a threat actor obtained access to a Heroku database and downloaded customer GitHub integration OAuth tokens. OAuth is an authentication protocol that allows you to approve one application interacting with another on your behalf without giving away your password. This outage proved to…
GitOps vs ChatOps
In this guide, we will be looking at GitOps vs ChatOps and how you can scale your infrastructure toolchain using CTO.ai. GitOpsThe idea behind GitOps is using Infrastructure as Code for all the scripts that you need to create, update or delete your infrastructure. You can use a number…