SkillDham
SkillDham

Engineering Articles

Explore technical
deep-dive articles

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

Next.js AVIF Optimization RCE: Am I Affected? Patch Guide – SkillDham
9 min read

Next.js AVIF Optimization RCE: Am I Affected? Patch Guide

9/1/2026

nextjssecurityrce

Next.js AVIF optimization RCE affects self-hosted apps on 10.0.0-15.5.23 and 16.0.0-16.3.2. Get the version check, the patch, and today's interim fix.

Read article →
Next.js App Shell Session Data: Is It Safe to Cache? – SkillDham
10 min read

Next.js App Shell Session Data: Is It Safe to Cache?

8/31/2026

nextjscachingpartial-prefetching

Next.js App Shell Session data gets cached per browser after 16.3. Here's exactly what that means for your login, dashboard, and logout routes.

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

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

8/30/2026

nextjssecuritycve

Next.js August 2026 security release fixes two critical RCE bugs - an AVIF flaw and a Windows-only exploit. See if you're affected and how to patch.

Read article →
Fix Use Cache Private Cookies - Confirmed Next.js 16 Bug – SkillDham
8 min read

Fix Use Cache Private Cookies - Confirmed Next.js 16 Bug

8/22/2026

nextjs-16cache-componentsuse-cache

Use cache private cookies breaks on client-side nav in Next.js 16 - a confirmed Vercel bug. Here's the tested fix devs are missing.

Read article →
libreact featureflagsjni crash? The Real Fix for RN 0.82 – SkillDham
7 min read

libreact featureflagsjni crash? The Real Fix for RN 0.82

8/21/2026

react-nativeandroidsoloader

libreact featureflagsjni crash breaks RN 0.82 builds hitting Android's 16KB page-size rule. Here's the real SoLoader and NDK fix that works.

Read article →
Zod 4 React Hook Form Errors Not Showing? Here's Why – SkillDham
11 min read

Zod 4 React Hook Form Errors Not Showing? Here's Why

8/19/2026

zodreact-hook-formreact-native

Zod 4 react hook form errors get silently dropped or thrown as an uncaught ZodError. Here is the exact bug, version pins, and a working fix.

Read article →
PrismaPg idleTimeoutMillis Pool: Why Connections Won't Close – SkillDham
9 min read

PrismaPg idleTimeoutMillis Pool: Why Connections Won't Close

8/18/2026

prismapostgresqlserverless

PrismaPg idleTimeoutMillis pool settings can't stop idle connections in serverless Postgres. Here's why - and how to actually diagnose the leak.

Read article →
React Compiler TanStack Table Bug: The Real Fix – SkillDham
9 min read

React Compiler TanStack Table Bug: The Real Fix

8/16/2026

react-compilertanstack-tablereact-19

React compiler tanstack table issues cause stale headers and broken pagination. Here is the real fix, not just the use no memo escape hatch.

Read article →
Mongoose Populate TypeScript Error - Skip the Assertion Hack – SkillDham
8 min read

Mongoose Populate TypeScript Error - Skip the Assertion Hack

8/15/2026

mongoosetypescriptmongodb

Mongoose populate typescript error? The field still types as ObjectId after populate() runs. Skip the as cast - use this type-safe pattern instead.

Read article →