⚡
  • HOME
  • NEWS
  • SERVICES
  • ARCHITECTURE
  • TECH STACK
  • PORTFOLIO
  • ABOUT
  • CONTACT
HOMENEWSSERVICESARCHITECTURETECH STACKPORTFOLIOABOUTCONTACT
© 2026 Miodrag Gromilić. All rights reserved.
HOMENEWSSERVICESTECH STACKPORTFOLIOCONTACTABOUTFAQs
Back to Skills

FastAPI

Since 2018High-performance Python web framework

High-performance Python web framework — async-native, auto-documented, built for modern APIs.

Overview

FastAPI is my Python framework of choice for building production APIs. Its async/await support with Starlette, automatic OpenAPI/Swagger docs, and Pydantic-based validation make it incredibly productive. I use it for AI/ML service endpoints, microservices, and real-time data pipelines. The type-hint-driven approach catches bugs at development time while generating full API documentation automatically.

Use Cases

  • AI/ML API endpoints
  • microservices
  • real-time data pipelines
  • webhook processors
  • async task orchestration
  • REST/GraphQL hybrid backends

Advantages

  • Blazing fast (on par with Node.js/Go)
  • auto-generated OpenAPI docs
  • Pydantic validation
  • async-native
  • excellent DX with type hints
  • dependency injection built-in

Considerations

  • Smaller ecosystem than Django/Flask
  • newer community
  • async complexity for beginners
  • limited admin/CMS tooling

Works Great With

PythonPostgreSQLRedisDockerKubernetesOpenAILangChain

Related Technologies

PHP
Since 1995
Laravel
Since 2011
CakePHP
Since 2005
Python
Since 1991
Node.js
Since 2009
Express
Since 2010
Back to Skills CONTACT