This section is dedicated to amazing learning resources. I personally recommend everything here to anyone
who is interested in similar computer science topics and bridging the gap between low-level and high-level
abstraction.
3Blue1Brown
Also known as Grant Sanderson, 3Blue1Brown is an educator with videos covering important computer
science topics, such as Artificial Neural Networks and important mathematical concepts.
Ben Eater
An educational YouTube lecturer with exceptional videos on 8 bit circuits, microcontrollers, and
software interfacing. The
Arduino Docs
are also very useful for creating projects.
Fabric API Documentation
Documentation for the Fabric API for Minecraft modding. The community groups often help with general
programming or Java.
PyTorch Documentation
User guides and documentation for PyTorch and machine learning. The guides are a great transition
point for transforming AI theory and mathematical concepts into code.
Think Like a Git
A relatively short read that provides background information about Git. It explains how and why the
Version Control System has certain design choices, rather than giving a list of commands to
memorize.