Back to Feed
LinkLite

LinkLite

An optimized URL shortener with a cache-aside architecture and asynchronous click tracking for read-heavy workloads.

Overview & Motivation

To design an optimized system that separates hot redirect paths from slow analytics writes using caching and background tasks.

Problem Statement

Highly read-heavy URL redirect systems experience significant database bottlenecks and increased redirect latency when tracking analytics synchronously.

Proposed Solution

Implemented a cache-aside architecture with Redis to serve hot redirects, and offloaded analytics click logging from the critical path using FastAPI's BackgroundTasks.

Results & Impact

Served redirect requests instantly from Redis and logged analytics asynchronously, reducing database stress and optimizing latency.

Technologies Used

ReactNext.jsFastAPIPythonTypeScriptJavaScriptTailwind CSSTailwindPostgreSQLSQLMySQLRedisDockerGitGitHubPostmanGitHub ActionsRender

Related Projects

NariKawach

NariKawach

A privacy-first, consent-driven safety companion application featuring real-time risk escalation and silent guardian notification.

ReactJavaScriptTypeScript+11
Spotify Frontend Clone

Spotify Frontend Clone

A fully responsive static frontend clone of the Spotify player desktop interface using Tailwind CSS.

HTML5CSS3JavaScript+4
TransitOps - Smart Transport Platform
Featured

TransitOps - Smart Transport Platform

A centralized fleet and transport operations platform built as a custom Odoo 19 module to digitize vehicle, driver, dispatch, maintenance, and expense management.

PythonOdooPostgreSQL+7
© 2026 ansh.mn.soni. All rights reserved.Designed & Developed by Ansh