Blog

Notes on backend engineering: APIs, data systems, reliability, and production operations.

1 FEATURED POST

How to Add Loading Skeletons to React App Using Chakra UI
Jun 2023 8 min

How to Add Loading Skeletons to React App Using Chakra UI

Featured

A while ago I was working on a project GamesDrive and built it using React + TypeScript and using Chakra UI. I was required to get information from the API and wait for its response and then process it and show it to the user. If they have a slow net...

React vite Chakra-ui JavaScript TypeScript Read →
Ultimate Guide to Understanding Spring Batch 5 Processing
Apr 2025 20 min

Ultimate Guide to Understanding Spring Batch 5 Processing

In your development life, you might have come across a place where you need to use batch processing, and you need to find the right framework that is robust, resilient and widely adopted, offering LTS (Long-Term Support) for sustained stability and s...

spring batch Springboot Spring Batch Processing Java Spring framework Processing Read →
Deep Dive into the Concepts of Luigi
Mar 2025 9 min

Deep Dive into the Concepts of Luigi

I have been working on the batch processing aspects lately, and I found many topics on this idea. One of the ways was to use Luigi, a Spotify maintained project. The main problem is that there aren't many good blogs about how to implement batch proce...

luigi Batch Processing Spotify workflow-orchestration Concepts Read →
How to create REST API using Django REST framework
May 2023 12 min

How to create REST API using Django REST framework

Let me introduce you to Steve, a banana farmer who cultivates a diverse range of bananas, from Apple bananas to Lady Fingers bananas. And steve love's his bananas and wants to sell them to the online market. Let's say he already has a website to list...

Django django rest framework Python 3 APIs REST API Read →
Vercel Launches 3 New Storage Options for Your Next Project!
May 2023 8 min

Vercel Launches 3 New Storage Options for Your Next Project!

If you have tried manually deploying apps to production, then you may know how nerve-wracking things can be. Even the slightest mistake could cause the production database to be deleted, leading the company to lose billions of dollars, making you fre...

Productivity Vercel hosting Databases PostgreSQL Read →
How to host FastAPI application on Deta Space
Mar 2023 6 min

How to host FastAPI application on Deta Space

Almost 2 years ago while browsing through the FastAPI docs, I came across their sponsors one of which was deta.sh and it is still there you can view it at FastAPI Docs. As a curious person, I opened the link and browsed through their website. At that...

FastAPI Python deta.sh deployment Programming Blogs Read →