Technical articles on software engineering, system design, and things I find worth sharing.

Use GoRouter with GetX without Bindings in Flutter Web. Learn how to inject controllers, pass route params, avoid duplicates, and support deep linking safely.

Next.js crashed with “JavaScript heap out of memory” during next dev. The cause was Turbopack caching and Tailwind v4 scanning. This post explains the root cause and the simple fixes that stopped it.