Posts in Modern Python

Dependencies in FastAPI

Dependencies in FastAPI You have probably come across the term “dependency injection” if you are exploring FastAPI. Understanding dependencies is essential for making the most of FastAPI’s features, despite the… Read More

Getting Started with FastAPI

Getting Started with FastAPI Modern architecture is based on APIs (Application Programming Interface), which enable modular and decoupled applications. This means you can create applications quickly and easily, making them… Read More