Skip to content
View 047pegasus's full-sized avatar
:octocat:
For the love of Development ⚡
:octocat:
For the love of Development ⚡

Highlights

  • Pro

Organizations

@EddieHubCommunity

Block or report 047pegasus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
047pegasus/README.md
###############################################################################
# _____           _     _                _                                  _ #
#|_   _|_ _ _ __ (_)___| |__   __ _     / \   __ _  __ _ _ ____      ____ _| |#
#  | |/ _` | '_ \| / __| '_ \ / _` |   / _ \ / _` |/ _` | '__\ \ /\ / / _` | |#
#  | | (_| | | | | \__ \ | | | (_| |  / ___ \ (_| | (_| | |   \ 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.

Pinned Loading

  1. Dock-X Dock-X Public

    A kiosk application for monitoring Docker containers, built on Python 🐍 and Docker SDK 📦.

    Python 1 2

  2. pegasusOS pegasusOS Public

    Forked from w84death/smolOS

    pegasusOS - Modified smolOS fork to run on ESP8266 / ESP32 with internet access on command line.

    Python 10

  3. iscache iscache Public

    A durable & performant Distributed Cache as a Service system

    Python 1