Sayan ChakrabortyFastAPI Caching with Middleware(Redis)A lightweight caching library which leverages FastAPI’s middleware functionality and follows best practicesNov 9, 20232Nov 9, 20232
Sayan ChakrabortyMaking FastAPI pydantic schemas fasterWe all have used relationship definitions in FastAPI and wrote schemas to simulate SQL join tables action.Jul 13, 20232Jul 13, 20232
Sayan ChakrabortyinAWS TipPersistent Meili Server scaling in Kubernetes using EFSHave you ever wondered how Uber shows you the list of drivers available in your locality in a matter of seconds? How do they even query…Jul 21, 20222Jul 21, 20222
Sayan ChakrabortyAPI Throttling using Redis and FastAPI (Dockerized)API Throttling is when you limit the number of calls on your api endpoint such that your valuable or heavy services do not get overwhelmed…Jul 8, 20213Jul 8, 20213
Sayan ChakrabortyUsing redux-toolkit with redux-persist for React NativeI, recently worked on a project based on React Native. As a beginner to the framework, I initially used Context to manage state in the app…Jun 8, 2021Jun 8, 2021