SkillDham
SkillDham

Engineering Articles

Explore technical
deep-dive articles

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

nodejs OOMKilled kubernetes max-old-space-size Fix – SkillDham
9 min read

nodejs OOMKilled kubernetes max-old-space-size Fix

6/22/2026

nodejskubernetesdocker

nodejs OOMKilled kubernetes max-old-space-size set correctly but pod still crashes? Here's the Buffer trap and the new flag that actually fixes it.

Read article →
LangChain v1 Custom Memory Migration: What Actually Breaks – SkillDham
10 min read

LangChain v1 Custom Memory Migration: What Actually Breaks

6/21/2026

langchainlanggraphai-agents

LangChain v1 custom memory migration breaks AgentExecutor setups built on Postgres or Cosmos DB. Here's the exact checkpointer fix, with working code.

Read article →
Node 24 Native Module Docker Build Fails? Here's the Fix – SkillDham
11 min read

Node 24 Native Module Docker Build Fails? Here's the Fix

6/20/2026

nodejsdockerbackend

Node 24 native module Docker build fails because better-sqlite3, sharp and bcrypt lost prebuilt binaries. Here's the exact multi-stage Dockerfile fix.

Read article →
Vercel AI SDK v5 useChat Not Streaming? 5 Exact Fixes – SkillDham
10 min read

Vercel AI SDK v5 useChat Not Streaming? 5 Exact Fixes

6/14/2026

vercel-ai-sdkusechatstreaming

Vercel AI SDK v5 useChat not streaming after migrating from v4? Here are 5 exact causes with working code - Next.js, Express, React.memo, setChat, and

Read article →
Drizzle Nested Query Reverse Relation Error Fix – SkillDham
8 min read

Drizzle Nested Query Reverse Relation Error Fix

6/13/2026

drizzle-ormpostgresqlrelational-queries

Drizzle nested query reverse relation errors throw a Postgres LATERAL error 3 levels deep. Here's why it happens - and two working fixes.

Read article →
Express 5 Missing Parameter Name? 6 Route Fixes – SkillDham
9 min read

Express 5 Missing Parameter Name? 6 Route Fixes

6/8/2026

expressnodejspath-to-regexp

Express 5 missing parameter name crash after upgrading? Here is every broken route pattern mapped to its exact v5 fix - wildcards, optionals, and rege

Read article →
AI SDK v6 migration - 3 Changes That Break Silently – SkillDham
11 min read

AI SDK v6 migration - 3 Changes That Break Silently

6/4/2026

ai-sdkvercel-ai-sdknextjs

AI SDK v6 migration breaking your useChat or streamText? Here are the exact fixes for async convertToModelMessages, strict schemas, and tool parts.

Read article →
Next.js use cache Not Working? Why It Silently Fails – SkillDham
11 min read

Next.js use cache Not Working? Why It Silently Fails

6/3/2026

nextjsuse-cachecache-components

Next.js use cache not working after the 16 upgrade? The 3 silent failure modes - wrong placement, runtime APIs, the revalidateTag trap - with fixes.

Read article →
Node Enum Not Supported? Fix It in Node 24 – SkillDham
9 min read

Node Enum Not Supported? Fix It in Node 24

6/1/2026

nodejstypescripttype-stripping

Node enum not supported when you run node app.ts in Node 24? Here is why type stripping breaks your enums, plus 3 working fixes with real code.

Read article →