Middleware
5 videos across 2 channels
Middleware acts as a programmable layer that intercepts and transforms requests as they flow through a web app, enabling tasks like authentication, header manipulation, CORS handling, and request logging. The included videos illustrate its practical use across stacks: from edge-ready hooks that read Cloudflare context and modify responses, to Express and FastAPI patterns for routing, error handling, and modular composition, and even middleware-driven protections in server actions with Next.js. Together, they show how middleware unlocks security, performance, and developer ergonomics across environments.

Next.js on Cloudflare: Deploy to the Edge with a Single git push
The video walks through bootstrapping a Next.js app and deploying it to Cloudflare’s edge with Openext, using a simple g

Express Crash Course
This video is an updated Express.js crash course that introduces Express as a minimal, unopinionated Node.js framework f

Create A Booking App From Scratch | React, Next.js, Appwrite, Tailwind
The video walks through building a 4-hour booking app with Next.js and AppRight, covering UI setup, authentication, and

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