Ashmi Banerjee

Build your backend using FastAPI

Stop wrestling with boilerplate code. Learn how FastAPI's automatic docs and data validation let you build high-performance Python backends faster.

Build your backend using FastAPI
#1about 2 minutes

Prerequisites and agenda for the FastAPI talk

The talk requires a basic understanding of Python and web development concepts to cover web architecture, framework comparisons, and a FastAPI implementation.

#2about 2 minutes

Understanding modern versus traditional web architecture

Web architecture has shifted from monolithic servers rendering all HTML to a modern approach using a CDN for static assets and APIs for dynamic JSON data.

#3about 6 minutes

Comparing Django, Flask, and FastAPI frameworks

Django is a full-stack framework, Flask is a lightweight alternative, and FastAPI excels at building modern APIs with less boilerplate code.

#4about 1 minute

Exploring the key features and benefits of FastAPI

FastAPI offers automatic interactive documentation via Swagger UI, asynchronous operations for performance, and built-in data validation to simplify development.

#5about 5 minutes

Implementing an ML image classifier with FastAPI

Learn how to serve a machine learning model by creating GET and POST endpoints in FastAPI to handle image URL input and return predictions as JSON.

#6about 2 minutes

Running the server and demonstrating the API

The application is run using Uvicorn, and a live demo shows how to interact with the API endpoints directly in the browser using the auto-generated documentation.

#7about 1 minute

Preparing your FastAPI application for production

Key steps after development include writing thorough tests, containerizing the application with Docker, and deploying it to a cloud service for accessibility.

#8about 2 minutes

Recap and audience questions on FastAPI

The talk concludes with a summary of FastAPI's benefits and a Q&A session covering comparisons to TensorFlow Serve and the use of async functions.

Related jobs
Jobs that call for the skills explored in this talk.

Featured Partners

Related Articles

View all articles
DC
Daniel Cranney
The State of WebDev AI 2025 Results: What Can We Learn?
Introduction The 2025 edition of The State of WebDev AI offers a detailed snapshot of how developers are using AI today, which tools have gained the most traction over the past year, and what these trends suggest about the future of the industry. In...
The State of WebDev AI 2025 Results: What Can We Learn?
LM
Luis Minvielle
The 7 Most Popular Backend Frameworks for Developers
Which backend frameworks should developers focus on in 2024? We’re listing the 7 most popular for you and showing their advantages and drawbacks. Which one is the best? There is no clear winner in the best-backend-framework competition for 2024. They...
The 7 Most Popular Backend Frameworks for Developers
CH
Chris Heilmann
With AIs wide open - WeAreDevelopers at All Things Open 2025
Last week our VP of Developer Relations, Chris Heilmann, flew to Raleigh, North Carolina to present at All Things Open . An excellent event he had spoken at a few times in the past and this being the “Lucky 13” edition, he didn’t hesitate to come and...
With AIs wide open - WeAreDevelopers at All Things Open 2025

From learning to earning

Jobs that call for the skills explored in this talk.