This repository was archived by the owner on Feb 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathresources.html
More file actions
656 lines (643 loc) · 26.3 KB
/
Copy pathresources.html
File metadata and controls
656 lines (643 loc) · 26.3 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
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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
---
layout: default
title: Resources
permalink: /resources/
subtitle: "Not sure how to get started? Explore the list of resources available to you"
image: "https://assets.revolutionuc.com/website-images/2023/photos/4x/resources.png"
useContainer: false
description: Not sure how to get started at RevolutionUC? Explore the list of resources available to you
---
<div class="container container--links section">
{% if site.data.resources.mentors.length %}
<!-- <div class="resources-section card columns-6">
<h3 class="resources--card-header header-top">Mentors</h3>
<table class="resources-table">
<thead>
<th>Names</th>
<th>Expertise</th>
<th>Discord username</th>
</thead>
<tbody>
<tr>
<td>
<b>Robert'); DROP TABLE Students;--</b>
</td>
<td>Hacking nasa</td>
<td>@xkcd327</td>
</tr>
</tbody>
</table>
</div> -->
{% endif %}
<div class="resources-section card">
<br />
<h3 class="resources--card-header header-top">Links!</h3>
<div class="accordion">
<details>
<summary>FREE courses to get you started with programming</summary>
<div class="accordion__content">
<ul>
<li>
<a
href="https://www.freecodecamp.org/"
target="_blank"
rel="noopener noreferrer"
>Free Code Camp</a
>
- Free Code Camp is a free online community that helps you learn
to code by building projects. Coders who complete a Free Code Camp
certificate also get to partner with nonprofits to build
applications and gain practical experience. Through its various
blog posts, videos, and tutorials, FreeCodeCamp impacts millions
of learners worldwide
</li>
<li>
<a
href="https://www.theodinproject.com/"
target="_blank"
rel="noopener noreferrer"
>The Odin Project</a
>
- The Odin Project is a free, open source, and 100% online web
development curriculum. The Project emphasizes a hands-on learning
approach to provide learners with practical and comprehensive
knowledge, including both front-end and back-end technologies,
version control (Git), command lines, and even career tips.
</li>
<li>
<a
href="https://cs50.harvard.edu/x/2022/"
target="_blank"
rel="noopener noreferrer"
>CS50x</a
>
- CS50 is the Computer Science introductory course at Harvard
University, now available online through both Edx and YouTube.
With high-quality video lectures, Cs50x teaches fundamental
computer-science concepts including data structures, algorithms,
computer security, and artificial Intelligence using multiple
languages like C, Python, SQL, and JavaScript.
</li>
</ul>
</div>
</details>
<details>
<summary>Enhance your skills with YOUTUBE videos</summary>
<div class="accordion__content">
<h4>Learn Web Dev:</h4>
<ul>
<li>
<a
href="https://www.youtube.com/traversymedia"
target="_blank"
rel="noopener noreferrer"
>Traversy Media</a
>
- Brad Traversy is one of the leading tutorial makers in the web
development YouTube community. The channel features detailed and
beginner-friendly web development and programming tutorials for
many of the latest web technologies, including NodeJs, React,
Svelte, or Notion API.
</li>
<li>
<a
href="https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA"
target="_blank"
rel="noopener noreferrer"
>Fireship</a
>
- Fireship's videos are often succinct, fast-paced, and jam-packed
with useful information. Suitable for advanced beginners looking
to master complex framework and create more complex projects
</li>
</ul>
<h4>Learn Game Dev:</h4>
<ul>
<li>
<a
href="https://www.youtube.com/channel/UCG08EqOAXJk_YXPDsAvReSg"
target="_blank"
rel="noopener noreferrer"
>Unity</a
>
- Unity software, one of the most popular platforms to develop
games on, has their own YouTube channel to help hackers like you
get started and gain helpful insights required develop the game
you want!
</li>
<li>
<a
href="https://www.youtube.com/user/Brackeys/"
target="_blank"
rel="noopener noreferrer"
>Brackeys</a
>
- Brackeys is on the best Unity content creator on YouTube, with
top-quality game development tutorials on everything from Unity
and programming to game design. Although Brackets has retired from
YouTube, his content still holds immense value to this day
</li>
<li>
<a
href="https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ"
target="_blank"
rel="noopener noreferrer"
>GDQuest</a
>
- GDQuest is another great game development YouTuber with content
specialized on Godot - the free and open source game engine
</li>
</ul>
<h4>Learn Embedded Hardware / Hack IoT:</h4>
<ul>
<li>
<a
href="https://www.youtube.com/user/greatscottlab"
target="_blank"
rel="noopener noreferrer"
>Great Scott!</a
>
- GreatScott!’s channel is great for looking at and learning from
his hardware-based projects! His videos are extremely entertaining
and highly informative. Delve into the IoT/embedded hardware world
and come up with cool IoT hacks!
</li>
<li>
<a
href="https://www.youtube.com/c/learnelectronics"
target="_blank"
rel="noopener noreferrer"
>Learn Electronics</a
>
- LearnElectronics is a channel focused on IoT devices and the
projects discussed and reviewed would inspire you to make your own
ideas.
</li>
</ul>
<h4>Other topics</h4>
<ul>
<li>
<a
href="https://www.youtube.com/c/ProgrammingKnowledge/playlists"
target="_blank"
rel="noopener noreferrer"
>Programming Knowledge</a
>
- ProgrammingKnowledge has a large number of playlists for a
variety of technologies like Machine Learning, Linux, VMware as
well as basic programming languages ranging from Java, Python, C,
C++, PHP!
</li>
</ul>
</div>
</details>
<details>
<summary>PROJECT ideas and instructions</summary>
<div class="accordion__content">
<ul>
<li>
<a
href="https://automatetheboringstuff.com/"
target="_blank"
rel="noopener noreferrer"
>Automating the boring stuff with Python</a
>
- an ebook full of beginner-friendly project ideas and
instructions composed by Al Sweigart. Although the book was
written specifically for Python learners, look to learn how to
re-create the same programs using another favourite language of
your choice!
</li>
<li>
<a
href="https://robertheaton.com/2018/12/08/programming-projects-for-advanced-beginners/"
target="_blank"
rel="noopener noreferrer"
>Programming projects for advanced beginners</a
>
- a series of guided projects and instructions written by Robert
Heaton. You will learn to write complex programs that play games,
paint pictures, and run artificial intelligences. And these
project ideas can be completed in any programming languages,
including C++, Ruby, or Python.
</li>
<li>
<a
href="https://www.youtube.com/channel/UCcabW7890RKJzL968QWEykA"
target="_blank"
rel="noopener noreferrer"
>CS50x YouTube channel</a
>
- The CS50x curriculum is full of small projects you can implement
to reinforce your programming mastery. The YouTube Channel also
have amazing playlists including project walkthroughs and guides
for the Web, Android, and Game track
<ul>
<li>
<a
href="https://www.youtube.com/playlist?list=PLhQjrBD2T382xHP1dYqfF6kRqL7xBTQNJ"
target="_blank"
rel="noopener noreferrer"
>CS50 Web development tutorial series</a
>
</li>
<li>
<a
href="https://www.youtube.com/playlist?list=PLhQjrBD2T381qULidYDKP55-4u1piASC1"
target="_blank"
rel="noopener noreferrer"
>CS50 Android development tutorial series</a
>
</li>
<li>
<a
href="https://www.youtube.com/playlist?list=PLhQjrBD2T382mHvZB-hSYWvoLzYQzT_Pb"
target="_blank"
rel="noopener noreferrer"
>CS50 Game development tutorial series</a
>
</li>
</ul>
</li>
<li>
<a
href="https://github.com/danistefanovic/build-your-own-x"
target="_blank"
rel="noopener noreferrer"
>Build Your Own</a
>
is a colloborative effort to help developers gain deeper
understandings through project-based learning by creating their
own versions of popular technologies
<div class="resources-row">
<div class="columns-6">
<ul>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-3d-renderer"
>3D Renderer</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-augmented-reality"
>Augmented Reality</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-bittorrent-client"
>BitTorrent Client</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-blockchain--cryptocurrency"
>Blockchain / Cryptocurrency</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-bot"
>Bot</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-command-line-tool"
>Command-Line Tool</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-database"
>Database</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-docker"
>Docker</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-emulator--virtual-machine"
>Emulator / Virtual Machine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-front-end-framework--library"
>Front-end Framework / Library</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-game"
>Game</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-git"
>Git</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-network-stack"
>Network Stack</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-neural-network"
>Neural Network</a
>
</li>
</ul>
</div>
<div class="columns-6">
<ul>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-operating-system"
>Operating System</a
>
</li>
<li>
<a
target="_blank"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-physics-engine"
>Physics Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-programming-language"
>Programming Language</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-regex-engine"
>Regex Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-search-engine"
>Search Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-shell"
>Shell</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-template-engine"
>Template Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-text-editor"
>Text Editor</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-visual-recognition-system"
>Visual Recognition System</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-voxel-engine"
>Voxel Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-web-search-engine"
>Web Search Engine</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#build-your-own-web-server"
>Web Server</a
>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/danistefanovic/build-your-own-x#uncategorized"
>Uncategorized</a
>
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</details>
<details>
<summary>Produce faster with STARTER KITS</summary>
<div class="accordion__content">
<h4>Boilerplate for Node.js Applications</h4>
<p>
Resource Link:
<a
href="https://github.com/sahat/hackathon-starter"
target="_blank"
rel="noopener noreferrer"
>github.com/sahat/hackathon-starter</a
>
<br />
Live Demo:
<a target="_blank" href="https://hackathon-starter.walcony.com/"
>hackathon-starter.walcony.com</a
>
</p>
<p>
If you have attended any hackathons in the past, then you know how
much time it takes to get a project started: decide on what to
build, pick a programming language, pick a web framework, pick a
styling framework. A while later, you might have an initial project
up on GitHub and only then can other team members start
contributing.
</p>
<p>
The primary focus is on simplicity and ease of use. The owner of
this project also tried to make it as generic and reusable as
possible to cover most use cases of hackathon web apps, without
being too specific.
</p>
</div>
</details>
<details>
<summary>Learn even more courses with MOOC Platforms</summary>
<div class="accordion__content">
<p>
A massive open online course (MOOC) is an online course aimed at
unlimited participation and open access via the web. In addition to
traditional course materials, such as filmed lectures, readings, and
problem sets, many MOOCs provide interactive courses with user
forums or social media discussions to support community interactions
among students, professors, and teaching assistants (TAs), as well
as immediate feedback to quick quizzes and assignments.
</p>
<p>
<strong>Note: </strong>MOOCs are great for learning. However,
be careful to not submit code from the tutorials/courses. MOOCs
should be used solely for learning. <br />
</p>
<ul>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.coursera.org/"
>
Coursera:
</a>
You can learn something new anytime, anywhere. Hundreds of
free courses give you access to on-demand video lectures, homework
exercises, and community discussion forums. Paid courses provide
additional quizzes and projects as well as a shareable Course
Certificate upon completion.
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.edx.org/"
>
edX:
</a>
Supporting learners at every stage, whether entering the
job market, changing fields, seeking a promotion or exploring new
interests, edX delivers courses for curious minds on topics
ranging from data and computer science to leadership and
communications. edX is where you go to learn.
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.udemy.com/"
>
Udemy:
</a>
Udemy is the leading global marketplace for teaching and
learning, connecting millions of students to the skills they need
to succeed. By connecting students all over the world to the best
instructors, Udemy is helping individuals reach their goals and
pursue their dreams.
</li>
<li>
<a
href="https://www.linkedin.com/learning"
target="_blank"
rel="noopener noreferrer"
>
Lynda/LinkedIn Learning:
</a>
Lynda.com is a leading online learning platform that helps
anyone learn business, software, technology and creative skills to
achieve personal and professional goals. Through individual,
corporate, academic and government subscriptions, members have
access to the Lynda.com video library of engaging, top-quality
courses.
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://aws.amazon.com/training/"
>
Amazon AWS Training:
</a>
AWS Training and Certification helps you build and validate
your cloud skills so you can get more out of the cloud. Our
content is built by experts at AWS and updated regularly to keep
pace with AWS updates, so you can be sure you’re learning the
latest and keeping your cloud skills fresh.
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://docs.microsoft.com/en-us/learn/"
>
Microsoft Learn:
</a>
Microsoft Learn is a free, online training platform that
provides interactive learning for Microsoft products and more. Our
goal is to help you become proficient on our technologies and
learn more skills with fun, guided, hands-on, interactive content
that's specific to your role and goals.
</li>
</ul>
</div>
</details>
</div>
</div>
</div>