Articles in category "Web Development"
← Back to all articlesThree.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.
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.
Building Interactive 3D Experiences with React Three Fiber
Mar 29, 2025
Learn how to create captivating 3D experiences on the web by combining the power of Three.js with React using React Three Fiber.
Preventing Unnecessary Re-Renders in React Applications
Mar 27, 2025
Learn essential strategies to optimize your React applications by preventing unnecessary re-renders. This guide covers techniques to keep your components efficient and your app responsive.