this is a pretty long post on how to truly understand react. i've finally decided to sit down, take a deep breath, and read through the original documentation as well as the source code of react. sometimes, what it takes to comprehend something is simply the willingness to do the tedious task of reading code and asking lots of questions.
a comprehensive guide on building applications using the modern tech stack including TypeScript, NodeJS, GraphQL, Prisma, Postgres, NextJS, React, and Relay. and some notes on how to learn things you're not familiar with in a short amount of time.
understanding the fundamentals of neural networks by building one from scratch
exploring the architecture and applications of CNNs in image processing
implementation of kNN from scratch in Python