Is it time to go back to Django?
An analysis of Django's resurgence in popularity, comparing it to FastAPI and discussing its advantages for AI-driven development.
An analysis of Django's resurgence in popularity, comparing it to FastAPI and discussing its advantages for AI-driven development.
How auto dependency updates broke production and how to prevent it with version pinning and AI-assisted upgrades.
Learn how to prevent unintentional breaking API changes in FastAPI apps using OpenAPI schema comparison and oasdiff in CI/CD.
Step-by-step guide to deploying AI agents to production using Docker, FastAPI, and LangGraph with best practices.
Strategies to mitigate supply-chain attacks on Python dependencies, including dependency cooldowns and package manager configurations.
Final chapter of SQLAlchemy 2 in Practice book covering integration with Flask and FastAPI for web applications.
A guide to Python development workflows in the AI era, focusing on FastAPI, AWS, and efficient merge request practices.
Build a FastAPI service using Microsoft's MarkItDown library to convert PDFs and documents to Markdown, containerized in Docker with a C# client.
A guide on integrating Asyncpg with FastAPI and Air for direct PostgreSQL database access, bypassing heavier ORMs like SQLAlchemy.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
A guide to setting up asynchronous PostgreSQL operations with SQLModel and FastAPI, including code examples for async engines and sessions.
Part 2 of a guide on using Docker Compose to enhance the reliability and portability of AI agents, focusing on Dockerfile and compose.yaml.
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
A technical guide on configuring OAuth 2.0 token delegation for an A2A (Agent-to-Agent) system using Python, FastAPI, and security schemes.
A technical guide to implementing the latest MCP Authorization specification for securing HTTP-based MCP servers, starting with building a compliant server using FastAPI.
A technical exploration of HTTP/1.1's chunked transfer encoding, demonstrating its implementation with FastAPI for streaming data.
A tutorial on building a real-time streaming backend with FastAPI, including a simulated log stream endpoint and integration with a frontend.
A tutorial on building a full-stack app using FastAPI to stream data via chunked transfer encoding and a Next.js frontend to display it in real-time.
A developer shares their personal decision to financially sponsor open source projects they use, detailing their approach and encouraging others to donate.