SkillDham
SkillDham

Engineering Articles

Explore technical
deep-dive articles

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

Prisma vs Drizzle - Which ORM for Next.js in 2026 – SkillDham
11 min read

Prisma vs Drizzle - Which ORM for Next.js in 2026

5/5/2026

nextjsprismadrizzle

Prisma vs Drizzle - which ORM should you use for your Next.js app in 2026? Real comparison with code, performance differences, and when each one actua

Read article →
Next.js API Routes vs Express - When to Use Which – SkillDham
11 min read

Next.js API Routes vs Express - When to Use Which

5/4/2026

nextjsnodejsexpress

Next.js API routes vs Express - which one should you actually use? Learn the real differences, when each one breaks down, and how to decide for your p

Read article →
Frontend Interview Failed? What I Learned in 8 Years – SkillDham
12 min read

Frontend Interview Failed? What I Learned in 8 Years

5/2/2026

frontendinterviewjavascript

Frontend interview tips that actually work. Real lessons from failing and clearing MNC rounds - not theory, straight from 7 years of experience.

Read article →
JavaScript Array Methods Every Developer Must Know – SkillDham
10 min read

JavaScript Array Methods Every Developer Must Know

4/29/2026

javascriptarraysbeginners

JavaScript array methods explained with real code examples. Learn map, filter, reduce, find, and more - the wrong and right way every developer should

Read article →
React Native Firebase Notifications Not Working? Fix It – SkillDham
8 min read

React Native Firebase Notifications Not Working? Fix It

4/26/2026

react-nativefirebasefcm

React Native Firebase notifications not working in production? Fix token registration, Android manifest, Notifee setup, and the auth timing bug most t

Read article →
Frontend Interview Tips That Actually Work in 2026 – SkillDham
9 min read

Frontend Interview Tips That Actually Work in 2026

4/25/2026

frontendinterviewjavascript

Frontend interview tips that actually work at product companies. Learn what interviewers test, how to explain basics clearly, and why most developers

Read article →
How to Build an MCP Server and Connect It to Claude – SkillDham
9 min read

How to Build an MCP Server and Connect It to Claude

4/22/2026

javascriptainodejs

How to build an MCP server in Node.js and connect it to Claude Desktop. Step by step tutorial with real code - read a live database and get accurate A

Read article →
React useEffect Not Working? 7 Reasons and Fixes – SkillDham
11 min read

React useEffect Not Working? 7 Reasons and Fixes

4/21/2026

reactuseeffecthooks

React useEffect not working as expected? Learn the 7 most common reasons why useEffect fails to run, runs too often, or breaks your app, with real cod

Read article →
How to Add AI Chat to a React Native App - Code Walkthrough – SkillDham
12 min read

How to Add AI Chat to a React Native App - Code Walkthrough

4/18/2026

react-nativeaijavascript

How to add AI chat to a React Native app using Groq, pgvector and OpenAI embeddings? Full code walkthrough of the RAG system I built inside Munshi - 4

Read article →