mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2024-12-22 17:53:12 +07:00
77 lines
4.0 KiB
Markdown
77 lines
4.0 KiB
Markdown
# 90DaysOfDevOps
|
|
|
|
<p align="center">
|
|
<img src="logo.png?raw=true" alt="90DaysOfDevOps Logo" width="50%" height="50%" />
|
|
</p>
|
|
|
|
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.90daysofdevops.com)](https://www.90daysofdevops.com) [![GitHub Repo stars](https://img.shields.io/github/stars/MichaelCade/90DaysOfDevOps)](https://github.com/MichaelCade/90DaysOfDevOps) [![GitHub Repo stars](https://img.shields.io/github/forks/MichaelCade/90DaysOfDevOps)](https://github.com/MichaelCade/90DaysOfDevOps) [![GitHub Repo issues](https://img.shields.io/github/issues/MichaelCade/90DaysOfDevOps)](https://github.com/MichaelCade/90DaysOfDevOps)
|
|
|
|
This repository started as a way to document my journey on getting a better foundational knowledge of "DevOps". It was started on the 1st January 2022 and ran to the 31st March 2022 which is 90 Days!
|
|
|
|
What started off as a learning in public project has quickly become a structured way of learning the foundations of DevOps principles, processes and tooling. Maybe you can help contribute some resources you have found useful to the project.
|
|
|
|
- 2022 - Written content by myself but then translated and corrected and enhanced by the community
|
|
- 2023 - Focus on Security and other topics we did not get to in 2022, Perspectives from communinty subject matter experts.
|
|
- 2024 - Community Sessions by the community, 91 Sessions shared on YouTube. Different Media with intent to build out resources here as well.
|
|
|
|
2025 - Where should we take this next? Are we finished?
|
|
|
|
This will **not cover all things** "DevOps" but it will cover some of the areas that will benefit your learning and understanding overall in this space. The encouragement here is to read & watch the content, be curious, provide feedback and discuss within the community your findings.
|
|
|
|
The project is not a sponsored operation by any vendors and everything is accessible using free, community and open source software.
|
|
|
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N33YRCS)
|
|
|
|
[![Discord Invite Link](https://dcbadge.vercel.app/api/server/vqwPrNQsyK)](https://discord.gg/vqwPrNQsyK)
|
|
|
|
![GitHub Repo Stars](https://img.shields.io/github/stars/michaelcade/90daysofdevops?style=social?)
|
|
|
|
The to images below will take you to the 2022, 2023 and 2024 editions of the learning journey.
|
|
|
|
<div style="display: flex; justify-content: center; align-items: center;">
|
|
|
|
<div style="margin: 10px; text-align: center;">
|
|
<a href="2022.md">
|
|
<img src="2022.png?raw=true" alt="2022" style="border: 2px solid #555; border-radius: 8px; width: 100%; max-width: 400px;" />
|
|
</a>
|
|
<br />
|
|
<em>Year 2022 - This is where we start, 110k words </em>
|
|
</div>
|
|
|
|
<div style="margin: 10px; text-align: center;">
|
|
<a href="2023.md">
|
|
<img src="2023.png?raw=true" alt="2023" style="border: 2px solid #555; border-radius: 8px; width: 100%; max-width: 400px;" />
|
|
</a>
|
|
<br />
|
|
<em>Year 2023 - Continues... Some help from my friends</em>
|
|
</div>
|
|
|
|
<div style="margin: 10px; text-align: center;">
|
|
<a href="2024.md">
|
|
<img src="2024.png?raw=true" alt="2024" style="border: 2px solid #555; border-radius: 8px; width: 100%; max-width: 400px;" />
|
|
</a>
|
|
<br />
|
|
<em>Year 2024 - Community Edition: 90 Sessions</em>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
The quickest way to get in touch is going to be via Twitter, my handle is [@MichaelCade1](https://twitter.com/MichaelCade1)
|
|
|
|
## License
|
|
|
|
Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
|
|
|
|
This work is licensed under a
|
|
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
|
|
|
|
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
|
|
|
## Star History
|
|
|
|
[![Star History Chart](https://api.star-history.com/svg?repos=MichaelCade/90DaysOfDevOps&type=Timeline)](https://star-history.com/#MichaelCade/90DaysOfDevOps&Timeline)
|
|
|
|
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
|
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
|
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|