⚡
  • POČETNA
  • NOVOSTI
  • USLUGE
  • ARHITEKTURA
  • TECH STACK
  • PORTFOLIO
  • O MENI
  • KONTAKT
POČETNANOVOSTIUSLUGEARHITEKTURATECH STACKPORTFOLIOO MENIKONTAKT
© 2026 Miodrag Gromilić. Sva prava zadržana.
POČETNANOVOSTIUSLUGETECH STACKPORTFOLIOKONTAKTO MENIFAQ
Nazad na veštine

FastAPI

Od 2018High-performance Python web framework

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

Pregled

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.

Slučajevi upotrebe

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

Prednosti

  • 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

Razmatranja

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

Odlično radi sa

PythonPostgreSQLRedisDockerKubernetesOpenAILangChain

Srodne tehnologije

PHP
Od 1995
Laravel
Od 2011
CakePHP
Od 2005
Python
Od 1991
Node.js
Od 2009
Express
Od 2010
Nazad na veštine KONTAKT