Skip to content

Commit

Permalink
added: FAQ - Why it is not recommended to start this roadmap alone?
Browse files Browse the repository at this point in the history
and misc tidy ups

Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
aabouzaid committed Oct 15, 2024
1 parent d2eaa40 commit 9bbaff6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/module-01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image: ./devops-methodology-pillars-preview.png

<img class="img-right" align="right" width="40%" src={require('./devops-methodology-pillars.png').default} ></img>

DevOps is methodology a set of `Practices`, `Tools`, `Culture`, and most importantly `Mindset` which aims to improving collaboration and communication between software development (Dev) and operations (Ops) teams. It seeks to dismantle the conventional operational silos and promotes a collaborative, automated, and sustainable culture. Which enhances the efficiency of the whole software development lifecycle (starting from planning, coding, testing, deployment, and operations).
DevOps methodology is a set of `Practices`, `Tools`, `Culture`, and most importantly `Mindset` which aims to improving collaboration and communication between software development (Dev) and operations (Ops) teams. It seeks to dismantle the conventional operational silos and promotes a collaborative, automated, and sustainable culture. Which enhances the efficiency of the whole software development lifecycle (starting from planning, coding, testing, deployment, and operations).

In conclusion, adopting DevOps enhances collaboration between teams, enhances feedback loops, ensures faster time to market, improves quality, increases reliability and stability, increases cost efficiency, and first and foremost, aligns the tech goals with the business objectives.

Expand Down
9 changes: 9 additions & 0 deletions docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ Roughly, the timeline is the following:
- **Group C (Medium effort, medium risk):** 3-5 months.
- **Group D (High effort, high risk):** 4-6 months.
- **Group E (High effort, extra high risk):** 4-9 months.


## Why it is not recommended to start this roadmap alone?

<img class="img-right" alt="Ducklephant! Not a Duck not an Elephant!" align="right" width="30%" src={require('./ducklephant.jpg').default} />

As mentioned above, this roadmap is designed using the `Guided Learning` model, which works best in a group, either as a mentor-mentee group or a peer group. Without that, many communication skills needed for the DevOps role will be lost!

If you cannot get a **paid mentor**, try to a **community mentor** like your tech local community or [ADPList](https://adplist.org/). If you couldn't get any mentor at all, try to start **group learning** with other peers who want to start a DevOps career because "**The whole is greater than the sum of its parts**". If you can't find anyone at all, then do it alone, but that should be the latest option. Why? Because you will probably waste a lot of time and end up with `Ducklephant`, not a Duck, not an Elephant! The final outcome will be unfunctional and doesn't fit the market.
Binary file added docs/faq/ducklephant.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`Your FREE master plan to become a DevOps Engineer`}
description="A FREE master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile way! (roadmap, mentorship, and bootcamp)">
description="A FREE master plan to kickstart your DevOps Engineer career in the Cloud Native era following the MVP-style Agile way! (roadmap, mentorship, and bootcamp)">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 9bbaff6

Please sign in to comment.