Skip to content
#

ci-cd

CI/CD is a build automation strategy and part of DevOps

  • Continuous integration: Frequent merging of several small changes into a main branch.
  • Continuous delivery: When teams produce software in short cycles with high speed and frequency so that reliable software can be released at any time, and with a simple and repeatable deployment process when deciding to deploy.
  • Continuous deployment: When new software functionality is rolled out completely automatically.
  • Here are 772 public repositories matching this topic...

    A comprehensive collection of AI development patterns for building software with AI assistance, organized by implementation maturity and development lifecycle phases. Includes Foundation, Development, and Operations patterns with practical examples and anti-patterns.

    • Updated Aug 10, 2025
    • Python