This repository tracks my learning and personal projects in terms of DevOps topics.
- Ubuntu config templates
- Linux Command Line Basics - Udacity
- Introduction to Linux - The Linux Foundation & edX
- Docker
- Introduction to Cloud Infrastructure Technologies - The Liux Foundation & edX
- Introduction to DevOps: Transforming and Improving Operations
- Docker Technologies for DevOps and Developers
- Introduction to Kubernetes
- 642-902 Implementing Cisco IP Routing (ROUTE)
- 642-813 Implementing Cisco IP Switched Networks (SWITCH)
- 642-832 Troubleshooting and Maintaining Cisco IP Networks (TSHOOT)
- 640-863 Designing for Cisco Internetwork Solutions (DESGN)
- 300-208 Implementing Cisco Secure Access Solutions (SISAS)
- 350-701 Implememting and Operating Cisco Security Core Technologies (SCOR)
Format: <type>(<scope>): <subject> <type> : chore, docs, feat, fix, refactor, style, or test<subject> : summary in present tense <scope> : (optional) anything specifying place of the commit change |
|
---|---|
feat | new feature for the user, not a new feature for build script; introduces a new feature to the codebase |
fix | fixes (e.g. typos, linter rules, broken links/imports, etc.) |
docs | changes to the documentation |
style | format, missing semicolons, etc.; no code change |
refactor | refactoring production code, eg. renaming a variable, changing algorithm, revising code for performance |
test | add tests, refactoring test; no production code change |
chore | updating build tasks, package manager config, etc.; no production code change |