*
Blogs
I write about what i learn and do, (trynna embody the Feynman technique) maybe sometimes I will write blogs on random stuff
Ref callbacks and cleanups (React)
8/10/2025
React 19 ref callback cleanups simplify DOM handling and replace many useEffect patterns.
Log structured vs Page oriented storage
8/4/2025
Log structured vs page oriented storage
Using multiple forms through a single form provider (React Hook Form)
6/9/2025
Nesting <FormProvider/> in React Hook Form doesn't work, using a custom form provider instead