Memory Game: Grid Size & Theme Selection
How the configurable grid sizes and card themes were added to the Memory Game, with a guide on extending both features.
Documenting my learnings and journey. Notes on patterns, bugs, and discoveries along the way.
How the configurable grid sizes and card themes were added to the Memory Game, with a guide on extending both features.
A beginner-friendly walkthrough of the entire Calisthenics-Progression project
An introduction to 80% of the React concepts that you will use on a daily basis
A beginner-friendly walkthrough of the entire Playground project
How to keep a public repo while managing private content like journal entries or portfolio data using Git submodules.
How Math.random() causes SSR hydration errors and the solution using the mounted pattern.
How a Next.js standalone server hit process limits on shared hosting and why static export was the right solution.