Loading…
Full Stack Introduction
Building complete web applications — frontend, backend, and everything between
Backend Integration
Connecting your frontend to backend APIs with copy-paste route handlers, request bodies, and curl commands you can run locally
Authentication
JWT and session auth for the App Router — paired route handlers, cookies, and curl commands that carry a session locally
Deployment
Deploying frontend and full-stack applications
Databases & ORMs
SQL, NoSQL, and Prisma ORM in Next.js applications
File Upload & Storage
Client-side uploads, server processing, and cloud storage integration
Real-Time Features
WebSockets, Server-Sent Events, and real-time data patterns