Browsing Tag
nextjs
193 posts
Designing K-Saju: turning a traditional birth-chart system into a lightweight K-culture web product
Designing K-Saju: turning a traditional birth-chart system into a lightweight K-culture web product I recently shipped the first…
Behind the Curtain: APE-QIL QUANTUM SUPREME OCTOPUS and the 3-Tier Sovereign Auth Pipeline
Most API authentication I’ve seen in production follows the same pattern: a single apiKey check at the top…
I built a free before/after image slider on Cloudflare Workers (to show off my game mods)
I make graphics mods for Oblivion Remastered. My most-downloaded one, Lumiere, adds hundreds of lights across the world…
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…