Cursor vs. Claude for FastAPI Development
This article looks at how Cursor and Claude compare when developing a FastAPI application.
View ArticleDeveloping a Real-time Dashboard with FastAPI, Postgres, and WebSockets
This tutorial looks at how to develop a real-time inventory tracking dashboard with FastAPI, Postgres, and WebSockets.
View ArticleDeveloping a Real-time Dashboard with FastAPI, MongoDB, and WebSockets
This tutorial looks at how to develop a real-time order dashboard with FastAPI, MongoDB, and WebSockets.
View ArticleBuilding a Real-time Dashboard with FastAPI and Svelte
Learn how to build a real-time analytics dashboard using FastAPI and Svelte with server-sent events.
View ArticleFastAPI with Async SQLAlchemy, SQLModel, and Alembic
This tutorial looks at how to configure SQLAlchemy, SQLModel, and Alembic to work with FastAPI asynchronously.
View ArticleDeploying and Hosting a Machine Learning Model with FastAPI and Heroku
This tutorial looks at how to deploy a machine learning model, for predicting stock prices, into production on Heroku as a RESTful API using FastAPI.
View ArticleAsynchronous Tasks with FastAPI and Celery
This tutorial looks at how to configure Celery to handle long-running tasks in a FastAPI app.
View ArticleDeveloping an API with FastAPI and GraphQL
In this tutorial, you'll learn how to build a CRUD app with FastAPI and GraphQL.
View ArticleWeb Authentication Methods Compared
This article looks at the most commonly used web authentication methods.
View ArticleDockerizing FastAPI with Postgres, Uvicorn, and Traefik
This tutorial details how to configure FastAPI to run on Docker along with Postgres, Uvicorn, Traefik, and Let's Encrypt.
View ArticleSecuring FastAPI with JWT Token-based Authentication
This tutorial shows how to secure a FastAPI application with JWT Token-based Authentication.
View ArticleIntegrating the Masonite ORM with FastAPI
This tutorial looks at how to use the Masonite ORM with FastAPI.
View ArticleMulti-Region Python Applications
This article shows at how to enable multi-region support in a Python application.
View ArticleDeveloping a Single Page App with FastAPI and Vue.js
The following is a step-by-step walkthrough of how to set up a basic CRUD app with Vue and FastAPI.
View ArticleDeveloping and Testing an Asynchronous API with FastAPI and Pytest
This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest, and Docker using Test-driven Development (TDD).
View ArticleUsing Hypothesis and Schemathesis to Test FastAPI
This article looks at how property-based testing via Hypothesis and Schemathesis can be used to test FastAPI.
View ArticleBuilding a CRUD App with FastAPI, MongoDB, and Beanie
This tutorial looks at how to develop an asynchronous API with FastAPI, MongoDB, and Beanie.
View ArticleDeveloping a Single Page App with FastAPI and React
In this tutorial, you'll be building a CRUD app with FastAPI and React.
View ArticleMoving from Flask to FastAPI
This article, which is aimed for those interested in moving from Flask to FastAPI, compares and contrasts common patterns in both Flask and FastAPI.
View Article