FastAPI Multi TenancyI recently came across this problem statement where I had to make a dashboard which can be whitelabeled for different organisations my…Oct 5, 20241Oct 5, 20241
FastAPI Caching with Middleware(Redis)A lightweight caching library which leverages FastAPI’s middleware functionality and follows best practicesNov 9, 20232Nov 9, 20232
Making 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
Published inAWS 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
API 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
Using 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