Skip to content
Open
105 changes: 105 additions & 0 deletions courses/freeCoursesDO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
## DevOps

### Application Monitoring

* **Jaeger**
* [Docs](https://www.jaegertracing.io/docs/1.36/getting-started)
* [Getting Started with Jaeger - CNCF (YouTube)](https://www.youtube.com/watch?v=aMZoUIG-mgY)
* [Jaeger Intro - CNCF (YouTube)](https://www.youtube.com/watch?v=UNqilb9_zwY)
* **New Relic**
* [Ingesting OpenTelemetry Data with New Relic One (YouTube)](https://www.youtube.com/watch?v=YHyopdCfxsQ)
* [New Relic - Amazon Web Services (YouTube)](https://www.youtube.com/watch?v=aU6A-45c7Vs)
* [New Relic (YouTube)](https://www.youtube.com/c/NewRelicInc)

### CI/CD

* [GitHub Actions](https://www.youtube.com/watch?v=R8_veQiYBjI)
* **Jenkins**
* [Docs](https://www.jenkins.io/doc/tutorials)
* [Jenkins Tutorial - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=7KCS70sCoK0)
* [Jenkins Tutorial - Tutorialspoint](https://www.tutorialspoint.com/jenkins/index.htm)
* [What Is CI/CD](https://www.youtube.com/watch?v=62N8UiWUdQo&list=PL9gnSGHSqcnoqBXdMwUTRod4Gi3eac2Ak&index=21)

### Cloud Providers

* [AWS](https://docs.aws.amazon.com)
* [AWS Certified Cloud Practitioner Certification Course (YouTube)](https://www.youtube.com/watch?v=SOTamWNgDKc)
* [Azure](https://docs.microsoft.com/en-us/azure/?product=popular)
* [Civo](https://www.civo.com/docs)
* [Getting Started with Civo (YouTube)](https://www.youtube.com/watch?v=mHtCkmshfks)
* [Google Cloud Certified Associate Cloud Engineer Course (YouTube)](https://www.youtube.com/watch?v=jpno8FSqpc8)
* [Google Cloud Platform Full Course (YouTube)](https://www.youtube.com/watch?v=pTm0iI3_pIQ)
* [Google Cloud Provider](https://cloud.google.com/docs)
* [Microsoft Certified Azure Fundamentals Certification Course (YouTube)](https://www.youtube.com/watch?v=NKEFWyqJ5XA)

### Configuration Management

* [Ansible Docs](https://docs.ansible.com/ansible/latest/index.html)
* [Ansible Tutorial for Beginners: Ultimate Playbook & Examples - Spacelift](https://spacelift.io/blog/ansible-tutorial)
* [Chef vs Puppet vs Ansible](https://www.youtube.com/watch?v=_TVNCTK808I)
* [Chef, Puppet, Ansible Course](https://www.youtube.com/watch?v=O1s16cYzC10)
* [Getting Started with Ansible (YouTube)](https://www.youtube.com/playlist?list=PLT98CRl2KxKEUHie1m24-wkyHpEsa4Y70)
* [What is Ansible](https://www.youtube.com/watch?v=wgQ3rHFTM4E)

### Container Orchestration

* **Kubernetes**
* [Complete Kubernetes Course - Hitesh Choudhary (YouTube)](https://www.youtube.com/watch?v=7XDeI5fyj3w)
* [Kubernetes 101 for Beginners - Saiyam Pathak (YouTube)](https://www.youtube.com/watch?v=PN3VqbZqmD8&t=7206s)
* [Kubernetes - Tutorialspoint](https://www.tutorialspoint.com/kubernetes/index.htm)
* [Kubernetes in 5 Minutes - VMware (YouTube)](https://www.youtube.com/watch?v=PH-2FfFD2PU)
* [Kubernetes Tutorial - Kunal Kushwaha (YouTube)](https://www.youtube.com/watch?v=KVBON1lA9N8)
* [Kubernetes Tutorial - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=X48VuDVv0do)
* [Learn Kubernetes - Civo Academy](https://civo.io/kunal)
* [Learn Kubernetes in Under 3 Hours - freeCodeCamp](https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882)
* [Learn Kubernetes with Hands-On Labs - KubeCampus](https://kubecampus.io)

### Containers

* [Build a Node.js Application with Docker](https://www.youtube.com/watch?v=PsWeSg38XFY)
* [Containers Explained](https://www.youtube.com/watch?v=0qotVMX-J5s)
* **Docker**
* [Complete Docker Course - DevOps Directive (YouTube)](https://www.youtube.com/watch?v=RqTEHSBrYFw&t=3615s)
* [Docker Tutorial - Kunal Kushwaha (YouTube)](https://www.youtube.com/watch?v=17Bl31rlnRM)
* [Docker Tutorial - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=3c-iBn73dDE)
* [Docs](https://docs.docker.com)
* [Learn Docker - freeCodeCamp (YouTube)](https://www.youtube.com/watch?v=9zUHg7xjIqQ)

### DevOps Books

* [Collection of DevOps Books](https://github.com/rohitg00/DevOps_Books)

### GoLang

* [Complete Golang Tutorial - Hitesh Choudhary (YouTube)](https://www.youtube.com/playlist?list=PLRAV69dS1uWQGDQoBYMZWKjzuhCaOnBpa)
* [Getting Started - Go](https://go.dev/learn)
* [Go Programming - GoLang Course with Bonus Project (YouTube)](https://youtu.be/un6ZyFkqFKo)
* [Go Tutorial - TutorialsPoint](https://www.tutorialspoint.com/go/index.htm)
* [Go Tutorial - W3Schools](https://www.w3schools.com/go)
* [Golang Tutorial - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=yyUHQIec83I)
* [Learn Go - Codecademy](https://www.codecademy.com/learn/learn-go)
* [Learn Go Programming - freeCodeCamp (YouTube)](https://www.youtube.com/watch?v=YS4e4q9oBaU)

### Infrastructure Monitoring

* [Grafana Docs](https://grafana.com/docs/grafana/latest/getting-started/get-started-grafana-prometheus)
* [How Prometheus Monitoring Works - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=h4Sl21AKiDg)
* [Prometheus and Grafana Tutorial - The Digital Life (YouTube)](https://www.youtube.com/watch?v=9TJx7QTrTyo)
* [Prometheus Docs](https://prometheus.io/docs/introduction/overview)

### Infrastructure Provisioning

* [Complete Terraform Course - DevOps Directive (YouTube)](https://www.youtube.com/watch?v=7xngnjfIlK4)
* [Terraform Course - freeCodeCamp (YouTube)](https://www.youtube.com/watch?v=SLB_c_ayRMo)
* [Terraform Docs - HashiCorp](https://www.terraform.io/intro)
* [Terraform Tutorial - TechWorld with Nana (YouTube)](https://www.youtube.com/watch?v=l5k1ai_GBDE)
* [Terraform Tutorials - HashiCorp Learn](https://learn.hashicorp.com/terraform)

### Linux Terminal Basics

* [Basic Linux Commands (YouTube)](https://www.youtube.com/watch?v=J2zquYPJbWY)
* [Bogdan Stashchuk - Linux for Beginners Playlist (YouTube)](https://www.youtube.com/playlist?list=PLWkguCWKqN9OrwsklvLC8FB87TbaOQGqY)
* [Complete Linux Course (YouTube)](https://www.youtube.com/watch?v=iwolPf6kN-k)
* [Introduction to Linux – Full Course for Beginners (freeCodeCamp)](https://youtu.be/sWbUDq4S6Y8)
* [Linux Command Cheatsheet](https://www.guru99.com/linux-commands-cheat-sheet.html)
* [Linux Command Line for Beginners](https://ubuntu.com/tutorials/command-line-for-beginners)
Loading