· software
My go-to patterns for full-stack/frontend projects
Patterns I Reach for on Almost Every Project After working on quite a few frontend and full‑stack projects mostly React + TypeScript + some flavour of server/b...
Patterns I Reach for on Almost Every Project After working on quite a few frontend and full‑stack projects mostly React + TypeScript + some flavour of server/b...
TanStack Query is excellent at fetching and caching server state, but managing cache keys manually can lead to inconsistencies, scattered invalidation logic, an...
The Problem We've all been there: you set up Module Federation, split your app into micro‑frontends, and suddenly your Zustand store updates in one module but...
The Backend Services We have a very simple architecture for this project. - Supabase as BaaS handles authentication, session management, etc. - Express handles...