A series where we will explore not only how to create a microservice using Flask but also understand what all thing are essential to make the robust and production ready.
First part of the Microservices using Flask series where we will explore not only how to create a micro web application using Flask but also understand whats makes the application robust and production ready.
Containerization your application is an essential step which not only eases deployment but also ensures that application runs in an efficient and bug-free way across different environments.
Caching improves and speeds up service response and helps us avoid repeated computes. Explore how flask can connect and use redis as a caching layer.