Portfolio
View All
Learn how to set FastAPI with an async mini ORM and database migrations https://amal.sh/blog/fastapi-ormar-alembic
Published a new project: pytoml pytoml is a python playground that lets you write, run and share python code.
New blog post, Pydantic for FastAPI. Key points: 2. BaseSettings for reading environment variables 4. Validators for custom data validation 6. schema_extra for providing examples in docs
I built an API to generate fake data using JSON payload. Link: Fake API