Global web icon
coursera.org
https://www.coursera.org/specializations/packt-ult…
Ultimate Guide to FastAPI and Backend Development | Coursera
What is this specialization about? This specialization, Ultimate Guide to FastAPI and Backend Development, is a comprehensive course that covers all aspects of backend development using the FastAPI framework. It dives deep into building APIs, database integration, user authentication, and deploying applications.
Global web icon
softwareanalytic.com
https://softwareanalytic.com/framework-spotlight-b…
Framework Spotlight: Building Scalable APIs with FastAPI
Discover why FastAPI has become the gold standard for modern Python APIs. Explore its async architecture, Pydantic integration, and dependency injection system,
Global web icon
linkedin.com
https://www.linkedin.com/pulse/fastapi-backend-pos…
FastAPI Backend with PostgreSQL: Step By Step Guide for ... - LinkedIn
But Why FastAPI? We are using FastAPI for our backend because it is currently one of the most modern and efficient Python frameworks available. Here is why it shines:
Global web icon
c-sharpcorner.com
https://www.c-sharpcorner.com/article/how-to-build…
How to Build a REST API with FastAPI and Async Operations
Build high-performance REST APIs with FastAPI and async operations. Learn to use SQLModel, manage databases, and optimize for speed and scalability. Perfect for modern Python backends.
Global web icon
geo4.me
https://testkirov.geo4.me/news/fastapi-tutorial-bu…
FastAPI Tutorial: Build High-Performance APIs Quickly
FastAPI fully supports asynchronous programming, allowing you to write highly concurrent and efficient code. It also integrates seamlessly with other modern tools and technologies, such as Docker, Kubernetes, and various database systems. This makes it a versatile choice for a wide range of API development projects.
Global web icon
dev.to
https://dev.to/daniel_garza_netrunsystems/building…
Building 10 Python Packages for Enterprise FastAPI Apps: What I Learned
After a year of building enterprise platforms, I kept solving the same problems: How do I handle... Tagged with python, fastapi, opensource, azure.
Global web icon
jarrettmeyer.com
https://jarrettmeyer.com/software/fastapi-celery/
FastAPI + Celery: Building Asynchronous Web Applications
Conclusion Combining FastAPI and Celery provides a powerful foundation for building asynchronous web applications. FastAPI handles HTTP requests with excellent performance and type safety, while Celery manages the complexity of distributed task processing. The complete working example is available in my fastapi-celery-demo repository.
Global web icon
plainenglish.io
https://python.plainenglish.io/python-fastapi-and-…
Python FastAPI and the Rise of a New Backend Star (Meet
Watch on youtube: This Developer Created the Fastest Growing Python Framework (so far..) — YouTube Meet Sebastián Ramirez, the creator behind FastAPI, and hear about his background, motivation, inspiration, and surprise at the meteoric rise of his open source project.
Global web icon
supercircuits.com
https://static.supercircuits.com/blog/fastapi-and-…
FastAPI & Docker: Setup Your Project Environment
In this guide, we'll walk through the process of initializing a FastAPI project and setting up a Docker environment. This setup is crucial for developing robust and scalable backend applications.
Global web icon
pypi.org
https://pypi.org/project/fastapi-client-generator/
fastapi-client-generator · PyPI
FastAPI Client Generator A utility that automatically generates a pure-Python API client from an OpenAPI specification, optimized for seamless integration with FastAPI applications. This package uses Ruff to ensure consistent code quality — the generated client is automatically linted and formatted, producing clean and maintainable Python code.