diff --git a/Days/day01.md b/Days/day01.md index 94e9b1b..8ba64e8 100644 --- a/Days/day01.md +++ b/Days/day01.md @@ -50,4 +50,4 @@ My advice is to watch all of the below and hopefully you also picked something u - [What is DevOps? Easy Way](https://www.youtube.com/watch?v=_Gpe1Zn-1fE&t=43s) - [DevOps roadmap 2022 | Success Roadmap 2022](https://www.youtube.com/watch?v=7l_n97Mt0ko) -If you made it this far then you will know if this is where you want to be or not. See you on [Day 2](day2.md). +If you made it this far then you will know if this is where you want to be or not. See you on [Day 2](day02.md). diff --git a/Days/day02.md b/Days/day02.md index 352d847..9ddeb7f 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -1,6 +1,6 @@ ## Responsibilities of a DevOps Engineer -Hopefully you are coming into this off the back of going through the resources and post on [Day1 of #90DaysOfDevOps](Days/day1.md) +Hopefully you are coming into this off the back of going through the resources and post on [Day1 of #90DaysOfDevOps](Days/day01.md) It was briefly touched on in the first post but now we must get deeper into this concept and understand that there are two main parts when creating an application. We have the **Development** part where software developers program the application and test it. Then we have the **Operations** part where the application is deployed and maintained on a server. @@ -54,4 +54,4 @@ My advice is to watch all of the below and hopefully you also picked something u - [What is DevOps? - IBM YouTube](https://www.youtube.com/watch?v=UbtB4sMaaNM) - [What is DevOps? - AWS ](https://aws.amazon.com/devops/what-is-devops/) -If you made it this far then you will know if this is where you want to be or not. See you on [Day 3](day3.md). +If you made it this far then you will know if this is where you want to be or not. See you on [Day 3](day03.md). diff --git a/Days/day03.md b/Days/day03.md index 5d998c3..be8aa7a 100644 --- a/Days/day03.md +++ b/Days/day03.md @@ -71,4 +71,4 @@ My advice is to watch all of the below and hopefully you also picked something u - [The Remote Flow](https://www.notion.so/The-Remote-Flow-d90982e77a144f4f990c135f115f41c6) - [**NOT FREE** The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win](https://www.amazon.co.uk/Phoenix-Project-DevOps-Helping-Business-ebook/dp/B00AZRBLHO) -If you made it this far then you will know if this is where you want to be or not. See you on [Day 4](day4.md). +If you made it this far then you will know if this is where you want to be or not. See you on [Day 4](day04.md). diff --git a/Days/day04.md b/Days/day04.md index ca81ff7..6b29c9f 100644 --- a/Days/day04.md +++ b/Days/day04.md @@ -68,4 +68,4 @@ What do you think? Do you have different views? I want to hear from Developers, - [3 Things I wish I knew as a DevOps Engineer](https://www.youtube.com/watch?v=udRNM7YRdY4) - [How to become a DEVOPS Engineer feat. Shawn Powers](https://www.youtube.com/watch?v=kDQMjAQNvY4) -If you made it this far then you will know if this is where you want to be or not. See you on [Day 5](day5.md). +If you made it this far then you will know if this is where you want to be or not. See you on [Day 5](day05.md). diff --git a/Days/day05.md b/Days/day05.md index f088cd0..d7ba20e 100644 --- a/Days/day05.md +++ b/Days/day05.md @@ -73,4 +73,4 @@ This last bit was a bit of a recap for me on Day 3 but think this actually makes If you made it this far then you will know if this is where you want to be or not. -See you on [Day 6](day6.md). \ No newline at end of file +See you on [Day 6](day06.md). \ No newline at end of file diff --git a/Days/day06.md b/Days/day06.md index 1f4bed5..23892e4 100644 --- a/Days/day06.md +++ b/Days/day06.md @@ -58,7 +58,7 @@ I have added some other stories where DevOps has changed the game within some of - DevOps is a software development approach through which software can be delivered and developed reliably and quickly. You may also see this referenced as **Continuous Development, Testing, Deployment, Monitoring** -If you made it this far then you will know if this is where you want to be or not. See you on [Day 7](day7.md). +If you made it this far then you will know if this is where you want to be or not. See you on [Day 7](day07.md). Day 7 will be us diving into a programming language, I am not aiming to be a developer but I want to be able to understand what the developers are doing. diff --git a/Days/day07.md b/Days/day07.md index b3da3b7..88adaa4 100644 --- a/Days/day07.md +++ b/Days/day07.md @@ -57,4 +57,4 @@ I will say that once you have or at least I am told as I am not many pages into Now for the next 6 days of this topic my intention is to work through some of the resources listed above and document my notes for each day. You will notice that they are generally around 3 hours as a full course, I wanted to share my complete list so that if you have time you should move ahead and work through each one if time permits, I will be sticking to my learning hour each day. -See you on [Day 8](day8.md). \ No newline at end of file +See you on [Day 8](day08.md). \ No newline at end of file diff --git a/Days/day08.md b/Days/day08.md index 18c5ede..ac389f5 100644 --- a/Days/day08.md +++ b/Days/day08.md @@ -87,6 +87,6 @@ go build main.go - [FreeCodeCamp - Learn Go Programming - Golang Tutorial for Beginners](https://www.youtube.com/watch?v=YS4e4q9oBaU&t=1025s) - [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N) -See you on [Day 9](day9.md). +See you on [Day 9](day09.md). ![](images\Day8_Go13.png)