-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
54 lines (54 loc) · 1.9 KB
/
config.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
{
"name": "Matheus Costa",
"description": "Dev. Front-end | UX/UI Designer",
"github": "matheuscostadesign",
"banner": "Im7lZjxeLhg",
"playlists": {
"front-end": [
{
"title": "React em 1h - Componentes - Iniciantes",
"url": "https://www.youtube.com/watch?v=K65wUN-2no4",
"thumb": "https://img.youtube.com/vi/K65wUN-2no4/hqdefault.jpg"
},
{
"title": "Como fazer commits atômicos pelo VSCode",
"url": "https://www.youtube.com/watch?v=NpTF7HsuG5U",
"thumb": "https://img.youtube.com/vi/NpTF7HsuG5U/hqdefault.jpg"
},
{
"title": "DESCOMPLICANDO o CSS Flexbox",
"url": "https://www.youtube.com/watch?v=gOMK_xruAqc",
"thumb": "https://img.youtube.com/vi/gOMK_xruAqc/hqdefault.jpg"
},
{
"title": "Como Eu Programo e Hospedo Sites da Forma Mais Moderna que Existe [GUIA DEFINITIVO]",
"url": "https://www.youtube.com/watch?v=EW7m2WIvFgQ",
"thumb": "https://img.youtube.com/vi/EW7m2WIvFgQ/hqdefault.jpg"
}
],
"design": [
{
"title": "Node JS: Construindo CRUDs com file system focando em serialização e JSON 1",
"url": "https://www.youtube.com/watch?v=dvd3pNYh7So",
"thumb": "https://img.youtube.com/vi/dvd3pNYh7So/hqdefault.jpg"
},
{
"title": "Node JS: Construindo CRUDs com file system focando em serialização e JSON 2",
"url": "https://www.youtube.com/watch?v=8q36rNS5yVo",
"thumb": "https://img.youtube.com/vi/8q36rNS5yVo/hqdefault.jpg"
}
]
},
"favoritos": [
{
"title": "@canal1",
"url": "https://www.youtube.com/watch?v=dvd3pNYh7So",
"thumb": "https://img.youtube.com/vi/dvd3pNYh7So/hqdefault.jpg"
},
{
"title": "@canal2",
"url": "https://www.youtube.com/watch?v=8q36rNS5yVo",
"thumb": "https://img.youtube.com/vi/8q36rNS5yVo/hqdefault.jpg"
}
]
}