Skip to content

Commit 6a4295c

Browse files
authored
docs: Add learning resources in various pages (#114)
1 parent ca22bd7 commit 6a4295c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/bash-scripting/learning-resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ slug: "/bash/resources"
88
---
99

1010
- [You need to learn Bash Scripting right now playlist - NetworkChuck (Video)](https://youtube.com/playlist?list=PLIhvC56v63IKioClkSNDjW7iz-6TFvLwS)
11-
- [Devhints Bash Cheat Sheet](https://devhints.io/bash)
11+
- [Devhints Bash Cheat Sheet](https://devhints.io/bash)
12+
- [Google Shell Style Guide](https://google.github.io/styleguide/shellguide.html)

docs/gitops/learning-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ slug: "/gitops/resources"
99

1010
- [What is GitOps - TechWorld with Nana](https://youtu.be/f5EpcWp0THw)
1111
- [ArgoCD Guide: Full Tutorial for Beginers](https://youtu.be/JLrR9RV9AFA)
12+
- [OpenGitOps](https://opengitops.dev/)

docs/kubernetes/learning-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ slug: "/kubernetes/resources"
1313
- [BretFisher/udemy-docker-mastery GitHub repo](https://github.com/BretFisher/udemy-docker-mastery)
1414
- [Kubernetes official docs](https://kubernetes.io/docs/home/)
1515
- [Kubernetes Basic Concepts - Blog](https://spacelift.io/blog/kubernetes-tutorial)
16+
- [Kubernetes in Action](https://www.manning.com/books/kubernetes-in-action)

docs/terraform/learning-resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ slug: "/terraform/resources"
88
---
99

1010
- [Official Terraform Documentation](https://www.terraform.io/docs)
11-
- [Terraform Providers](https://registry.terraform.io/browse/providers)
11+
- [Terraform Providers](https://registry.terraform.io/browse/providers)
12+
- [Terraform: Up & Running](https://www.terraformupandrunning.com/)

0 commit comments

Comments
 (0)