API Routes
3 videos across 3 channels
From Next.js ecosystems embracing Vite-powered routes to fast, Python-driven APIs with FastAPI, API routing emerges as the backbone of modern apps. The videos explore how to wire endpoints with performant routing (including V-Next in Next.js), design modular API structures with routers and schemas, and implement robust, type-safe error handling across layers. Expect practical guidance on deployment, middleware, and choosing between static vs dynamic rendering, plus hands-on patterns for scalable API routes across stacks.

Vite's Next.js Killer Just Dropped
The video investigates using V-Next (a Vite-based approach) inside a Next.js app, showing how to install it, initialize

FastAPI Crash Course - Modern Python API Development
The video is a rapid, hands-on FastAPI crash course that walks through building a CRUD API for an issue tracker. It cove

How To Handle Errors Like A Senior Dev
The video critiques naive, ad-hoc error handling and redirects in a Next.js/TypeScript app and walks through building a