Tools
Table of Contents
Tool Documentation
Before LLMS, one of my professors recommended always having documentation and stackoverflow quickly on hand to reference for debugging and learning new functions that could improve development and code quality. These days I like to use Claude and Gemini to give me an idea of where to look in documentation and stackoverflow which has saved me significant time. That being said, I still like consulting documentation because I can try to understand what a function like einsum, walrus syntax, numpy broadcasting, and goroutine communication work.
Engineering
Programming Languages
Python
Machine Learning
Probabilistic Machine Learning
Deep Dives
Web Development
This includes documentation for HTML, CSS, JavaScript, and some web frameworks
- Mozilla Deveoper Docs
Svelte
- Svelte Tutorial
- Svelte
Vue
- Vue Guide
React