Development·February 21, 2026·3 min readWhy I Switched from Zustand to JotaiThe reasons behind migrating state management libraries, the process, and what changedZustandJotaistate managementReact
Development·January 31, 2026·3 min readTwo Years with Server Components: Honest ThoughtsAn honest retrospective on using React Server Components in production for two yearsReactServerComponentsNext.jsfrontend
Development·January 10, 2026·4 min readHow React 19's use() Hook Changed My Data Fetching PatternsOne hook eliminated the entire useEffect + useState combo for meReactuse HookData FetchingFrontend
Development·January 3, 2026·3 min readLessons from Migrating My Blog to Next.js 16The struggles and insights from upgrading from Next.js 14 to 16Next.jsmigrationReactfrontend
Development·July 25, 2025·3 min readReact Server Actions: Pitfalls I Hit in ProductionServer Actions looked simple. Then I actually used them.ReactServer ActionsNext.js