Skip to content

Commit 63e4406

Browse files
committed
Bold text
1 parent 2dab69c commit 63e4406

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The two most popular Git platforms are **GitLab** and **GitHub**.
5858

5959
Here you need to learn Git commands, like git clone, branch, merge, and how to collaborate on a project with pull requests.
6060

61-
Resources:
61+
**Resources:**
6262

6363
- [Pro Git Book](https://git-scm.com/book/en/v2) <sup>FREE</sup>
6464
- [Learn Git by Atlassian](https://www.atlassian.com/git) <sup>FREE</sup>
@@ -80,7 +80,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
8080

8181
Here you need to learn basic concepts of programming languages, such as syntax, if/else, loops, data structures, etc.
8282

83-
Resources:
83+
**Resources:**
8484

8585
- Python:
8686
- [Automate the Boring Stuff with Python book](https://automatetheboringstuff.com/) <sup>FREE</sup>
@@ -107,7 +107,7 @@ In addition, you need to know **scripting** to automate tasks for development an
107107

108108
Here you can learn OS-specific languages, such as **Bash or Powershell**, or independent, like Python or Go.
109109

110-
Resources:
110+
**Resources:**
111111

112112
- [Operating System - Overview](https://www.tutorialspoint.com/operating_system/os_overview.htm) <sup>FREE</sup>
113113
- [Shell Scripting Tutorial](https://www.shellscript.sh/) <sup>FREE</sup>
@@ -124,7 +124,7 @@ A **network protocol** is an established set of rules that determine how data is
124124

125125
Here you will need to know how a network works, how to configure **firewalls**, understand how **DNS** works, **OSI model**, IP addresses, ports, etc.
126126

127-
Resources:
127+
**Resources:**
128128

129129
- [OSI Model Explained](https://www.cloudflare.com/en-gb/learning/ddos/glossary/open-systems-interconnection-model-osi/) <sup>FREE</sup>
130130
- [Computer Networking: A Top-Down Approach](https://www.amazon.com/Computer-Networking-Top-Down-Approach-7th/dp/0133594149) <sup>book</sup> [Video Content](https://www.youtube.com/playlist?list=PLByK_3hwzY3Tysh-SY9MKZhMm9wIfNOas)<sup>video</sup>
@@ -144,7 +144,7 @@ Server management includes all the infrastructure monitoring and maintenance req
144144

145145
Here you will need to know what is **forward and reverse proxies**, **caching servers**, and how to operate **Web Servers**, such as Nginx, Apache, or IIS.
146146

147-
Resources:
147+
**Resources:**
148148

149149
- [What is a reverse proxy?](https://www.cloudflare.com/en-gb/learning/cdn/glossary/reverse-proxy/) <sup>FREE</sup>
150150
- [What is a CDN edge server??](https://www.cloudflare.com/learning/cdn/glossary/edge-server/) <sup>FREE</sup>
@@ -166,7 +166,7 @@ Here you need to know how to run containers, Docker Networking, Volumes, Dockerf
166166

167167
Docker Compose is important as pre-requisite for Kubernetes. It is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
168168

169-
Resources:
169+
**Resources:**
170170

171171
- [What are Containers?](https://cloud.google.com/learn/what-are-containers) <sup>FREE</sup>
172172
- [Learning Containers From The Bottom Up](https://iximiuz.com/en/posts/container-learning-path/) <sup>FREE</sup>
@@ -190,7 +190,7 @@ You need to know basic components of Kubernetes, such as: Master Node, Worker No
190190

191191
Also, you need to know how to work with kubectl and Helm tools.
192192

193-
Resources:
193+
**Resources:**
194194

195195
- [Kubernetes Crash Course for Absolute Beginners by TechWorld with Nana](https://www.youtube.com/watch?v=s_o8dwzRlu4) <sup>FREE</sup>
196196
- [Primer: How Kubernetes Came to Be, What It Is, and Why You Should Care](https://thenewstack.io/primer-how-kubernetes-came-to-be-what-it-is-and-why-you-should-care/) <sup>Article</sup>
@@ -211,7 +211,7 @@ Sometimes referred to as **IaC**, it refers to the techniques and tools used to
211211

212212
Here you need to know how to do **infrastructure provisioning** and **configuration management**.
213213

214-
Resources:
214+
**Resources:**
215215

216216
- [GUIs, CLI, APIs: Learn Basic Terms of Infrastructure-as-Code](https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code/) <sup>FREE</sup>
217217
- Terraform:
@@ -254,7 +254,7 @@ Here you need to learn how to set up CI/CD server, integrate code and trigger pi
254254

255255
Some **popular CI/CD tools** are: Jenkins, TeamCity, CircleCI, Bamboo, GitLab, and Azure DevOps.
256256

257-
Resources:
257+
**Resources:**
258258

259259
- [Continuous Integration](https://martinfowler.com/articles/continuousIntegration.html) <sup>FREE</sup>
260260
- [CI/CD Pipeline: A Gentle Introduction](https://semaphoreci.com/blog/cicd-pipeline) <sup>FREE</sup>
@@ -282,7 +282,7 @@ The two most popular tools are **Prometheus** and **Grafana**, but also Cloud-ba
282282

283283
Here you need to know how to set up monitoring and visualize data, crating and setting up alerting, and creating automatization during alerting.
284284

285-
Resources:
285+
**Resources:**
286286

287287
- [What Is Observability? Comprehensive Beginners Guide](https://devopscube.com/what-is-observability/) <sup>FREE</sup>
288288
- [The Hows, Whys and Whats of Monitoring Microservices](https://thenewstack.io/the-hows-whys-and-whats-of-monitoring-microservices/) <sup>FREE</sup>
@@ -304,7 +304,7 @@ The most popular cloud providers in the market are **AWS** and **Azure**, as wel
304304

305305
Here you need to know how to manage users and administration, networks, virtual servers, etc.
306306

307-
Resources:
307+
**Resources:**
308308

309309
- [Serverless 101 - Serverless Land](https://serverlessland.com/learn/serverless-101) <sup>FREE</sup>
310310
- Azure:
@@ -327,7 +327,7 @@ In addition, it would be good to know how **automation testing** is working, as
327327

328328
Here you need to know what is **Scrum**, all phases of **SDLC**, how **automation testing** works, etc.
329329

330-
Resources:
330+
**Resources:**
331331

332332
- [What is Scrum?](https://www.atlassian.com/agile/scrum) <sup>FREE</sup>
333333
- [Ways To Learn About Scrum](https://www.scrum.org/resources/ways-learn-about-scrum) <sup>FREE</sup>
@@ -346,7 +346,7 @@ Here you will need to learn how to integrate security into the DevOps pipeline,
346346

347347
Also, you need to know how to manage secrets and credentials, and how to set up security policies.
348348

349-
Resources:
349+
**Resources:**
350350

351351
- [OWASP DevSecOps Guideline](https://owasp.org/www-project-devsecops-guideline/) <sup>FREE</sup>
352352
- [Supply Chain Levels for Software Artifacts (SLSA)](https://slsa.dev/) <sup>FREE</sup>

0 commit comments

Comments
 (0)