Skip to content
jason wong edited this page Aug 17, 2022 · 8 revisions

Beginner Stuff

Berkeley’s CS61a: https://inst.eecs.berkeley.edu/~cs61a/sp20/

Harvard’s CS50: https://www.youtube.com/playlist?list=PLhQjrBD2T382_R182iC2gNZI9HzWFMC_8

100+ Computer Science Concepts: https://www.youtube.com/watch?v=-uleG_Vecis

Pointers: https://www.youtube.com/watch?v=2ybLD6_2gKM

Data Structures and Algorithms

Berkeley’s CS 21b: https://sp21.datastructur.es/

MIT’s 6.006: https://www.youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY

Data Structures and Algorithms in 15 minutes: https://www.youtube.com/watch?v=oz9cEqFynHU

Algorithm Visualizer: https://algorithm-visualizer.org/

Free Stuff

Free from CSUF: http://www.fullerton.edu/it/students/software/

A 48 core 256GB ram server: https://www.fullerton.edu/ecs/cs/resources/labs.php (Under Computer Account)

Github Student: https://education.github.com/pack

Free AWS credits: http://www.fullerton.edu/it/services/software/aws_educate/

Jetbrains Suite with a .edu email: https://www.jetbrains.com/community/education/

Wolfram/Mathematica: http://www.fullerton.edu/nsm/student_resources/wolfram/mathematica.php

APIs: https://rapidapi.com/hub

A bunch of other things: https://free-for.dev/

Free Programming Books: https://drive.google.com/drive/folders/17EFxG26sWlJ9tCaMmaLquybO64aC9CZC?usp=sharing

ACM ICPC Resources: https://www.youtube.com/playlist?list=PLPO7_kXilXFaxUBWm-iPAUL-VESWv-dPm

Web Development Resources

Figma (Design and prototyping): https://www.figma.com/

Coolors (A color palette generator): https://coolors.co/

CSS-Tricks Flexbox Cheat Sheet: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

CSS-Tricks Grid Cheat Sheet: https://css-tricks.com/snippets/css/complete-guide-grid/

SVG Wave Generator: https://getwaves.io/

SVG Background Generator: https://bgjar.com/

Clamp calculator: https://min-max-calculator.9elements.com/

CSS animation generator: https://animista.net/

Postman: https://www.postman.com/

Interview Prep

Tech Interview Handbook: https://www.techinterviewhandbook.org/

Technical interview questions for specific languages/frameworks: https://github.com/DopplerHQ/awesome-interview-questions

Leetcode solutions/explanations: https://neetcode.io/

Misc

Interactive Linear Algebra: http://immersivemath.com/ila/index.html

Compiler Explorer: https://godbolt.org/