Tools

Table of Contents

  1. Tool Documentation
    1. Engineering
    2. Programming Languages
      1. Python
      2. Golang
      3. Java
    3. Machine Learning
      1. Probabilistic Machine Learning
      2. Deep Dives
    4. Web Development
      1. Svelte
      2. Vue
      3. React
    5. Creative Coding

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

Creative Coding