-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathindex.html
444 lines (371 loc) · 21.2 KB
/
index.html
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>glasgowCoderCollective Resources</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<header>
<h1>Coding Resources</h1>
<p>This resources project started out as a simple repo for members of the glasgowCoderCollective to contribute to for Hacktoberfest 2018. It started there but we started to get contributions from outside of Glasgow, outside of the UK even, and the simple repo ended up with 111 forks on Github! Thanks to everyone who contributed but it doesn't end here so please add links if they aren't here already at our <a href="https://github.com/GlasgowCoderCollective/resources">github</a></p>
</header>
<div class="links">
<p><a href="https://www.hacksplaining.com/features" target="_blank">Learn about your system threats</a></p>
<p> Learn about all of the major vulnerabilities that threaten your system. </p>
<P>Recommended by
<a class="recommended" href="https:github.com/kelrun">Richard Jackson</a>in Mississippi, US</p>
</div>
<!-- Copy the above div and add it below in the appropriate place alphabetically, including your own link and description, your github, name and which country you're from. -->
<div class="links">
<p><a href="https://academicearth.org/">Academic Earth</a></p>
<p>provide online degree courses from accounting and economics to engineering and also carries material on
niche subjects like behavioural psychology.</p>
</div>
<div class="links">
<p><a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/" target="_blank">Bootstrap
Documentation</a></p>
<p>Guide for using the Bootstrap framework in web development</p>
</div>
<div class="links">
<p><a href="https://guide.bash.academy/" target="_blank">Bash Guide</a></p>
<p>Guide for using Bash shell</p>
</div>
<div class="links">
<p><a href="https://www.cssgridgarden.com">Grid Garden</a></p>
<p>A game where you write CSS code and grow a garden. Learn CSS grid the fun way.</p>
</div>
<div class="links">
<p><a href="https://www.codewars.com/">Code Wars</a></p>
<p>Improve your skills by training with others on real code challenges. Has many different code challenges
for 20+ programming languages.</p>
</div>
<div class="links">
<p><a href="https://www.coursera.org/">Coursera</a></p>
<p>Learn online and earn valuable credentials from top universities like Yale, Michigan, Stanford, and
leading companies like Google and IBM</p>
</div>
<div class="links">
<p><a href="https://tympanus.net/codrops/">Codrops</a></p>
<p>Whenever you need some inspiration or just fresh new ideas, you can check out this website's Tutorials
and Playground section. There's also a whole lot of open source graphic design resources as well as a
useful CSS reference section.</p>
</div>
<div class="links">
<p><a href="https://css-tricks.com" target="_blank">CSS tricks</a></p>
<p>Tips, Tricks, and Techniques on using Cascading Style Sheets.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/jeel2308">Jeel Patel</a> in India</p>
</div>
<div class="links">
<p><a href="https://www.codecademy.com" target="_blank">Codecademy</a></p>
<p>Codecademy is an online interactive platform that offers free coding classes</p>
</div>
<div class="links">
<p><a href="https://www.codepen.io">Codepen</a></p>
<p>A frontend development playground/code editor</p>
</div>
<div class="links">
<p><a href="https://www.coursera.org/courses?query=programming">Coursera</a></p>
<p>A website which has courses for many streams including programming. There are both free and paid courses</p>
</div>
<div class="links">
<p><a href="http://tutorials.codebar.io/">codebar</a></p>
<p>Free tutorials that will run you through the basics of HTML &s; CSS, JS, Ruby and Python. Also
available on GitHub.</p>
</div>
<div class="links">
<p><a href="https://codefights.net">Code Fights</a></p>
<p>Create your own robot and battle against other robots!</p>
</div>
<div class="links">
<p><a href="https://codesignal.com/">Code Signals</a></p>
<p>Practice for interviews using real questions on need-to-know topics. Let our Coding Score rate your
coding skills!</p>
</div>
<div class="links">
<p><a href="https://www.datacamp.com/">DataCamp</a></p>
<p>Learn Data Science from the Comfort of your Browser!</p>
</div>
<div class="links">
<p><a href="https://training.docker.com/" target="_blank">Docker Official Tutorial</a></p>
<p>A great introduction to Docker from their official website.</p>
<p><a href="http://blog.brew.com.hk/introduction-to-docker/" target="_blank">The Comprehensive Introduction
to Docker</a></p>
<p>A lengthy blog article that goes over Docker Containers, Images, Layers along with some basic syntax.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/dwmedina">Daniel Medina</a> in the United States (near
Cleveland, Ohio)</p>
</div>
<div class="links">
<p><a href="https://www.enki.com/" target="_blank">Enki</a></p>
<p>A wonderful application to learn programming. It uses gamification concepts, making learning more legal.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/brunonepomuceno">Bruno Nepomuceno</a> in Brazil</p>
</div>
<div class="links">
<p><a href="https://www.freecodecamp.org/" target="_blank">freecodecamp</a></p>
<p>A great free resource for learning loads of web dev</p>
<p>Recommended by</p>
<p>
<a class="recommended" href="https://github.com/verde79">Tracy Norman</a> in Scotland,
<a class="recommended" href="https://github.com/Sunithack1">Sunitha C K</a> in USA, and
<a class="recommended" href="https://github.com/vikrant-123007">Vikrant Singh Bandral</a> in India
</p>
</div>
<div class="links">
<p><a href="https://www.edx.org/course/subject/computer-science">EdX Computer Science Courses</a></p>
<p>Contains courses from MIT and Harvard that are free to audit/take</p>
</div>
<div class="links">
<p><a href="https://frontendmasters.com/courses/web-development-v2/">Front-End Masters</a></p>
<p>Advance Your Skills with In-Depth, Modern Front-End Engineering Courses</p>
</div>
<div class="links">
<p><a href="https://mastery.games/p/flexbox-zombies" target="_blank">Flexbox Zombies</a></p>
<p>Fun way to learn Flexbox.</p>
</div>
<div class="links">
<p><a href="https://flexboxfroggy.com/" target="_blank">Flexbox Froggy</a></p>
<p>Fun way to learn Flexbox.</p>
</div>
<div class="links">
<p><a href="https://www.geeksforgeeks.org/">GeeksforGeeks</a></p>
<p><b>A computer science portal for geeks. </b>It contains well written, well thought and well explained
computer science and programming articles, quizzes amongst other resources</p>
</div>
<div class="links">
<p><a href="https://www.html5rocks.com/en/">HTML5ROCKS</a></p>
<p>Web Fundamentals, Tools, Updates and Case Studies are available at Google Developers!</p>
</div>
<div class="links">
<p><a href="https://www.hackerearth.com/" target="_blank">HackerEarth</a></p>
<p>Hackerearth is one of the best platform to practice,improve and analyze programming skills</p>
</div>
<div class="links">
<p><a href="https://www.interviewbit.com/" target="_blank">InterviewBit</a></p>
<p>Helps you prepare for CS product based companies. Also comes with opportunities to directly match your
profile with companies and set interviews.</p>
</div>
<div class="links">
<p><a href="https://javascript30.com/">#Javascript30</a></p>
<p>30 Day Vanilla JS Coding Challenge.</p>
</div>
<div class="links">
<p><a href="https://www.khanacademy.org/">Khan Academy</a></p>
<p>You can learn anything.For Free.For everyone.Forever</p>
</div>
<div class="links">
<p><a href="http://www.tecoed.co.uk/learn-python.html" target="_blank">Teaching Computing Education</a></p>
<p>Python resources and guides</p>
<p>Recommended by
<a class="recommended" href="https://github.com/Compo">Peter Crilly</a> in Scotland</p>
</div>
<div class="links">
<p><a href="https://learnpythonthehardway.org/" target="_blank">Learn Python the Hard Way</a></p>
<p>This 40-something part tutorial series has a strong focus on getting your fingers moving and used to
writing code in full, the hard way.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a> in Scotland</p>
</div>
<div class="links">
<p><a href="https://learnnode.com/" target="_blank">Learn Node</a></p>
<p>A premium training course to learn to build apps with Node.js, Express, MongoDB, and friends.</p>
</div>
<div class="links">
<p><a href="https://learntocodewith.me/tools/">Learn to CODE WITH Me</a></p>
<p>Recommended for Beginner's Coding Resources and Tools</p>
</div>
<div class="links">
<p><a href="https://developer.mozilla.org">Mozilla Developer Network</a></p>
<p>The MDN Web Docs site provides information about Open Web technologies including HTML,
CSS, and APIs for both Web sites and progressive web apps. Also has one of the best tutorials for web
dev.</p>
</div>
<div class="links">
<p><a href="http://www.learn-js.org/" target="_blank">Learn JS</a></p>
<p>Go through lessons, type in the window at the bottom. Created by the same folks who make
learnpython.org.</p>
</div>
<div class="links">
<p><a href="https://learnpythonthehardway.org/" target="_blank">Learn Python the Hard Way</a></p>
<p>This 40-something part tutorial series has a strong focus on getting your fingers moving and used to
writing code in full, the hard way.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a> in Scotland</p>
</div>
<div class="links">
<p><a href="https://www.eventbrite.co.uk/e/google-tech-talks-machine-learning-and-ai-tickets-51010179821?aff=ebdssbdestsearch"
target="_blank">Free ML event</a></p>
<p>This ML event might be of some interest to some here ...</p>
<p>Recommended by
<a class="recommended" href="https://github.com/verde79">Sean</a> (near Brigadoon).</p>
</div>
<div class="links">
<p><a href="https://www.hackerrank.com/" target="_blank">HackerRank</a></p>
<p>Solve challenges from a wide range of computer science domains. Practice coding, prepare for interviews,
and get hired</p>
</div>
<div class="links">
<p><a href="https://www.iloveimg.com/" target="_blank">I love img</a></p>
<p>iLoveIMG is simple tool for compressing your images while saving space and maintaining quality online.</p>
</div>
<div class="links">
<p><a href="https://www.netacad.com" target="_blank">CISCO NETWORK ACADEMY</a></p>
<p>For 20 years, Cisco Networking Academy has changed the lives of 9.2 million students in 180 countries by
providing education technical training and career mentorship.</p>
<dl>
<dt>you can learn</dt>
<dd>1.Networking</dd>
<dd>2.Internet of Things</dd>
<dd>3.Programming</dd>
<dd>4.Security</dd>
<dd>5.OS & IT</dd>
<dd>6.Packet Tracer</dd>
</dl>
</div>
<div class="links">
<p><a href="https://developer.mozilla.org" target="_blank">MDN Web Docs</a></p>
<p>Resources and guides for web development</p>
</div>
<div class="links">
<p><a href="https://progate.com/" target="_blank">Progate</a></p>
<p>Progate is a web service where you can learn programming online. They offer you a fully equipped coding
environment to get you started.</p>
</div>
<div class="links">
<p><a href="https://prometheus.org.ua/" target="_blank">Prometheus</a></p>
<p>A platform filled with useful courses for programmers on Ukrainian</p>
</div>
<div class="links">
<p><a href="https://www.reddit.com/r/learnprogramming/">r/learnprogramming on Reddit</a></p>
<p>A subreddit, or subforum on reddit, for all questions related to programming in any language. A
wonderful resource for all coders, from novice to hardened veteran.</p>
</div>
<div class="links">
<p><a href="https://stackoverflow.com/">Stack Overflow</a></p>
<p>A trusted community of developers to learn and share your knowledge.</p>
</div>
<div class="links">
<p><a href="http://www.sdknews.com/">SDK News</a></p>
<p>A useful collection of news regarding the world of developers and coders, covering topics related to
Android, iOs, Corona, Visual Studio, Firebase, Google initiatives and so on.</p>
</div>
<div class="links">
<p><a href="http://turing.io/">Turing School - Information</a></p>
<p><a href="http://backend.turing.io/">Turing School - Backend</a></p>
<p><a href="http://frontend.turing.io/">Turing School - Frontend</a></p>
<p>Turing School of Software and Design is a bootcamp in Denver, CO. They turn great people into great
developers. The Curriculum is open source.</p>
</div>
<div class="links">
<p><a href="https://www.techgig.com/" target="_blank">Techgig</a></p>
<p>TechGig.com is a competitive programming and technology community website owned by Times Internet <br>Techgig
is Largest online Tech community, where you can learn, update your skills, compete with fellow techies
and get your dream job.
</p>
</div>
<div class="links">
<p><a href="https://www.tensorflow.org/" target="_blank">Tensorflow</a></p>
<p>Tensorflow is an open source software library for high performance numerical computation</p>
</div>
<div class="links">
<p><a href="https://thoughtbot.com/upcase" target="_blank">Upcase by Thoughtbot</a></p>
<p>A great free resource for code development.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/binaryflow">Douglas Ward</a></p>
</div>
<div class="links">
<p><a href="https://www.tutorialspoint.com">tutorialspoint</a></p>
<p>Step by step learning of html,css,js and many more. One of the best site for beginners.</p>
</div>
<div class="links">
<p><a href="https://www.thenetninja.co.uk/" target="_blank">The net ninja</a></p>
<p>A lot of tutorials to Front End technologies. He also have an youtube channel with the classes. Very
nice!!</p>
<p>Recommended by
<a class="recommended" href="https://github.com/verde79">Izabela Lima</a> in Brazil :)</p>
</div>
<div class="links">
<p><a href="https://www.theodinproject.com">The Odin Project</a></p>
<p>A free and open source full stack web development curriculum</p>
</div>
<div class="links">
<p><a href="https://typingclub.com/sportal/program-3.game" target="_blank">Typing Club</a></p>
<p>This webpage has lots of fun exercises for improving your typing speed.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a> in Scotland</p>
</div>
<div class="links">
<p><a href="https://www.udacity.com/course/intro-to-programming-nanodegree--nd000" target="_blank">freecodecamp</a></p>
<p>Udacity's Intro to Programming is your first step towards careers in Web and App Development,
Machine Learning, Data Science, AI, and more! This program is perfect for beginners.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/WiseCyril">Uchenna Cyril Nnamadim</a> in
Nigeria</p>
</div>
<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
<p>A comprehensive resource for HTML, CSS, Javascript and more.</p>
</div>
<div class="links">
<p><a href="https://www.udemy.com">Udemy</a></p>
<p>
Udemy’s free courses allows users to build custom courses from lessons.
Working with many top professors and schools, the site mixes the customizable platform of other sites with a heavy emphasis
on top quality content. This is another site however, that mixes free and paid content.
</p>
</div>
<div class="links">
<p><a href="https://www.microverse.org/" target="_blank">microverse</a></p>
<p>Microverse is a global school for training software developers remotely at no cost.once an applicant can pass through the assesment stage ,the application will be considered succesful.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/bolajiscott">bolaji ogidan</a> in
Nigeria</p>
</div>
<div class="links">
<p><a href="https://alison.com">Alison</a></p>
<p>
Alison is a free education site offering certification in some areas.
Alison offers courses mainly in business, technology, and health, but also includes language learning courses.
</p>
</div>
<div class="links">
<p><a href="https://ocw.mit.edu/index.htm">MIT OpenCourseWare</a></p>
<p>
MIT offers a variety of free courses. The school has a comparable number of courses to the schools above,
plus includes very in-depth course materials on the subjects available. MIT also offers free RSS feeds, a convenient way to continue learning.
</p>
</div>
<div class="links">
<p><a href="http://oli.cmu.edu/independent-learner-courses/">Carnegie Mellon Open Learning Initiative</a></p>
<p>
Carnegie Mellon’s free online education site is comparable with the other school’s on this list, however, Open
Learning Initiative also covers a smaller range of topics. But for the topics that are covered impressive, in-depth material is available.
</p>
</div>
<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
<p>A comprehensive resource for HTML, CSS, Javascript and more.</p>
</div>
<div class="links">
<p><a href="https://www.twilio.com/quest/mission/28" target="_blank">Twilio</a></p>
<p>
Twilio has a minigame that can teach you to make pull requests on Git!
</p>
<p>
<a class="recommended" href="blog.codinghorror.com">Developer blog with tidbits about code, the industry, and hackathon-style projects.</a>
</p>
</div>
<div class="links>
<p><a href="sabe.io" target="_blank">Learn web development super easily, for free</a></p>
<p> Learn HTML, Css, JavaScript, Vue, React, PHP and much more! </p>
<P>Recommended by
<a class="recommended" href="https:github.com/usinha31">Upasana Sinha</a>in India</p>
</div>
<!-- Paste you code directly above here-->
</div>
</body>
</html>