Skip to content

Commit

Permalink
Merge pull request #190 from learntocloud/add-resources-p1
Browse files Browse the repository at this point in the history
edited p1 and added resoureces
  • Loading branch information
madebygps committed Jan 22, 2024
2 parents d416320 + 25a4a9a commit a9998da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions docs/phase1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Phase 1: Linux Bash and Networking fundamentals
# Phase 1: Linux Bash and Networking

Author: [GPS](https://twitter.com/madebygps)

Expand All @@ -19,9 +19,8 @@ I would suggest spending time on these three topics and this timeline:

| Order | Topic
|-------|---------------------------------
| 1 | Introduction to Bash Commands |
| 2 | Introduction to Bash Scripting | |
| 3 | Introduction to Networking| |
| 1 | Introduction to Bash |
| 2 | Introduction to Networking| |

Of course feel free to spend as much time as you'd like, people have asked for a timeline and breakdown so I've added it.

Expand All @@ -31,7 +30,7 @@ Of course feel free to spend as much time as you'd like, people have asked for a
| :------------- | ---------- | ----------- | :----------- |
| Bash| [Linux Basics for Hackers](https://nostarch.com/linuxbasicsforhackers) | This book made learning Linux FUN! It's pretty easy to follow and take a chapter day by day. | You don't need to read the whole thing, the first 9 chapters cover most of what you need to know.
Bash for Beginners | [YouTube Video Series](https://aka.ms/bashforbeginners) | An introduction to Bash!| A 20 part YouTube series covering the fundamentals of Bash.
Networking | [Fundamentals of computer networking](https://learn.microsoft.com/en-us/training/modules/network-fundamentals/) | You'll learn the fundamental principles of computer networking to prepare you for the Azure admin and developer learning paths. | Read this after the previous video.
Networking | [Computer Networking Course - Network Engineering](https://youtu.be/qiQR5rTSshw?si=hFf17ew05aSmq6q4) | You'll learn the fundamental principles of computer networking to prepare you for cloud. |

## Capstone Project: CloudUploader CLI

Expand Down
5 changes: 3 additions & 2 deletions docs/phase2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Author: [GPS](https://twitter.com/madebygps)

## How does this phase apply to Cloud?

You'll be using code to automate tasks, deploy infrastructure, and work with services. You don't need to know how to build UIs but you need to know how to work with APIs. Knowing how to program will make you more competitive in the hiring market. In the previous step you were introduced to programming basics and wrote your first Bash script. You can now leverage this knowledge and apply it to your choice of programming language.
You'll be using code to automate tasks, deploy infrastructure, and work with services. You don't need to know how to build UIs but you need to know how to work with APIs and other cloud services like storage, databases, etc. Knowing how to program will make you more competitive in the hiring market. In the previous step you were introduced to programming basics and wrote your first Bash script. You can now leverage this knowledge and apply it to your choice of programming language.

<!--truncate -->
<iframe width="100%" height="315" src="https://www.youtube.com/embed/WMUAc7bvB7M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/AZhINW89kbM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## What You Need To Learn

Expand All @@ -33,6 +33,7 @@ I would suggest spending time on these two topics and this timeline:
| :---- | :--------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| 1 | [Python Crash Course](https://ehmatthes.github.io/pcc/) | A great Python book, also there is an Appendix in there on Git which is great!
1 | [Python for Beginners](https://youtu.be/jFCNu1-Xdsw) | A 44 part video series introducing you to Python |
1 | [7 Days of Python](https://7daysofpython.com/) | A 7 day guide to Python
| 2 | [A Beginner's Guide to Prompt Engineering with GitHub Copilot](https://dev.to/github/a-beginners-guide-to-prompt-engineering-with-github-copilot-3ibp) | An article by [Rizèl Scarlett](https://twitter.com/blackgirlbytes) on how to get the most out of GitHub Copilot.|


Expand Down

0 comments on commit a9998da

Please sign in to comment.