This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.json
150 lines (150 loc) · 4.36 KB
/
data.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"html": {
"documentation": ["https://developer.mozilla.org/fr/docs/Web/HTML"],
"typo": ["html", "html5"],
"tuto": ["https://www.youtube.com/watch?v=qsbkZ7gIKnc"]
},
"python": {
"documentation": ["https://docs.python.org/fr/3/"],
"typo": ["python"],
"tuto": ["https://youtu.be/rfscVS0vtbw"]
},
"css": {
"documentation": ["https://devdocs.io/css/"],
"typo": ["css"],
"tuto": ["https://youtu.be/gXLjWRteuWI"]
},
"javascript": {
"documentation": [
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide"
],
"typo": ["javascript", "js"],
"tuto": ["https://youtu.be/PkZNo7MFNFg"]
},
"scss": {
"documentation": ["https://sass-lang.com/guide"],
"typo": ["scss", "sass"],
"tuto": ["https://youtu.be/_a5j7KoflTs"]
},
"react": {
"documentation": ["https://reactjs.org/docs/getting-started.html"],
"typo": ["react", "reactjs"],
"tuto": ["https://youtu.be/bMknfKXIFA8"]
},
"vue": {
"documentation": ["https://vuejs.org/guide/introduction.html"],
"typo": ["vue", "vuejs"],
"tuto": ["https://youtu.be/FXpIoQ_rT_c"]
},
"next": {
"documentation": ["https://nextjs.org/docs/getting-started"],
"typo": ["next", "nextjs"],
"tuto": ["https://youtu.be/1WmNXEVia8I"]
},
"remix": {
"documentation": ["https://remix.run/docs/en/v1"],
"typo": ["remix", "remixjs", "remixrun"],
"tuto": ["https://youtu.be/3CAqFdVlbUA"]
},
"prisma": {
"documentation": ["https://www.prisma.io/docs"],
"typo": ["prisma"],
"tuto": ["https://youtu.be/_iFec6mZg24"]
},
"typescript": {
"documentation": ["https://devdocs.io/typescript/typescript-from-scratch"],
"typo": ["typescript", "ts"],
"tuto": ["https://youtu.be/gp5H0Vw39yw"]
},
"php": {
"documentation": [
"https://www.freecodecamp.org/news/build-a-website-from-start-to-finish-using-wordpress-and-php"
],
"typo": ["php"],
"tuto": ["https://youtu.be/2eebptXfEvw"]
},
"sql": {
"documentation": [
"https://docs.microsoft.com/en-us/sql/?view=sql-server-ver16"
],
"typo": ["sql"],
"tuto": ["https://youtu.be/Cz3WcZLRaWc"]
},
"strapi": {
"documentation": ["https://strapi.io/resource-center"],
"typo": ["strapi"],
"tuto": [
"https://youtube.com/playlist?list=PL4cUxeGkcC9h6OY8_8Oq6JerWqsKdAPxn"
]
},
"tailwind": {
"documentation": ["https://tailwindcss.com/docs/installation"],
"typo": ["tailwind", "tailwindcss"],
"tuto": [
"https://youtube.com/playlist?list=PL4cUxeGkcC9gpXORlEHjc5bgnIi5HEGhw"
]
},
"bootstrap": {
"documentation": [
"https://getbootstrap.com/docs/5.2/getting-started/introduction"
],
"typo": ["bootstrap", "bootstrap 5"],
"tuto": ["https://youtu.be/O_9u1P5YjVc"]
},
"c": {
"documentation": [
"https://docs.microsoft.com/en-us/cpp/c-language/?view=msvc-170"
],
"typo": ["c"],
"tuto": ["https://youtu.be/KJgsSFOSQv0"]
},
"c++": {
"documentation": [
"https://docs.microsoft.com/en-us/cpp/cpp/?view=msvc-170"
],
"typo": ["c++", "c plus plus"],
"tuto": ["https://youtu.be/vLnPwxZdW4Y"]
},
"c#": {
"documentation": ["https://docs.microsoft.com/en-us/dotnet/csharp/"],
"typo": ["c#", "csharp", "c sharp"],
"tuto": ["https://youtu.be/GhQdlIFylQ8"]
},
"markdown": {
"documentation": ["https://www.markdownguide.org"],
"typo": ["markdown", "md"],
"tuto": ["https://youtu.be/HUBNt18RFbo"]
},
"git": {
"documentation": ["https://training.github.com/"],
"typo": ["git", "github"],
"tuto": ["https://youtu.be/RGOj5yH7evk"]
},
"node": {
"documentation": ["https://nodejs.org/api/documentation.html"],
"typo": ["node", "nodejs"],
"tuto": [
"https://youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU"
]
},
"postgresSQL": {
"documentation": ["https://www.postgresql.org/docs"],
"typo": ["postgresSQL", "postgres"],
"tuto": ["https://youtu.be/qw--VYLpxG4"]
},
"svelte": {
"documentation": ["https://svelte.dev/docs"],
"typo": ["svelte"],
"tuto": ["https://youtu.be/ujbE0mzX-CU"]
},
"java": {
"documentation": ["https://docs.oracle.com/en/java/"],
"typo": ["java"],
"tuto": ["https://youtu.be/grEKMHGYyns"]
},
"flutter": {
"documentation": ["https://docs.flutter.dev/"],
"typo": ["flutter"],
"tuto": ["https://youtu.be/VPvVD8t02U8"]
}
}