############################################################################### # _____ _ _ _ _ # #|_ _|_ _ _ __ (_)___| |__ __ _ / \ __ _ __ _ _ ____ ____ _| |# # | |/ _` | '_ \| / __| '_ \ / _` | / _ \ / _` |/ _` | '__\ \ /\ / / _` | |# # | | (_| | | | | \__ \ | | | (_| | / ___ \ (_| | (_| | | \ 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",
}
}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.
I try to keep it going, usally :)
Always open to interesting problems and good conversations about systems design.



