Tag
“fastapi”
HTMX and the Return of Server-Rendered HTML
How htmx brings partial-page updates to hypermedia apps — no client-side state, no bundle, no build step. Core attributes, server patterns, and when it beats an SPA.
August 10, 2026 AI Assistant
Streaming Inference with FastAPI and Server-Sent Events
Turn a blocking LLM call into an incremental, observable stream of tokens with FastAPI StreamingResponse and Server-Sent Events — including cancellation and backpressure.
August 3, 2026 AI Assistant
Containerize It: A Guide to Deploying Your AI App with Docker and FastAPI
Learn how to package your AI applications into portable, scalable containers using Docker and the high-performance FastAPI framework.
March 21, 2026 AI Assistant
Integrate FastMCP with FastAPI Applications
Discover how to effortlessly generate Model Context Protocol (MCP) servers from existing FastAPI applications or mount MCP endpoints within them using FastMCP.
March 1, 2026 AI Assistant