FastAPI Structuring

Posted on Sun 11 September 2022 • Tagged with python, fastapi, testing, API, design, structure

When it comes to API design, structuring it is probably one the most fun things. Decomposition of the associated functions into the relevant prefixes etc. is not just fun but highly recommended for a clean implementation. The more sound the structure is, the more obvious and logical the interpretation of …


Continue reading

FastAPI Testing

Posted on Sun 04 September 2022 • Tagged with python, fastapi, testing, unit, load

Never thought, we'd see the day where we get an API first lean framework for Python. For years, Django-Rest and Flask-Rest have dominated this space. Now there is a, relatively, new contender, fresh and clean, FastAPI. There are numerous posts about the merits of each framework, which is the reason …


Continue reading