File size: 1,453 Bytes
dfb3d07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "fastapi": {
    "courses": [
      {
        "title": "FastAPI - The Complete Course",
        "url": "https://www.udemy.com/course/fastapi-the-complete-course/",
        "hours": 12,
        "type": "course"
      }
    ]
  },
  "docker": {
    "courses": [
      {
        "title": "Docker Mastery: with Kubernetes +Swarm from a Docker Captain",
        "url": "https://www.udemy.com/course/docker-mastery/",
        "hours": 20,
        "type": "course"
      }
    ]
  },
  "dbt": {
    "courses": [
      {
        "title": "Data Engineering with dbt",
        "url": "https://www.datacamp.com/courses/introduction-to-dbt",
        "hours": 8,
        "type": "course"
      }
    ]
  },
  "airflow": {
    "courses": [
      {
        "title": "Apache Airflow: The Hands-On Guide",
        "url": "https://www.udemy.com/course/the-complete-hands-on-course-to-master-apache-airflow/",
        "hours": 10,
        "type": "course"
      }
    ]
  },
  "pytorch": {
    "courses": [
      {
        "title": "PyTorch for Deep Learning in 2024: Zero to Mastery",
        "url": "https://www.udemy.com/course/pytorch-for-deep-learning/",
        "hours": 25,
        "type": "course"
      }
    ]
  },
  "kubernetes": {
    "courses": [
      {
        "title": "Kubernetes for the Absolute Beginners - Hands-on",
        "url": "https://www.udemy.com/course/learn-kubernetes/",
        "hours": 15,
        "type": "course"
      }
    ]
  }
}