✕ Clear all filters
15 articles
▶ Videos →

📰 Dev.to · Anas Sheikh

15 articles · Updated every 3 hours · View all reads

All Articles 185,567Blog Posts 168,530Tech Tutorials 49,680Research Papers 36,206News 22,888 ⚡ AI Lessons
Your "Validated" Form Checkbox Might Always Be True, Even When It's Unchecked
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 4w ago
Your "Validated" Form Checkbox Might Always Be True, Even When It's Unchecked
Quick check, if you have any Server Action handling a checkbox, a "subscribe to newsletter," an "I...
Next.js Automatically Dedupes fetch() Calls. Your MongoDB Queries Don't Get That for Free.
Dev.to · Anas Sheikh 🔧 Backend Engineering 1mo ago
Next.js Automatically Dedupes fetch() Calls. Your MongoDB Queries Don't Get That for Free.
Here's something that trips up almost everyone moving from a fetch-based API to a direct MongoDB...
Filtering, and Pagination in Next.js 15 The Pattern I Actually Use
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Filtering, and Pagination in Next.js 15 The Pattern I Actually Use
Every dashboard eventually needs the same three things. A search box, a few filters, and pagination...
Rate Limiting and API Security in Next.js 15 The Patterns I Actually Use
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Rate Limiting and API Security in Next.js 15 The Patterns I Actually Use
An API route with no rate limiting works fine right up until someone hits it a thousand times a...
File and Image Uploads in Next.js 15 The Pattern I Actually Use
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
File and Image Uploads in Next.js 15 The Pattern I Actually Use
Uploading a file sounds simple until you actually build it. Validate the file type, check the size...
Authentication in Next.js 15 The Pattern I Use for Every SaaS
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Authentication in Next.js 15 The Pattern I Use for Every SaaS
I used to reach for NextAuth on every project by default. Then I built a few dashboards where I...
MongoDB + Mongoose Patterns I Use in Every Next.js Project
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
MongoDB + Mongoose Patterns I Use in Every Next.js Project
Every MERN project starts the same way. You copy-paste a connectDB function from an old repo. You...
How to Use Prisma with Next.js 15 — Complete Setup Guide
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Use Prisma with Next.js 15 — Complete Setup Guide
Prisma is the best ORM for Next.js projects. Type-safe queries, auto-generated types, clean...
Node.js for Frontend Developers — What Nobody Explains
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
Node.js for Frontend Developers — What Nobody Explains
I spent 4 years as a frontend developer before learning Node.js. Everything confused me at...
Build Authentication in Next.js 15 From Scratch — No Libraries
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
Build Authentication in Next.js 15 From Scratch — No Libraries
Everyone reaches for NextAuth immediately. But if you want to understand how authentication actually...
How I Structure Next.js 15 API Routes for Production SaaS Apps
Dev.to · Anas Sheikh 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
How I Structure Next.js 15 API Routes for Production SaaS Apps
Most Next.js API route tutorials show you the basics. Nobody shows you how to structure them for a...