mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
chore: sync content to repo
This commit is contained in:
committed by
github-actions[bot]
parent
4a12985855
commit
e910240d59
@@ -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)
|
||||
@@ -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.
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user