Blog

Thoughts on web development, technology, and life.

Critical Race Condition Pattern in MobX

Understanding and preventing a common bug where concurrent async operations in MobX stores can lead to stale object references, causing silent state update failures.

·5 min read
231
mobxreacttypescript

Building My Portfolio with Next.js 14

A technical deep-dive into how I built this portfolio website using Next.js 14, App Router, TypeScript, CSS Modules, and integrated analytics with PostHog and Upstash.

·5 min read
82
next.jsreacttypescript