Articles by tag: pydantic
Django Modern REST: fast REST framework
Learn Django Modern REST — the fastest typed framework for API on Django. Comparison with DRF, code examples, OpenAPI 3.1. Suitable for middle/senior developers.
JWT authorization FastAPI: code and schemas
Full implementation of JWT authentication in FastAPI: access/refresh tokens, Pydantic schemas, SQLAlchemy models. Ready code for production API. Explore the architecture and dependencies.