Quick note: this is all an active work in progress! I’ve only started putting notes here towards the end of January 2024, so this is all (as to be expected) a bit unorganized. It should be more legible / curated by the end of February

Welcome to the website where I store my reference notes for some books I’ve read / topics I’m learning about.

My typical process is as follows: read book write notes apply synthesize reference notes

If you’re using any of these notes as reference material (sweet!), then do consider implementing relevant projects- that’s the best way to cement your learnings. I’ve included relevant projects I’ve done as well as other sample projects/use cases for each of these categories.

I also feel the need to note that absolutey note of the content on this website was generated with the use of a large language model.

Fundamentals

  1. Designing Data Intensive Applications: rundown of the famous book
  2. Authentication: all about identity managemenet, auth, and implementation strategies
  3. SQL: using SQL efficiently
  4. Browser Networking: networking, transport/application protocols, browser APIs

Languages

  1. Typescript: strongly typed language which builds on JavaScript
  2. Python3.12 general purpose dynamically typed language

Frameworks

  1. React: extremely popular JavaScript library for building UIs
  2. NextJS: React framework for building full-stack web apps

Machine Learning

  1. Modern DL Fundamentals: core, shared deep learning concepts
  2. Computer Vision: modern computer vision
  3. Natural Language Processing: NLP!
  4. Reinforcement Learning: reinforcement learning
  5. CUDA: programming GPUs

Entrepreneurship

  1. Customer Research (brief)

Frontend / Javascript