Skip to content

Commit 1168562

Browse files
committed
changed: use dir per module
so it's easier to add module resources like images Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
1 parent c36a036 commit 1168562

File tree

10 files changed

+66
-65
lines changed

10 files changed

+66
-65
lines changed

README.md

Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Push it forward and add the project badge in your repo to support the community!
2828

2929
Markdown:
3030

31-
```
31+
```text
3232
[![Dynamic DevOps Roadmap](https://devopshive.net/badges/dynamic-devops-roadmap.svg)](https://github.com/DevOpsHiveHQ/dynamic-devops-roadmap)
3333
```
34+
3435
Preview:
3536

3637
[![Dynamic DevOps Roadmap](https://devopshive.net/badges/dynamic-devops-roadmap.svg)](https://github.com/DevOpsHiveHQ/dynamic-devops-roadmap)
@@ -150,69 +151,69 @@ A plus point in the mentorship is that you will get access to the roadmap board
150151
## Roadmap Index
151152

152153
Visit [![Hive Box Project](https://img.shields.io/badge/HiveBox_Project-f39200?style=flat-square&logo=artifact-hub&logoColor=white)](projects/hivebox/README.md)
153-
if you are interested in the DevOps hands-on project **only**.
154+
if you are interested in the DevOps hands-on project **only**. Continue if you want the full roadmap.
154155

155156
<p align="center">
156157
<a href="https://devopshive.net/" style="display: block; padding: 1em 0; text-align: center;">
157-
<img alt="DevSecOps Loop" border="0" width="600" data-original-height="602" data-original-width="1046" src="https://devopshive.net/images/devsecops.svg"/>
158+
<img alt="DevSecOps Loop" border="0" width="600" data-original-height="602" data-original-width="1046" src="https://devopshive.net/images/devsecops.png"/>
158159
</a>
159160
</p>
160161

161162
---
162163

163-
### [Overview](./content/00-overview.md)
164-
165-
- [Introduction](./content/00-overview.md#introduction)
166-
- [BSET Model and Focus Areas](./content/00-overview.md#bset-model-and-focus-areas)
167-
168-
### [Module 1: Welcome to the DevOps World](./content/01-module.md)
169-
170-
- [1.1 Introduction - What and Why DevOps?](./content/01-module.md#11-introduction---what-and-why-devops)
171-
- [1.2 Software Production - Software Development Life Cycle](./content/01-module.md#12-software-production---software-development-life-cycle)
172-
- [1.3 Software Production - Agile Software Development](./content/01-module.md#13-software-production---agile-software-development)
173-
- [1.4 Software Production - Change Management and Golden Triangle](./content/01-module.md#14-software-production---change-management-and-golden-triangle)
174-
- [1.5 DevOps Methodology - DevOps and DevSecOps Core Pillars](./content/01-module.md#15-devops-methodology---devops-and-devsecops-core-pillars)
175-
- [1.6 DevOps Methodology - DevOps, Cloud, Platform Engineer, and SRE](./content/01-module.md#16-devops-methodology---devops-cloud-platform-engineer-and-sre)
176-
- [1.7 DevOps Methodology - T-Shaped Skills DevOps Engineer](./content/01-module.md#17-devops-methodology---t-shaped-skills-devops-engineer)
177-
- [1.8 Project - HiveBox Phase 1](./content/01-module.md#18-project---hivebox-phase-1)
178-
179-
### [Module 2: Basics - DevOps Core](./content/02-module.md)
180-
181-
- [2.1 Code - Python Fundamentals](./content/02-module.md#21-code---python-fundamentals)
182-
- [2.2 Code - Common Development Tools](./content/02-module.md#22-code---common-development-tools)
183-
- [2.3 Code - Git Basics](./content/02-module.md#23-code---git-basics)
184-
- [2.4 Operating System - Linux Fundamentals](./content/02-module.md#24-operating-system---linux-fundamentals)
185-
- [2.5 Operating System - Common Tools and Commands](./content/02-module.md#25-operating-system---common-tools-and-commands)
186-
- [2.6 Operating System - Bash Scripting Basics](./content/02-module.md#26-operating-system---bash-scripting-basics)
187-
- [2.7 Containers - Docker Fundamentals](./content/02-module.md#27-containers---docker-fundamentals)
188-
- [2.8 Containers - Docker CLI Basics](./content/02-module.md#28-containers---docker-cli-basics)
189-
- [2.9 Project - HiveBox Phase 2](./content/02-module.md#29-project---hivebox-phase-2)
190-
191-
### [Module 3: Start - Laying the Foundation](./content/03-module.md)
192-
193-
- [3.1 Planning - Define Goals and Requirements](./content/03-module.md#31-planning---define-goals-and-requirements)
194-
- [3.2 Code - Modularity and Reusability](./content/03-module.md#32-code---modularity-and-reusability)
195-
- [3.3 Code - Testing and Quality Assurance](./content/03-module.md#33-code---testing-and-quality-assurance)
196-
- [3.4 Code - Writing Unit Tests](./content/03-module.md#34-code---writing-unit-tests)
197-
- [3.5 Containers - Docker Best Practices](./content/03-module.md#35-containers---docker-best-practices)
198-
- [3.6 Continuous Integration - Introduction and Solutions in the Market](./content/03-module.md#36-continuous-integration---introduction-and-solutions-in-the-market)
199-
- [3.7 Continuous Integration - GitHub Actions Essentials](./main/content/03-module.md#37-continuous-integration---github-actions-essentials)
200-
- [3.8 Continuous Integration - Pipelines and Quality Gates](./content/03-module.md#38-continuous-integration---pipelines-and-quality-gates)
201-
- [3.9 Project - HiveBox Phase 3](./content/03-module.md#39-project---hivebox-phase-3)
202-
203-
[**Module 4: Expand - Constructing a Shell**](./content/04-module.md)
204-
205-
- [4.1 Planning - Review the Goals and Requirements](./content/04-module.md#41-planning---review-the-goals-and-requirements)
206-
- [4.2 Code - Twelve-Factor App Methodology](./content/04-module.md#42-code---twelve-factor-app-methodology)
207-
- [4.3 Code - REST API Best Practices](./content/04-module.md#43-code---rest-api-best-practices)
208-
- [4.4 Continuous Integration - CI Best Practices](./content/04-module.md#44-continuous-integration---ci-best-practices)
209-
- 4.5 Containers - Kubernetes Architecture and Core Concepts
164+
### [Overview](./content/00-overview)
165+
166+
- [Introduction](./content/00-overview#introduction)
167+
- [BSET Model and Focus Areas](./content/00-overview#bset-model-and-focus-areas)
168+
169+
### [Module 1: Welcome to the DevOps World](./content/01-module/)
170+
171+
- [1.1 Introduction - What and Why DevOps?](./content/01-module#11-introduction---what-and-why-devops)
172+
- [1.2 Software Production - Software Development Life Cycle](./content/01-module#12-software-production---software-development-life-cycle)
173+
- [1.3 Software Production - Agile Software Development](./content/01-module#13-software-production---agile-software-development)
174+
- [1.4 Software Production - Change Management and Golden Triangle](./content/01-module#14-software-production---change-management-and-golden-triangle)
175+
- [1.5 DevOps Methodology - DevOps and DevSecOps Core Pillars](./content/01-module#15-devops-methodology---devops-and-devsecops-core-pillars)
176+
- [1.6 DevOps Methodology - DevOps, Cloud, Platform Engineer, and SRE](./content/01-module#16-devops-methodology---devops-cloud-platform-engineer-and-sre)
177+
- [1.7 DevOps Methodology - T-Shaped Skills DevOps Engineer](./content/01-module#17-devops-methodology---t-shaped-skills-devops-engineer)
178+
- [1.8 Project - HiveBox Phase 1](./content/01-module#18-project---hivebox-phase-1)
179+
180+
### [Module 2: Basics - DevOps Core](./content/02-module/)
181+
182+
- [2.1 Code - Python Fundamentals](./content/02-module#21-code---python-fundamentals)
183+
- [2.2 Code - Common Development Tools](./content/02-module#22-code---common-development-tools)
184+
- [2.3 Code - Git Basics](./content/02-module#23-code---git-basics)
185+
- [2.4 Operating System - Linux Fundamentals](./content/02-module#24-operating-system---linux-fundamentals)
186+
- [2.5 Operating System - Common Tools and Commands](./content/02-module#25-operating-system---common-tools-and-commands)
187+
- [2.6 Operating System - Bash Scripting Basics](./content/02-module#26-operating-system---bash-scripting-basics)
188+
- [2.7 Containers - Docker Fundamentals](./content/02-module#27-containers---docker-fundamentals)
189+
- [2.8 Containers - Docker CLI Basics](./content/02-module#28-containers---docker-cli-basics)
190+
- [2.9 Project - HiveBox Phase 2](./content/02-module#29-project---hivebox-phase-2)
191+
192+
### [Module 3: Start - Laying the Foundation](./content/03-module/)
193+
194+
- [3.1 Planning - Define Goals and Requirements](./content/03-module#31-planning---define-goals-and-requirements)
195+
- [3.2 Code - Modularity and Reusability](./content/03-module#32-code---modularity-and-reusability)
196+
- [3.3 Code - Testing and Quality Assurance](./content/03-module#33-code---testing-and-quality-assurance)
197+
- [3.4 Code - Writing Unit Tests](./content/03-module#34-code---writing-unit-tests)
198+
- [3.5 Containers - Docker Best Practices](./content/03-module#35-containers---docker-best-practices)
199+
- [3.6 Continuous Integration - Introduction and Solutions in the Market](./content/03-module#36-continuous-integration---introduction-and-solutions-in-the-market)
200+
- [3.7 Continuous Integration - GitHub Actions Essentials](./main/content/03-module#37-continuous-integration---github-actions-essentials)
201+
- [3.8 Continuous Integration - Pipelines and Quality Gates](./content/03-module#38-continuous-integration---pipelines-and-quality-gates)
202+
- [3.9 Project - HiveBox Phase 3](./content/03-module#39-project---hivebox-phase-3)
203+
204+
[**Module 4: Expand - Constructing a Shell**](./content/04-module/)
205+
206+
- [4.1 Planning - Review the Goals and Requirements](./content/04-module#41-planning---review-the-goals-and-requirements)
207+
- [4.2 Code - Twelve-Factor App Methodology](./content/04-module#42-code---twelve-factor-app-methodology)
208+
- [4.3 Code - REST API Best Practices](./content/04-module#43-code---rest-api-best-practices)
209+
- [4.4 Continuous Integration - CI Best Practices](./content/04-module#44-continuous-integration---ci-best-practices)
210+
- 4.5 Containers - Kubernetes Overview and Core Concepts
210211
- 4.6 Observability - Monitoring Application and Infrastructure
211212
- 4.7 Continuous Delivery - Introduction and Solutions in the Market
212213
- 4.8 Infrastructure - Cloud Computing and Cloud Native Applications
213214
- 4.9 Project - HiveBox Phase 4
214215

215-
[**Module 5: Transform - Finishing the Structure**](./content/05-module.md)
216+
[**Module 5: Transform - Finishing the Structure**](./content/05-module/)
216217

217218
- 5.1 Planning - Refine the Goals and Requirements
218219
- 5.2 Code - Working with External Systems
@@ -224,7 +225,7 @@ if you are interested in the DevOps hands-on project **only**.
224225
- 5.8 Continuous Delivery - CD Best Practices
225226
- 5.9 Project - HiveBox Phase 5
226227

227-
[**Module 6: Keep Improving**](./content/06-module.md)
228+
[**Module 6: Keep Improving**](./content/06-module/)
228229

229230
- 6.1 Planning - Agile Retrospective
230231
- 6.2 Code - Performance Optimizations
@@ -235,14 +236,14 @@ if you are interested in the DevOps hands-on project **only**.
235236
- 6.7 Continuous Deployment - GitOps and Argo CD Essentials
236237
- 6.8 Project - HiveBox Phase 6
237238

238-
[**Module 7: Capstone Project**](./content/07-module.md)
239+
[**Module 7: Capstone Project**](./content/07-module/)
239240

240241
- 7.1 Requirements
241242
- 7.2 Plan
242243
- 7.3 Implementation
243244
- 7.4 Review
244245

245-
[**Next Steps**](./content/08-next-steps.md)
246+
[**Next Steps**](./content/08-next-steps)
246247

247248
- Review - Write Your CV and Cover Letter
248249
- Review - Build Your Skills Radar Chart
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
[🗂 Back to the Roadmap Index](../README.md#roadmap-index)
3+
[🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
44

55
## Introduction
66

@@ -26,4 +26,4 @@ Finally, this roadmap is designed for the cloud-native post-container era, which
2626

2727
---
2828

29-
If you are done, [🗂 Back to the Roadmap Index](../README.md#roadmap-index)
29+
If you are done, [🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module 1: Welcome to the DevOps World
22

3-
[🗂 Back to the Roadmap Index](../README.md#roadmap-index)
3+
[🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
44

55
## 1.1 Introduction - What and Why DevOps?
66

@@ -140,4 +140,4 @@ Follow the instructions in the [HiveBox project phase 1](../projects/hivebox/REA
140140

141141
---
142142

143-
If you are done, [🗂 Back to the Roadmap Index](../README.md#roadmap-index)
143+
If you are done, [🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module 2: Basics - DevOps Core
22

3-
[🗂 Back to the Roadmap Index](../README.md#roadmap-index)
3+
[🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
44

55
## 2.1 Code - Python Fundamentals
66

@@ -132,4 +132,4 @@ Follow the instructions in the [HiveBox project phase 2](../projects/hivebox/REA
132132

133133
---
134134

135-
If you are done, [🗂 Back to the Roadmap Index](../README.md#roadmap-index)
135+
If you are done, [🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module 3: Start - Laying the Foundation
22

3-
[🗂 Back to the Roadmap Index](../README.md#roadmap-index)
3+
[🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
44

55
## 3.1 Planning - Define Goals and Requirements
66

@@ -149,4 +149,4 @@ Follow the instructions in the [HiveBox project phase 3](../projects/hivebox/REA
149149

150150
---
151151

152-
If you are done, [🗂 Back to the Roadmap Index](../README.md#roadmap-index)
152+
If you are done, [🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module 4: Expand - Constructing a Shell
22

3-
[🗂 Back to the Roadmap Index](../README.md#roadmap-index)
3+
[🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
44

55
## 4.1 Planning - Review the Goals and Requirements
66

@@ -84,7 +84,7 @@
8484
- [Continuous integration best practices - GitLab](https://about.gitlab.com/topics/ci-cd/continuous-integration-best-practices/)
8585
- [11 CI/CD Best Practices for DevOps Success - Codefresh](https://codefresh.io/learn/ci-cd/11-ci-cd-best-practices-for-devops-success/)
8686

87-
## 4.5 Containers - Kubernetes Architecture and Core Concepts
87+
## 4.5 Containers - Kubernetes Overview and Core Concepts
8888

8989
### What you need to know
9090

@@ -130,4 +130,4 @@ Follow the instructions in the [HiveBox project phase 4](../projects/hivebox/REA
130130

131131
---
132132

133-
If you are done, [🗂 Back to the Roadmap Index](../README.md#roadmap-index)
133+
If you are done, [🗂 Back to the Roadmap Index](../../README.md#roadmap-index)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)