chore: sync content to repo (#9717)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-11 14:06:08 +01:00
committed by GitHub
parent 4a12985855
commit 1af19e70c9
4 changed files with 8 additions and 3 deletions

View File

@@ -5,9 +5,9 @@ Docker is an open-source platform that automates the deployment, scaling, and ma
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated Docker Roadmap](https://roadmap.sh/docker)
- [@official@Docker Docs](https://docs.docker.com/)
- [@official@Docker Getting Started Guide](https://docs.docker.com/get-started/))
- [@course@DevOps with Docker](https://courses.mooc.fi/org/uh-cs/courses/devops-with-docker)
- [@official@Docker Docs](https://docs.docker.com/)
- [@official@Docker Getting Started Guide](https://docs.docker.com/get-started/)
- [@video@Docker Tutorial](https://www.youtube.com/watch?v=RqTEHSBrYFw)
- [@video@Docker simplified in 55 seconds](https://youtu.be/vP_4DlOH1G4)
- [@feed@Explore top posts about Docker](https://app.daily.dev/tags/docker?ref=roadmapsh)

View File

@@ -0,0 +1,3 @@
# Programming Languages
Programming languages are sets of instructions that tell a computer what to do. They're used to create software, applications, and automate tasks. Different languages are suited for different purposes, like web development, data analysis, or system administration. You write code in these languages, and the computer translates it to perform specific actions.

View File

@@ -1,4 +1,6 @@
# Python
Python is a versatile and easy-to-learn programming language used for a wide range of tasks. It's known for its clear syntax, which makes it readable and simplifies coding. You can use Python to automate tasks, build web applications, analyze data, and even manage infrastructure, making it a valuable tool for many DevOps-related tasks.
Visit the following resources to learn more:

View File

@@ -7,6 +7,6 @@ Visit the following resources to learn more:
- [@roadmap@Visit Dedicated Terraform Roadmap](https://roadmap.sh/terraform)
- [@official@Terraform Docs](https://www.terraform.io/docs)
- [@official@Terraform Tutorials](https://learn.hashicorp.com/terraform)
- [@video@Complete Terraform Course](https://www.youtube.com/watch?v=7xngnjfIlK4)
- [@article@How to Scale Your Terraform Infrastructure](https://thenewstack.io/how-to-scale-your-terraform-infrastructure/)
- [@video@Complete Terraform Course](https://www.youtube.com/watch?v=7xngnjfIlK4)
- [@feed@Explore top posts about Terraform](https://app.daily.dev/tags/terraform?ref=roadmapsh)