SkillDham
SkillDham

Engineering Articles

Explore technical
deep-dive articles

Free engineering articles covering React, Next.js, CSS, JavaScript and more. No signup required.

TypeScript 7 Broke ESLint & ts-jest: The Real Fix – SkillDham
8 min read

TypeScript 7 Broke ESLint & ts-jest: The Real Fix

8/4/2026

typescript-7eslintts-jest

TypeScript 7 broke ESLint with an ERESOLVE conflict and a Cjs crash. Here is the exact pin-and-alias fix, tool by tool, before you lose an afternoon t

Read article →
Fix Prisma Studio Pipe Error After Upgrading to v7 – SkillDham
8 min read

Fix Prisma Studio Pipe Error After Upgrading to v7

8/2/2026

prismaprisma-7nodejs

Prisma studio pipe error hits Windows, Mac, and NestJS after upgrading to v7. Here's the real cause and the fix that actually stops it.

Read article →
Next.js 16 cacheComponents Build OOM: The Real Fix – SkillDham
8 min read

Next.js 16 cacheComponents Build OOM: The Real Fix

7/30/2026

nextjs-16cachecomponentsvercel

Next.js 16 cacheComponents build crashes with SIGKILL OOM or RangeError. Here is the exact source map and generateStaticParams fix.

Read article →
MongoDB attachDatabasePool Vercel - Docs Only Show Postgres. – SkillDham
8 min read

MongoDB attachDatabasePool Vercel - Docs Only Show Postgres.

7/27/2026

mongodbvercelfluid-compute

MongoDB attachdatabasepool vercel setup - working code for the native driver and Mongoose via getClient(), plus real pool sizing.

Read article →
Fix Next.js 16.2.6 Bfcache Back-Button Freeze – SkillDham
8 min read

Fix Next.js 16.2.6 Bfcache Back-Button Freeze

7/26/2026

nextjsapp-routerbfcache

Next.js 16.2.6 bfcache bug freezes scripts after back navigation. The exact repro, the pageshow fix, and when to pin back to 16.2.5 instead.

Read article →
Fix TypeScript 7 Next.js Error With useTypeScriptCli – SkillDham
7 min read

Fix TypeScript 7 Next.js Error With useTypeScriptCli

7/25/2026

typescript-7nextjsbuild-errors

TypeScript 7 next.js error stops next build cold until you flip on useTypeScriptCli. Here's the exact fix, plus the CI trap that breaks Vercel builds.

Read article →
Next.js Middleware Proxy Bypass - CVE-2026-64642 Fix – SkillDham
8 min read

Next.js Middleware Proxy Bypass - CVE-2026-64642 Fix

7/23/2026

nextjssecuritymiddleware

Next.js middleware proxy bypass CVE-2026-64642 hits App Router + Turbopack + single-locale i18n on 16.x. Check your version, upgrade, and the interim

Read article →
Next.js July 2026 Security Release: Am I Affected? – SkillDham
8 min read

Next.js July 2026 Security Release: Am I Affected?

7/22/2026

nextjssecuritycve

Next.js July 2026 security release patches 9 CVEs in App Router, Server Actions, and Middleware. Check each one against your own code with grep comman

Read article →
npm Supply Chain Attack: Is Your Lockfile Infected – SkillDham
7 min read

npm Supply Chain Attack: Is Your Lockfile Infected

7/21/2026

npmsecuritysupply-chain-attack

npm supply chain attack hit @asyncapi and jscrambler in July 2026. Grep your lockfile in 30 seconds and see if you're exposed.

Read article →