-
Notifications
You must be signed in to change notification settings - Fork 0
/
lessons.json
101 lines (101 loc) · 3.19 KB
/
lessons.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"name": "Pregled kursa + shell",
"videoURL": "Z56Jmr9Z34Q",
"path": "/pregled-kursa-shell",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-01.md",
"nextLesson": "/shell-alati-i-scripting",
"number": "1/13",
"readingTime": "11 min"
},
{
"name": "Shell alati i scripting",
"videoURL": "kgII-YWo3Zw",
"path": "/shell-alati-i-scripting",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-02.md",
"nextLesson": "/editori-vim",
"number": "1/14",
"readingTime": "16 min"
},
{
"name": "Editori (VIM)",
"videoURL": "a6Q8Na575qc",
"path": "/editori-vim",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-03.md",
"nextLesson": "/upravljanje-podacima",
"number": "1/15",
"readingTime": "12 min"
},
{
"name": "Upravljanje podacima",
"videoURL": "sz_dsktIjt4",
"path": "/upravljanje-podacima",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-04.md",
"nextLesson": "/komandna-linija",
"number": "1/21",
"readingTime": "13 min"
},
{
"name": "Komandna linija",
"videoURL": "e8BO_dYxk5c",
"path": "/komandna-linija",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-05.md",
"nextLesson": "/kontrola-verzije-git",
"number": "1/22",
"readingTime": "18 min"
},
{
"name": "Kontrola verzije (Git)",
"videoURL": "2sjqTHE0zok",
"path": "/kontrola-verzije-git",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-06.md",
"nextLesson": "/debugovanje-i-profilisanje",
"number": "1/23",
"readingTime": "11 min"
},
{
"name": "Debugovanje i profilisanje",
"videoURL": "l812pUnKxME",
"path": "/debugovanje-i-profilisanje",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-07.md",
"nextLesson": "/metaprogramiranje",
"number": "1/27",
"readingTime": "24 min"
},
{
"name": "Metaprogramiranje",
"videoURL": "_Ms1Z4xfqv4",
"path": "/metaprogramiranje",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-08.md",
"nextLesson": "/bezbjednost-i-kriptografija",
"number": "1/28",
"readingTime": "10 min"
},
{
"name": "Bezbjednost i Kriptografija",
"videoURL": "tjwobAmnKTo",
"path": "/bezbjednost-i-kriptografija",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-09.md",
"nextLesson": "/potpuri",
"number": "1/29",
"readingTime": "10 min"
},
{
"name": "Potpuri",
"videoURL": "JZDt-PRq0uo",
"path": "/potpuri",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-10.md",
"nextLesson": "/pitanja",
"number": "1/30",
"readingTime": "15 min"
},
{
"name": "Q & A",
"videoURL": "Wz50FvGG6xU",
"path": "/pitanja",
"content": "https://raw.githubusercontent.com/netboxify/missing-semester/master/lecture-11.md",
"nextLesson": "",
"number": "1/31",
"readingTime": "16 min"
}
]