https://github.com/dowusubekoe-dev/learn-to-cloud
Documentation of my job oriented Cloud journey
https://github.com/dowusubekoe-dev/learn-to-cloud
cloud-computing cloud-engineer devops git linux networking programming tech
Last synced: about 2 months ago
JSON representation
Documentation of my job oriented Cloud journey
- Host: GitHub
- URL: https://github.com/dowusubekoe-dev/learn-to-cloud
- Owner: dowusubekoe-dev
- License: mit
- Created: 2024-11-01T02:27:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T15:55:12.000Z (2 months ago)
- Last Synced: 2025-03-08T16:20:25.987Z (2 months ago)
- Topics: cloud-computing, cloud-engineer, devops, git, linux, networking, programming, tech
- Homepage:
- Size: 38.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud EngineerJourney
### Learn to Cloud Course
### [Phase 0:- Starting from Zero](./phase-0_starting-from-zero)
* [Project](./phase-0_starting-from-zero/)### [Phase 1:- Linux and Bash](./phase-1_linux-and-bash)
* [Version Control](./phase-1_linux-and-bash/1%20-%20version-control/)
* [Cloud CLI Setup](./phase-1_linux-and-bash/2%20-%20cloud-cli-setup/)
* [Install Terraform](./phase-1_linux-and-bash/3%20-%20infrastructure-as-code/)
* [Secure Shell Setup](./phase-1_linux-and-bash/4%20-%20secure-shell-setup/)
* [Linux Bash Basics](./phase-1_linux-and-bash/5%20-%20linux-bash-basics/)
* [Challenge_v1](./phase-1_linux-and-bash/challenge_v1/ltc-linux-challenge_v1/)
* [Challenge_v2](./phase-1_linux-and-bash/challenge_v2/ltc-linux-challenge_v2/)### [Phase 2:- Programming](./phase-2_programming)
* [**Python Basics**](./phase-2_programming/1%20-%20python-basics/python-basics.md)
* [Week-1-Basics](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/)
* [Day-1-Getting-Started](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-1-Getting-Started/)
* [Day-2-Variables-and-DataTypes](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-2-Variables-and-DataTypes/)
* [Day-3-Strings](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-3-Strings/)
* [Day-4-Numbers-and-Arithetic](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-4-Numbers-and-Arithmetic/)
* [Day-5-Comments-and-Zen](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-5-Comments-and-Zen/)
* [Day-6-Intro-to-Lists](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-6-Intro-to-Lists/)
* [Day-7-List-Access-and-Modification](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/Day-7-List-Access-and-Modification/)
* [Week-1-Summary](./phase-2_programming/1%20-%20python-basics/Week-1-Basics/week-1-Summary.md)
* [**Rest API**](./phase-2_programming/2%20-%20rest-api/rest-api.md)
* [**Fast API**](./phase-2_programming/3%20-%20fast-api/fast-api.md)
* [**Databases**](./phase-2_programming/4%20-%20databases/databases.md)
* [**Capstone Project**](./phase-2_programming/capstone-project/capstone-project.md)