Technical Resources I've Learned From
Here are some things I've learned from in the past. Most of them are free!
Blogs
- Julia Evans - Great articles on a variety of technical topics and creativity awesomeness
- Mike Shah - C++ and learning programming techniques
- Robert Nystrom - Programming languages and type systems among other cool stuff
Books
- Designing Data-Intensive Applications by Martin Kleppmann - Exactly what it says :)
- All books by Julius Smith - Excellent DSP learning resources from an OG
- Crafting Interpreters by Robert Nystrom - Understanding interpreters and about compilers
Other
- fast.ai - beautiful courses on ML from top to bottom. I learned as much about teaching pedagogy as I learned about neural nets taking these courses.
- 3blue1brown - beautiful intuitive visual explanations of mathematics relating to CS and physics including Fourier Transforms