Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions checkpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,18 @@ Each checkpoint captures:
- Skills unlocked

These checkpoints serve as snapshots of my growth throughout this repository.

## Branch Strategy

This repository intentionally keeps historical branches.

Each checkpoint branch represents a learning milestone and its corresponding pull request.

Example:

- checkpoint-10 → GitHub Actions and CI
- checkpoint-15 → CodeQL and Trivy
- checkpoint-18 → Secure CI/CD and branch protection
- monitoring-and-observability → Prometheus and Grafana

Branches are preserved to document the evolution of the learning process rather than to follow a production Git workflow.
Loading