From 7c5b6d65e74e2699e9719edbb79ef44cd32aa8b2 Mon Sep 17 00:00:00 2001 From: Anurag Maurya Date: Sat, 8 Jan 2022 20:04:31 +0530 Subject: [PATCH 1/4] Reordering the days --- Days/{day1.md => day01.md} | 0 Days/{day2.md => day02.md} | 0 Days/{day3.md => day03.md} | 0 Days/{day4.md => day04.md} | 0 Days/{day5.md => day05.md} | 0 Days/{day6.md => day06.md} | 0 Days/{day7.md => day07.md} | 0 Days/{day8.md => day08.md} | 0 Days/{day9.md => day09.md} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename Days/{day1.md => day01.md} (100%) rename Days/{day2.md => day02.md} (100%) rename Days/{day3.md => day03.md} (100%) rename Days/{day4.md => day04.md} (100%) rename Days/{day5.md => day05.md} (100%) rename Days/{day6.md => day06.md} (100%) rename Days/{day7.md => day07.md} (100%) rename Days/{day8.md => day08.md} (100%) rename Days/{day9.md => day09.md} (100%) diff --git a/Days/day1.md b/Days/day01.md similarity index 100% rename from Days/day1.md rename to Days/day01.md diff --git a/Days/day2.md b/Days/day02.md similarity index 100% rename from Days/day2.md rename to Days/day02.md diff --git a/Days/day3.md b/Days/day03.md similarity index 100% rename from Days/day3.md rename to Days/day03.md diff --git a/Days/day4.md b/Days/day04.md similarity index 100% rename from Days/day4.md rename to Days/day04.md diff --git a/Days/day5.md b/Days/day05.md similarity index 100% rename from Days/day5.md rename to Days/day05.md diff --git a/Days/day6.md b/Days/day06.md similarity index 100% rename from Days/day6.md rename to Days/day06.md diff --git a/Days/day7.md b/Days/day07.md similarity index 100% rename from Days/day7.md rename to Days/day07.md diff --git a/Days/day8.md b/Days/day08.md similarity index 100% rename from Days/day8.md rename to Days/day08.md diff --git a/Days/day9.md b/Days/day09.md similarity index 100% rename from Days/day9.md rename to Days/day09.md From e1e9be0f1b7715e5a0351f505559ddcc464cbdb6 Mon Sep 17 00:00:00 2001 From: Anurag Maurya <76918434+Anuragmaurya-code@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:15:10 +0530 Subject: [PATCH 2/4] Renamed the links --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aedbd6e..94a08a9 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ This will not cover all things DevOps but it will cover the areas that I feel wi ## Progress -- [ ] ♾️ 1 > [Introduction](Days/day1.md) +- [ ] ♾️ 1 > [Introduction](Days/day01.md) ### What is and why do we use DevOps -- [ ] ♾️ 2 > [Responsibilities of a DevOps Engineer](Days/day2.md) -- [ ] ♾️ 3 > [DevOps Lifecycle - Application Focused](Days/day3.md) -- [ ] ♾️ 4 > [DevOps & Agile](Days/day4.md) -- [ ] ♾️ 5 > [Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >](Days/day5.md) -- [ ] ♾️ 6 > [DevOps - The real stories](Days/day6.md) +- [ ] ♾️ 2 > [Responsibilities of a DevOps Engineer](Days/day02.md) +- [ ] ♾️ 3 > [DevOps Lifecycle - Application Focused](Days/day03.md) +- [ ] ♾️ 4 > [DevOps & Agile](Days/day04.md) +- [ ] ♾️ 5 > [Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >](Days/day05.md) +- [ ] ♾️ 6 > [DevOps - The real stories](Days/day06.md) ### Learning a Programming Language -- [ ] ⌨️ 7 > [The Big Picture - DevOps & Learning a Programming Language](Days/day7.md) -- [ ] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day8.md) -- [ ] ⌨️ 9 > [](Days/day9.md) +- [ ] ⌨️ 7 > [The Big Picture - DevOps & Learning a Programming Language](Days/day07.md) +- [ ] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md) +- [ ] ⌨️ 9 > [](Days/day09.md) - [ ] ⌨️ 10 > [](Days/day10.md) - [ ] ⌨️ 11 > [](Days/day11.md) - [ ] ⌨️ 12 > [](Days/day12.md) From a8f916ee34e780c12cc24f6a49e4caf830d9763b Mon Sep 17 00:00:00 2001 From: Anurag Maurya Date: Sat, 8 Jan 2022 20:23:38 +0530 Subject: [PATCH 3/4] Renamed links --- Days/day01.md | 2 +- Days/day02.md | 4 ++-- Days/day03.md | 2 +- Days/day04.md | 2 +- Days/day05.md | 2 +- Days/day06.md | 2 +- Days/day07.md | 2 +- Days/day08.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) 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) From fd850f740da0c377c6b83869a9853a3f2b2d4f35 Mon Sep 17 00:00:00 2001 From: Anurag Maurya <76918434+Anuragmaurya-code@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:31:53 +0530 Subject: [PATCH 4/4] Renamed link --- Days/day02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day02.md b/Days/day02.md index 9ddeb7f..d6d415e 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/day01.md) +Hopefully you are coming into this off the back of going through the resources and post on [Day1 of #90DaysOfDevOps](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.