Akarshan Gandotra

Akarshan Gandotra @akarshan

About: Futurist and Developer

Location:
Delhi, India
Joined:
Apr 26, 2018

Akarshan Gandotra
articles - 17 total

FastAPI: request.state vs Context Variables - When to Use What? 🚀

When building FastAPI applications, you'll often need to share data across different parts of your...

Learn More 1 0Jul 30

🔌 Building Resilient Database Operations with Async SQLAlchemy + CircuitBreaker

When building production applications, database failures are inevitable. Network issues, high load,...

Learn More 5 0Jul 14

Supercharging Your API Cache: A Deep Dive into Serialization Performance 🚀

When milliseconds matter, choosing the right serialization format can make or break your...

Learn More 6 0Jul 10

Building a Robust Redis Client: Async Redis + Tenacity + Circuit Breaker

Redis is the backbone of many high-performance applications, but network hiccups and temporary...

Learn More 8 1Jul 6

Building Bulletproof Authentication: A Modern Stateless Session Guide 🔐

Building Secure, Scalable Authentication with Auth0 Integration 🎯 The Problem: Traditional...

Learn More 3 0Jul 1

Setting Up Telemetry in Golang

Introduction Observability is a key aspect of modern applications, enabling developers to...

Learn More 5 0Apr 3

Asynchronous Database Sessions in FastAPI with SQLAlchemy

FastAPI, a modern and fast web framework for building APIs with Python, provides strong support for...

Learn More 47 2Jan 17 '24

Converting Any Python Web Framework to FastAPI: A Comprehensive Guide

Migrating from one web framework to another can be a daunting task, but with the rise of FastAPI, a...

Learn More 17 0Aug 19 '23

Create Awaitable Constructors with AsyncMixin

In this blog post, we'll explore how to create an asynchronous constructor in Python using a mixin...

Learn More 13 4Jul 25 '23

Deploying RabbitMQ in Kubernetes with Custom Docker Image

Hello Devs, As you all know RabbitMQ is the most commonly used message broker. If you are looking to...

Learn More 13 1Jun 15 '23

Unlocking 100% of NGINX Ingress Controller

Hey folks 🙋🏻‍♂️ Ingress Controller is that to the Kubernetes pods what NGINX is to backend...

Learn More 15 1Oct 6 '22

The Curious Case of Celery Work-flows

Hello Community, While most humans would take a break, I decided to skip rest and spend the next few...

Learn More 38 8Mar 21 '22

Mocking Redis in Python's unittest

Hello folks, This blog will guide you to mock redis without using any new library. Redis is used as...

Learn More 29 3Jan 6 '22

System Designing: Data Stores Decisions ft. COWIN

Hello readers, I am writing a series of blogs on system designing where I decode every decision one...

Learn More 13 0Sep 13 '21

Discussing Bloom Filters

Let's start this blog by discussing a few scenarios and analyzing the search algorithms. ...

Learn More 19 2Jul 22 '21

Implementing Least Recently Used Cache Eviction Policy

When we Google best cache eviction policy, we get LRU which is an abbreviation of Least Recently Used...

Learn More 14 0Jul 21 '19

Let's Brainstorm Backtracking

tags:backtracking,recursion,sudokusolver,nqueens,maze

Learn More 11 0Jul 4 '19