-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathresources.json
More file actions
196 lines (196 loc) · 6.25 KB
/
Copy pathresources.json
File metadata and controls
196 lines (196 loc) · 6.25 KB
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"resources": [
{
"title": "Front-end Developer Handbook 2019",
"author": "Cody Lindley",
"url": "https://frontendmasters.com/guides/front-end-handbook/2019/#4.8",
"tags": ["programming", "frontend"]
},
{
"title": "Code Review Developer Guide",
"author": "",
"url": "https://google.github.io/eng-practices/review/",
"tags": ["general", "Code Review"]
},
{
"title": "Low Level JavaScript",
"author": "",
"url": "https://www.youtube.com/channel/UC56l7uZA209tlPTVOJiJ8Tw/",
"tags": ["video", "JavaScript", "inDepth"]
},
{
"title": "Crash Course Computer Science",
"author": "",
"url": "https://www.youtube.com/watch?v=tpIctyqH29Q&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo",
"tags": ["video", "Computer Science"]
},
{
"title": "The 10 Best Coding Challenge Websites for 2018",
"author": "Daniel Borowski",
"url": "https://medium.com/coderbyte/the-10-best-coding-challenge-websites-for-2018-12b57645b654",
"tags": ["general", "Code Challenge", "programming", "master list"]
},
{
"title": "The 100 Most Popular Free Online Courses of 2019",
"author": "Dhawal Shah",
"url": "https://www.classcentral.com/report/100-most-popular-online-courses-2019/?utm_medium=email&utm_source=other&utm_campaign=opencourse.GdeNrll1EeSROyIACtiVvg.announcements~opencourse.GdeNrll1EeSROyIACtiVvg.qTOaasuISNOe24PZrleSRw",
"tags": ["article", "courses", "master list"]
},
{
"title": "Awesome Discord Communities",
"author": "",
"url": "https://github.com/mhxion/awesome-discord-communities",
"tags": ["Github Repo", "communities"]
},
{
"title": "The Missing Semester of Your CS Education",
"author": "",
"url": "https://missing.csail.mit.edu/",
"tags": ["article", "Computer Science", "master list"]
},
{
"title": "Python Illustrated",
"author": "",
"url": "https://drive.google.com/file/d/1l2QqzHdfAmrQxy3aPAzy6UsL8Ol36hHZ/view",
"tags": ["programming", "Python"]
},
{
"title": "Python 3 Sandbox & Cheat Sheet",
"author": "",
"url": "https://github.com/Richard-Burd/python-3-sandbox",
"tags": ["Github Repo", "programming", "Python"]
},
{
"title": "Git cherry pick tutorial. How to use git cherry-pick.",
"author": "",
"url": "https://www.youtube.com/watch?v=wIY824wWpu4",
"tags": ["video", "Git"]
},
{
"title": "Cheatsheets for Matplotlib users",
"author": "",
"url": "https://github.com/matplotlib/cheatsheets#cheatsheets",
"tags": ["Github Repo", "Data Science", "Matplotlib"]
},
{
"title": "Discord Developer Portal — API Docs for Bots and Developers",
"author": "",
"url": "https://discord.com/developers/docs/topics/community-resources",
"tags": ["Discord Bot", "API"]
},
{
"title": "Don't ask to ask, just ask",
"author": "",
"url": "https://dontasktoask.com/",
"tags": ["article", "general"]
},
{
"title": "Regex Crossword",
"author": "",
"url": "https://regexcrossword.com/",
"tags": ["practice", "regex", "Regular Expression"]
},
{
"title": "How do computers read code?",
"author": "",
"url": "https://www.youtube.com/watch?v=QXjU9qTsYCc",
"tags": ["video", "Computer Science", "programming", "Assembly"]
},
{
"title": "Finding ways to contribute to open source on GitHub",
"author": "GitHub Docs",
"url": "https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github",
"tags": ["article", "Open Source", "GitHub"]
},
{
"title": "Online Interactive CSS Cheat Sheet",
"author": "",
"url": "https://htmlcheatsheet.com/css/",
"tags": ["HTML", "CSS"]
},
{
"title": "Developer Roadmaps",
"author": "",
"url": "https://roadmap.sh/",
"tags": ["programming", "Career"]
},
{
"title": "Edabit",
"author": "",
"url": "https://edabit.com/",
"tags": ["Courses", "Code Challenge"]
},
{
"title": "Codewars",
"author": "",
"url": "https://www.codewars.com/",
"tags": ["Code Challenge", "Algorithm"]
},
{
"title": "Frontend Mentor",
"author": "",
"url": "https://www.frontendmentor.io/",
"tags": ["frontend", "Code Challenge", "Portfolio Projects"]
},
{
"title": "Exercism",
"author": "",
"url": "https://exercism.org/",
"tags": ["Programming", "Code Challenge"]
},
{
"title": "The 2020 Scrum Guide™",
"author": "",
"url": "https://scrumguides.org/scrum-guide.html",
"tags": ["Scrum", "Software Engineer"]
},
{
"title": "GitHub Student Developer Pack",
"author": "GitHub",
"url": "https://education.github.com/pack",
"tags": ["GitHub", "Free Resource", "Student"]
},
{
"title": "Sass Guidelines",
"author": "Kitty Giraudel",
"url": "https://sass-guidelin.es/",
"tags": ["CSS", "Sass", "Best Practice"]
},
{
"title": "Get your work recognized: write a brag document",
"author": "Julia Evans",
"url": "https://jvns.ca/blog/brag-documents/",
"tags": ["general", "Career"]
},
{
"title": "Git Cheat sheet",
"author": "",
"url": "https://education.github.com/git-cheat-sheet-education.pdf",
"tags": ["GitHub", "Git"]
},
{
"title": "Free Programming Books",
"author": "EbookFoundation",
"url": "https://github.com/EbookFoundation/free-programming-books",
"tags": ["GitHub Repo", "Free Resource"]
},
{
"title": "Markdown Tutorial",
"author": "",
"url": "https://commonmark.org/help/tutorial/",
"tags": ["markdown"]
},
{
"title": "How to Contribute to Open Source",
"author": "",
"url": "https://opensource.guide/how-to-contribute/",
"tags": ["Open Source"]
},
{
"title": "clean code javascript",
"author": "Ryan McDermott",
"url": "https://github.com/ryanmcdermott/clean-code-javascript",
"tags": ["Programming", "JavaScript", "Best Practice"]
}
]
}