-
-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat! : Added devops category and links for its resources.
- Loading branch information
1 parent
53ed277
commit a18e011
Showing
10 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "Learn CI/CD by building projects", | ||
"description": "This is an amazing blog that will help you understad CI/CD by building projects.", | ||
"url": "https://www.freecodecamp.org/news/what-is-ci-cd/", | ||
"category": "DevOps", | ||
"subcategory": "cicd" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "DevOps Lifecycle", | ||
"description": "Learn everything about 7 different phases of the DevOps lifecycle", | ||
"url": "https://www.simform.com/blog/devops-lifecycle/", | ||
"category": "DevOps", | ||
"subcategory": "devopsLifecycle" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "DevOps Methodology", | ||
"description": "Understanding the approach and philosophy behind devops.", | ||
"url": "https://www.cloudbees.com/blog/devops-methodology-understanding-the-approach-and-philosophy", | ||
"category": "DevOps", | ||
"subcategory": "devopsMethodologies" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "Docker", | ||
"description": "Docker complete tutorial.", | ||
"url": "https://www.mygreatlearning.com/blog/docker-tutorial/", | ||
"category": "DevOps", | ||
"subcategory": "docker" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "Kubernetes Basics", | ||
"description": "Kubernetes from official docs.", | ||
"url": "https://kubernetes.io/docs/tutorials/kubernetes-basics/", | ||
"category": "DevOps", | ||
"subcategory": "kubernetes" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "Microservices Architecture", | ||
"description": "Learn Microservice System Design.", | ||
"url": "https://sivanaikk0903.medium.com/microservices-architecture-a61fe9e48b41", | ||
"category": "DevOps", | ||
"subcategory": "microservices" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters