mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-22 12:38:46 +07:00
edit titles
This commit is contained in:
parent
96a7f8ff75
commit
7a70f2b088
@ -1,4 +1,4 @@
|
||||
## The Big Picture - DevOps & Learning a Programming Language
|
||||
## The Big Picture: DevOps & Learning a Programming Language
|
||||
|
||||
I think it is fair to say to be successful in the long term as a DevOps engineer you've got to know at least one programming language at a foundational level. I want to take this first session of this section to explore why this is such a critical skill to have, and hopefully, by the end of this week or section, you are going to have a better understanding of the why, how and what to do to progress with your learning journey.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The Big Picture - DevOps and Linux
|
||||
## The Big Picture: DevOps and Linux
|
||||
|
||||
Linux and DevOps share very similar cultures and perspectives; both are focused on customisation and scalability. Both of these aspects of Linux is a particular importance for DevOps.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The Big Picture - DevOps and Networking
|
||||
## The Big Picture: DevOps and Networking
|
||||
|
||||
Welcome to Day 21! We are going to be getting into Networking over the next 7 days, Networking and DevOps is the overarching theme but we will need to get into some of the networking fundamentals as well.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The Big Picture - DevOps & The Cloud
|
||||
## The Big Picture: DevOps & The Cloud
|
||||
|
||||
When it comes to cloud computing and what is offered, it goes very nicely with the DevOps ethos and processes. We can think of Cloud Computing bringing the technology and services whilst DevOps as we have mentioned many times before is about the process and process improvement.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Git - Version Control: The Big Picture
|
||||
## The Big Picture: Git - Version Control
|
||||
|
||||
Before we get into git, we need to understand what version control is and why? In this opener for Git, we will take a look at what version control is, the basics of git.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The Big Picture - Containers
|
||||
## The Big Picture: Containers
|
||||
|
||||
We are now starting the next section and this section is going to be focused on containers in particular we are going to be looking into Docker getting into some of the key areas to understand more about Containers.
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
## The Big Picture: Kubernetes
|
14
README.md
14
README.md
@ -22,7 +22,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Learning a Programming Language
|
||||
|
||||
- [✔️] ⌨️ 7 > [The Big Picture - DevOps & Learning a Programming Language](Days/day07.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 > [Let's explain the Hello World code](Days/day09.md)
|
||||
- [✔️] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md)
|
||||
@ -32,7 +32,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Knowing Linux Basics
|
||||
|
||||
- [✔️] 🐧 14 > [The Big Picture - DevOps and Linux](Days/day14.md)
|
||||
- [✔️] 🐧 14 > [The Big Picture: DevOps and Linux](Days/day14.md)
|
||||
- [✔️] 🐧 15 > [Linux Commands for DevOps (Actually everyone)](Days/day15.md)
|
||||
- [✔️] 🐧 16 > [Managing your Linux System, Filesystem & Storage](Days/day16.md)
|
||||
- [✔️] 🐧 17 > [Text Editors - nano vs vim](Days/day17.md)
|
||||
@ -42,7 +42,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Understand Networking
|
||||
|
||||
- [✔️] 🌐 21 > [The Big Picture - DevOps and Networking](Days/day21.md)
|
||||
- [✔️] 🌐 21 > [The Big Picture: DevOps and Networking](Days/day21.md)
|
||||
- [✔️] 🌐 22 > [The OSI Model - The 7 Layers](Days/day22.md)
|
||||
- [✔️] 🌐 23 > [Network Protocols](Days/day23.md)
|
||||
- [✔️] 🌐 24 > [Network Automation](Days/day24.md)
|
||||
@ -52,7 +52,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Stick to one Cloud Provider
|
||||
|
||||
- [✔️] ☁️ 28 > [The Big Picture - DevOps & The Cloud](Days/day28.md)
|
||||
- [✔️] ☁️ 28 > [The Big Picture: DevOps & The Cloud](Days/day28.md)
|
||||
- [✔️] ☁️ 29 > [Microsoft Azure Fundamentals](Days/day29.md)
|
||||
- [✔️] ☁️ 30 > [Microsoft Azure Security Models](Days/day30.md)
|
||||
- [✔️] ☁️ 31 > [Microsoft Azure Compute Models](Days/day31.md)
|
||||
@ -62,7 +62,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Use Git Effectively
|
||||
|
||||
- [✔️] 📚 35 > [Git - Version Control: The Big Picture](Days/day35.md)
|
||||
- [✔️] 📚 35 > [The Big Picture: Git - Version Control](Days/day35.md)
|
||||
- [✔️] 📚 36 > [Installing & Configuring Git](Days/day36.md)
|
||||
- [✔️] 📚 37 > [Gitting to know Git](Days/day37.md)
|
||||
- [✔️] 📚 38 > [Staging & Changing](Days/day38.md)
|
||||
@ -72,7 +72,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Containers
|
||||
|
||||
- [✔️] 🏗️ 42 > [The Big Picture - Containers](Days/day42.md)
|
||||
- [✔️] 🏗️ 42 > [The Big Picture: Containers](Days/day42.md)
|
||||
- [✔️] 🏗️ 43 > [What is Docker & Getting installed](Days/day43.md)
|
||||
- [✔️] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](Days/day44.md)
|
||||
- [✔️] 🏗️ 45 > [The anatomy of a Docker Image](Days/day45.md)
|
||||
@ -82,7 +82,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Kubernetes
|
||||
|
||||
- [🚧] ☸ 49 > [](Days/day49.md)
|
||||
- [🚧] ☸ 49 > [The Big Picture: Kubernetes](Days/day49.md)
|
||||
- [] ☸ 50 > [](Days/day50.md)
|
||||
- [] ☸ 51 > [](Days/day51.md)
|
||||
- [] ☸ 52 > [](Days/day52.md)
|
||||
|
Loading…
Reference in New Issue
Block a user