forked from DataTalksClub/mlops-zoomcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
43 lines (43 loc) · 1.02 KB
/
meta.json
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
{
"module": {
"number": 6,
"title": "Best Practices"
},
"units": [
{
"number": "1",
"title": "Testing Python code with pytest",
"youtube": "https://www.youtube.com/watch?v=CJp1eFQP5nk"
},
{
"number": "2",
"title": "Integration tests with docker-compose",
"youtube": "https://www.youtube.com/watch?v=lBX0Gl7Z1ck"
},
{
"number": "3",
"title": "Testing cloud services with LocalStack",
"youtube": "https://www.youtube.com/watch?v=9yMO86SYvuI"
},
{
"number": "4",
"title": "Code quality: linting and formatting",
"youtube": "https://www.youtube.com/watch?v=uImvWE-iSDQ"
},
{
"number": "5",
"title": "Git pre-commit hooks",
"youtube": "https://www.youtube.com/watch?v=lmMZ7Axk2T8"
},
{
"number": "6",
"title": "Makefiles and make",
"youtube": "https://www.youtube.com/watch?v=F6DZdvbRZQQ"
},
{
"number": "X",
"title": "Homework",
"youtube": ""
}
]
}