freecodecamp.orgHow to Reduce Round Trip Time (RTT) with Next.jsHave you ever wondered why some websites load almost immediately and others leave you looking at a blank screen, even when your internet connection is fast? In some cases, your internet speed may not be the issue. It is usually because of Round Trip ...Nov 6, 2025·11 min read
chukwudinweze.hashnode.devBuilding Scalable, Type-Safe Modals with Zustand and Shadcn UI in ReactManaging multiple modals in large-scale React or Next.js applications can be challenging, especially when modals are triggered from various components, carry dynamic data, support forms, or require state updates. This article outlines a scalable, mai...Jul 28, 2025·7 min read
chukwudinweze.hashnode.devHow to Fix 403 Forbidden Errors When Deploying Next.js Static Exports on IISDeploying a Next.js 14 static export application to Microsoft Internet Information Services (IIS) can be challenging, especially when transitioning from a containerized environment like Azure or SUSE Rancher to a Windows Server with IIS. This article...Jun 29, 2025·7 min read
chukwudinweze.hashnode.devA Deep Dive into Reusable component , Conditional and Dynamic Styling in NextjsIntroduction Imagine you have been assigned the task of developing a user interface that integrates buttons and icons of varying sizes. Your objective is to duplicate a given button or icon into three distinct sizes—small, medium, and large. Furtherm...Nov 26, 2023·12 min read
chukwudinweze.hashnode.devPrisma ORM with MongoDB in NextjsFrontend development has undergone significant changes over the years, transitioning from simple DOM manipulation with jQuery to the implementation of full-stack applications using modern frameworks such as Next.js. While it empowers frontend develop...Nov 4, 2023·13 min read