Browsing Tag
nextjs
196 posts
How I Made My AI CSV Import Pipeline Reliable by Adding Validation Layers 🚀
This is a submission for DEV’s Summer Bug Smash: Smash Stories powered by Sentry. When building AI-powered applications,…
Streaming Long AI Jobs to the Browser: SSE Patterns From Building an Audit Tool
The first version of the spectr-ai web frontend had a spinner. You uploaded a contract, the spinner spun,…
How I Built a Peptide Dosage Calculator with Next.js — and Why SSR Matters More Than You Think
A researcher spends 30 seconds doing peptide math before every injection. I built a tool that does it…
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…