Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###############################################################################
# _____           _     _                _                                  _ #
#|_   _|_ _ _ __ (_)___| |__   __ _     / \   __ _  __ _ _ ____      ____ _| |#
#  | |/ _` | '_ \| / __| '_ \ / _` |   / _ \ / _` |/ _` | '__\ \ /\ / / _` | |#
#  | | (_| | | | | \__ \ | | | (_| |  / ___ \ (_| | (_| | |   \ V  V / (_| | |#
#  |_|\__,_|_| |_|_|___/_| |_|\__, | /_/   \_\__, |\__,_|_|    \_/\_/ \__,_|_|#
#                                |_|         |___/                            #
###############################################################################

Backend & Systems Engineer


I'm Tanishq Agarwal, an engineer who enjoys building reliable backend systems and automating everything that shouldn't be done by hand. I gravitate towards distributed systems and clean infrastructure — with a soft spot for TUI tools and self-hosted dashboards.

Most of my personal projects revolve around event-driven architectures, caching, database optimizations and developer tooling, and I enjoy picking apart how large-scale systems stay fast and fault-tolerant.

type Engineer struct {
    Focus      []string
    Languages  []string
    Currently  string
}

func main() {
    me := Engineer{
        Focus:     []string{"Backend Systems", "Distributed Caching", "DevOps"},
        Languages: []string{"Python", "Go", "C++", "JavaScript", "SQL", "Bash"},
        Currently: "Building & breaking things, one commit at a time",
    }
}

Tech That Feels Home

LanguagesFrameworksInfraDatabases


Projects I want to mention

isCache — A production-grade distributed in-memory caching library for Python, supporting LRU/LFU/TTL eviction, consistent hashing, and automatic failover. Available via pip install iscache.

Synapse - An intelligent sales automation platform with support for outreach workflow builder, scheduling and multi vendor prospect ingestion.

Order-Delivery Service — Event-driven order-rider matching service using Redis channels and Kafka for real-time analytics and delivery routing.


My Stats

I try to keep it going, usally :)

github-snake


Come play something I built ;)

Play Game of Life


Connect with me here I reply quick mostly :p


Always open to interesting problems and good conversations about systems design.

About

Config files for my Readme

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors