Dev Blog: Optimizing API Performance for Data-Intensive Applications
February 1, 2025

In today’s post, I want to walk you through the steps I took to optimize the performance of an API used to serve data-heavy charts for a React dashboard. Initially, the API’s response time was a bottleneck, especially... Read more >>

A case for FileSystem Caching for FastAPI applications
February 10, 2025

In one of my recent projects at work recently, I was building a FastAPI application for one of our dashboards.

Read more >>