Public learning lab for DevOps fundamentals, automation, CI/CD, Linux, Docker, and infrastructure concepts.
This repository is built as a portfolio-friendly record of hands-on practice. Each section should include notes, commands, small working examples, and a short explanation of what the exercise demonstrates.
- Git and GitHub workflows
- GitHub Actions and CI/CD
- Linux command line fundamentals
- Docker and containers
- PowerShell and Python automation
- Monitoring, logging, and operational troubleshooting
- Cloud and infrastructure concepts
| Folder | Purpose |
|---|---|
notes/ |
Short explanations, commands, and learning summaries |
github-actions/ |
CI/CD workflow experiments |
linux/ |
Linux commands, shell notes, and practice exercises |
docker/ |
Dockerfiles, compose files, and container notes |
scripts/ |
Small automation examples |
- Add Linux command reference notes
- Build a simple GitHub Actions workflow
- Create a Dockerized Python health check app
- Add a basic monitoring/logging exercise
- Write a DevOps glossary in plain language
This repo shows practical progress toward DevOps roles by documenting what I build, what I learn, and how I think through operational problems.