» Tag
nextjs
25 postsTips for Building a Developer Portfolio
Key considerations for building a developer portfolio and technical SEO tips.
How Lazy Loading Images Affected My Core Web Vitals
A new design and lazy loading strategy negatively impacted my Core Web Vitals. Learn about the performance drop and solutions.
The PageSpeed mystery: why identical pages scored differently
Why did architecturally identical static pages split into two PageSpeed score groups? An LCP=FCP clue exposes a paint race on slow hardware, fixed by inlining CSS.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comWhy We Pair Next.js with Umbraco 17
A look at how Umbraco 17 and Next.js 16 are combined in a headless architecture, covering the Delivery API and block-based rendering approach.
My Next.js 16 Optimistic UI Broke Under Rapid Clicks
A Next.js 16 useOptimistic checkbox demo looked flawless until rapid clicks exposed a race condition. Fixes cover pending state, cache tags, and error.tsx.
React Compiler in 2026: What It Actually Memoizes
The React Compiler automatically memoizes components, hooks, and callbacks. Learn how to enable it with Next.js.
Migrating WordPress to Sanity + Next.js: A Technical Walkthrough
A four-stage guide to migrating WordPress content into Sanity and Next.js: export, schema mapping, import scripting, and 301 redirects to preserve SEO.
Building a Bulk Video Processing Pipeline with Next.js, BullMQ and FFmpeg
How BatchEdits processes 50 videos in parallel: presigned R2 uploads, BullMQ queue orchestration, FFmpeg silence removal and Whisper-powered caption burning explained.
PSA: Next 14 Caches Your POST Requests and Supabase Queries
Next.js 14 caches POST requests and Supabase queries, potentially causing issues. Check your cache settings to avoid errors.
Building an AI-Powered Reverse Hiring Platform with Next.js and OpenAI
A solo developer shares how they built an anonymous, salary-first reverse hiring platform in three weeks using Next.js, Supabase, and OpenAI embeddings.