Published an article
New article: Moving from Flask to FastAPI

FastAPI is the new kid in the python web frameworks neighborhood. Despite being new, FastAPI has beaten almost all other python frameworks in terms of performance and is gaining popularity.

This article looks at how to move from Flask to FastAPI. The article is aimed at people who have already decided to make the switch and helps in a smooth transition(in terms of basic operations).

Features of FastAPI:
  • Asynchronous handlers
  • Extremely fast
  • Fast learning curve