A list of (free) programming resources that I've collected and want to spent time on
Contributions are welcome, please make an issue or create a Pull Request for suggestions.
- Fast.io - Practical Deep Learning For Coders in 7 weeks.
- Scrimba - A fun and practical introduction to building neural networks with Brain.js.
- Crypto 101 - An introductory course on cryptography as PDF format.
- Practice CTF list - Long list of CTF resources.
- pwnable - Very cool wargame site.
- Hacker101 - A free class for web security including videos and assignments.
- 100 days of algorithms - A series of posts for 100 algorithms posted on Github.
- Immersive linear algebra - Linear algebra book with fully interactive figures.
- Computational linear algebra - Online course using practical examples with python.
- Graphical linear algebra - From matrices to monoids split out in episodes.
- Introduction to functional programming - An introduction using Haskell.
- Functional programming - Functional programming with Clojure course.
- Build your own Lisp - Learn C and build your own programming language.
- Free programming books - Directory of free books to learn basically every programming language.
- The little book about OS development - A book on creating your own operating system.
- Programming design systems - A book on the foundations of graphic design.
- FreeCodeCamp - All kinds of free guides on lots of subjects.
- Build a Simple Database - Writing a sqlite clone from scratch in C