Articles
Unpacking the strategies, challenges, and breakthroughs in software development, project management, and cloud technology.
Three.js Portfolio Website for a Software Engineer
May 10, 2026
Build log for the coffey.codes redesign. The old homepage was a wall of copy nobody read; the new one is a Three.js scroll experience built with React Three Fiber and GSAP. Includes the video walk-through.
Production-grade CI/CD with Next.js/Vercel and GitHub Actions
Apr 24, 2026
A journey into hardening your Next.js deployment pipeline. Learn how to connect GitHub Actions, Vercel Preview Deployments, and Playwright to save time and prevent broken builds from hitting production.
Implementing Localization in a Next.js App
Feb 26, 2026
A guide on how to implement localization in a Next.js app to support multiple languages using i18next and react-i18next.
Fixing Broken Dynamic Routes After Upgrading to Next.js 16
Feb 1, 2026
Learn how to fix the common async params breaking change in Next.js 15+ that breaks dynamic routes, and understand why this change makes your apps more resilient.
Dealing with Slow Android Emulators in Flutter Development
Apr 16, 2025
Understand why Android emulators can be slow and learn how to optimize their performance, especially during AVD creation for Flutter projects.