Browsing Tag
nextjs
190 posts
Taking a break helped me get back to my side project
I stopped posting for a while because college exams took most of my time. Before exams, I had…
Building a Type-Safe API Layer in Next.js App Router With Zod and Server Actions
Server Actions in Next.js App Router look deceptively simple — write an async function, mark it with 'use…
Qisquiz: A Quiz App for Learning Qiskit v2.X
Qisquiz: A Quiz App for Learning Qiskit v2.X I recently built Qisquiz, a quiz-based learning app for people…
How I Fixed Next.js Serialization Errors in Payload CMS v3 by Building a Custom Icon Picker
If you’ve recently migrated to Payload CMS v3, you’re probably loving the deep integration with Next.js and the…
Building an Image to Image AI Editor That Actually Ranks: A Performance & SEO Post-Mortem
I run image2image.ai – an AI image editor that lets users transform photos by describing what they want…
I built PhysioFlow — clinic software for Indian physiotherapists, solo in a week
A physiotherapist asked me a simple question a couple of months ago: “Can you build something to run…
RSC Component Architecture, Next.js Dev MCP, Interactive Apps Guide, React Doctor, Bklit UI, Chat SDK Community Agent, Prefetch App Shells
Component Architecture for React Server Components Traces the evolution from useEffect to React Query to route-level loaders to…
A closer look at partial prerendering
Partial prerendering replaces the old binary model of rendering. Before, there were 2 cases. Either the entire route…
Quinze lignes de Proxy pour qu’un SDK ne casse plus mon CI
Le vendredi où Vercel a refusé mon merge Vendredi 10 avril, fin d’après-midi. Je merge sur main une…
Why Your Nextjs UI Flickers: TanStack Query vs useEffect
A page can load quickly and still feel unstable. That usually happens when the initial render strategy is…