# Ci Cd
All Ci Cd notes →1 — CI Architecture
Covers event-driven CI triggering, pipeline orchestration, fan-in/fan-out pipeline shapes, and matrix builds as the architectural patterns behind a CI platform.
ci-cd ci book
2 — Automated Testing Platform
Surveys the automated test pyramid a CI platform must support — unit, integration, contract, end-to-end, and performance tests — and how each shapes pipeline design.
ci-cd ci book
3 — Code Quality Platform
Covers static analysis, code coverage, linting, and dependency analysis as the code-quality gates a CI platform enforces before code merges.
ci-cd ci book
4 — Security in CI
Covers secret detection, SAST, dependency scanning, container scanning, and license compliance as the security gates built into the CI stage.
ci-cd ci book
5 — GitHub Actions: Performance Engineering
Covers k6-based load testing, benchmarking, and automated performance regression detection inside a pipeline.
ci-cd ci book