From 77ea56c743f1bfe9e3473512ed62e5442b1f6adf Mon Sep 17 00:00:00 2001 From: Milan Milanovic Date: Mon, 8 Jan 2024 13:53:29 +0100 Subject: [PATCH] Add TOC --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b6d74f4..a26a858 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,25 @@ Download [Version without background](DevOps%20Roadmap%20No%20Background.png). Download [PDF version](DevOps%20Roadmap.pdf). +## Table of Contents + +- [Learning resources for DevOps Engineers (mostly free)](#learning-resources-for-devops-engineers-mostly-free) + - [1. GIT](#1-git) + - [2. Learn one programming language](#2-learn-one-programming-language) + - [3. Learn Linux & Scripting](#3-learn-linux--scripting) + - [4. Learn Networking & Security](#4-learn-networking--security) + - [5. Learn Server Management](#5-learn-server-management) + - [6. Learn Containers](#6-learn-containers) + - [7. Learn Container Orchestration](#7-learn-container-orchestration) + - [8. Learn Infrastructure as a code](#8-learn-infrastructure-as-a-code) + - [9. Learn CI/CD](#9-learn-cicd) + - [10. Learn Monitoring & Observability](#10-learn-monitoring--observability) + - [11. Learn one Cloud provider](#11-learn-one-cloud-provider) + - [12. Learn Software Engineering Practices](#12-learn-software-engineering-practices) +- [Additional resources](#additional-resources) + - [Tools](#tools) + - [Books](#books) + ## Learning resources for DevOps Engineers (mostly free) ### 1. GIT