Async
All articles
FastAPI - Modern Python API Framework
FastAPI is a high-performance, async Python web framework for building APIs, built on Starlette and Pydantic. …Async Job Queues - A Production Pattern for AI Applications
How to offload slow operations: AI inference, video processing, file handling: from HTTP request cycles using …Message Queue
What message queues are, how they decouple services, and when to use SQS versus other messaging patterns.
Open source projects