From 4bf4703b700ecd6b8e45f7e8e63f40dd5d7c072a Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:30:30 +0100 Subject: [PATCH] changed: update the project progress Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> --- README.md | 8 +++++--- docs/growth/{05-aiops => aiops}/README.md | 3 ++- docs/growth/cloud/README.md | 9 +++++++++ docs/growth/{03-dataops => dataops}/README.md | 1 + docs/growth/{01-devops => devops}/README.md | 1 + docs/growth/{02-devsecops => devsecops}/README.md | 1 + docs/growth/{04-mlops => mlops}/README.md | 3 ++- docs/growth/sre/README.md | 9 +++++++++ 8 files changed, 30 insertions(+), 5 deletions(-) rename docs/growth/{05-aiops => aiops}/README.md (57%) create mode 100644 docs/growth/cloud/README.md rename docs/growth/{03-dataops => dataops}/README.md (88%) rename docs/growth/{01-devops => devops}/README.md (88%) rename docs/growth/{02-devsecops => devsecops}/README.md (91%) rename docs/growth/{04-mlops => mlops}/README.md (54%) create mode 100644 docs/growth/sre/README.md diff --git a/README.md b/README.md index 3155ec2..5f319b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Dynamic DevOps Roadmap](https://img.shields.io/badge/Get_Started_Now-559e11?style=for-the-badge&logo=Vercel&logoColor=white)](https://roadmap.devopshive.net/getting-started/) [![Telegram Group Join](https://img.shields.io/badge/Join-%232ca5e0?style=for-the-badge&logo=telegram&logoColor=white&label=Telegram%20Group)](https://t.me/DevOpsHive) [![License](https://img.shields.io/github/license/DevOpsHiveHQ/dynamic-devops-roadmap?style=for-the-badge)](https://github.com/DevOpsHiveHQ/dynamic-devops-roadmap/blob/main/LICENSE) -[![Progress](https://img.shields.io/badge/Progress-80%25-ffcb00?style=for-the-badge)](#status) +[![Progress](https://img.shields.io/badge/Progress-90%25-ffcb00?style=for-the-badge)](#status) # Dynamic DevOps Roadmap @@ -39,8 +39,10 @@ If you like this project, please [give it a star](#top) for better visibility. T Please note that this repo is still a work in progress. -- **Roadmap Content**: 80% -- **Hands-on Project**: 100% +- **[Roadmap Content](https://roadmap.devopshive.net/category/content)**: 90% +- **[Hands-on Project](https://roadmap.devopshive.net/projects/hivebox/)**: 100% +- **[Interview Questions](https://roadmap.devopshive.net/category/interview)**: 0% +- **[Advanced Topics](https://roadmap.devopshive.net/category/growth)**: 0% ## Frequently Asked Questions diff --git a/docs/growth/05-aiops/README.md b/docs/growth/aiops/README.md similarity index 57% rename from docs/growth/05-aiops/README.md rename to docs/growth/aiops/README.md index 5fd6e09..3a73839 100644 --- a/docs/growth/05-aiops/README.md +++ b/docs/growth/aiops/README.md @@ -1,8 +1,9 @@ --- title: AIOps description: DevOps-like role in the artificial intelligence domain +sidebar_position: 7 --- -This section will cover how to be an AIOps Engineer. +This section will cover how to be an AIOps and LLMOps Engineer. **Work in progress.** diff --git a/docs/growth/cloud/README.md b/docs/growth/cloud/README.md new file mode 100644 index 0000000..3c35aef --- /dev/null +++ b/docs/growth/cloud/README.md @@ -0,0 +1,9 @@ +--- +title: Cloud +description: Advanced Cloud topics +sidebar_position: 3 +--- + +This section will cover advanced Cloud topics like Multi Cloud, Cloud Agnosticism, and Edge Computing. + +**Work in progress.** diff --git a/docs/growth/03-dataops/README.md b/docs/growth/dataops/README.md similarity index 88% rename from docs/growth/03-dataops/README.md rename to docs/growth/dataops/README.md index df64803..8933580 100644 --- a/docs/growth/03-dataops/README.md +++ b/docs/growth/dataops/README.md @@ -1,6 +1,7 @@ --- title: DataOps description: DevOps-like role in the data domain +sidebar_position: 5 --- This section will cover how to be a DataOps Engineer. diff --git a/docs/growth/01-devops/README.md b/docs/growth/devops/README.md similarity index 88% rename from docs/growth/01-devops/README.md rename to docs/growth/devops/README.md index 6a67831..8942389 100644 --- a/docs/growth/01-devops/README.md +++ b/docs/growth/devops/README.md @@ -1,6 +1,7 @@ --- title: DevOps description: Advanced DevOps topics +sidebar_position: 1 --- This section will cover advanced DevOps topics like DevOps Transformation. diff --git a/docs/growth/02-devsecops/README.md b/docs/growth/devsecops/README.md similarity index 91% rename from docs/growth/02-devsecops/README.md rename to docs/growth/devsecops/README.md index c340641..a1fb877 100644 --- a/docs/growth/02-devsecops/README.md +++ b/docs/growth/devsecops/README.md @@ -1,6 +1,7 @@ --- title: DevSecOps description: Advanced DevSecOps topics +sidebar_position: 2 --- This section will cover advanced DevSecOps topics like DevSecOps Transformation and end-to-end vulnerability management. diff --git a/docs/growth/04-mlops/README.md b/docs/growth/mlops/README.md similarity index 54% rename from docs/growth/04-mlops/README.md rename to docs/growth/mlops/README.md index 9caeeb2..019ab1b 100644 --- a/docs/growth/04-mlops/README.md +++ b/docs/growth/mlops/README.md @@ -1,6 +1,7 @@ --- title: MLOps -description: DevOps-like role in the machine learing domain +description: DevOps-like role in the machine learning domain +sidebar_position: 6 --- This section will cover how to be an MLOps Engineer. diff --git a/docs/growth/sre/README.md b/docs/growth/sre/README.md new file mode 100644 index 0000000..98b3605 --- /dev/null +++ b/docs/growth/sre/README.md @@ -0,0 +1,9 @@ +--- +title: SRE +description: Advanced SRE topics +sidebar_position: 4 +--- + +This section will cover advanced SRE topics like SRE Transformation, Service Metrics (SLA, SLO, SLI), and Capacity Planning. + +**Work in progress.**