Beginner Learning Path
This path is for students who need a confident first pass through Linux, app packaging, CI/CD, cloud vocabulary, and basic security.
Sequence
Section titled “Sequence”| Step | Project | Why it comes here |
|---|---|---|
| 1 | 03 - Linux Fundamentals | Start with shell, files, permissions, and operational basics. |
| 2 | 49 - Text Encryption Cybersecurity Demo | Learn a small local security concept before touching cloud resources. |
| 3 | 04 - Django Application on AWS ECS and ECR | Package an app with Docker and understand container delivery. |
| 4 | 10 - .NET CI/CD with Azure App Service | Study a simpler managed-platform CI/CD flow. |
| 5 | 14 - Android CI/CD with GitHub Actions | Practice a low-cost GitHub Actions workflow. |
| 6 | 50 - ArgoCD GitOps Home Lab | Finish with a local modern delivery loop. |
Portfolio Prompt
Section titled “Portfolio Prompt”Write one page explaining how a code change becomes a deployed artifact. Include the repo trigger, build output, validation step, deployment target, and cleanup notes.