Skip to content
View tashviks's full-sized avatar
๐Ÿ’Œ
Flirting with Tech
๐Ÿ’Œ
Flirting with Tech

Block or report tashviks

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.

Content in all repositories owned by your account will be closed.
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
tashviks/README.md

header


๐Ÿง  whoami

package main

type Engineer struct {
    Name     string
    Role     string
    Company  string
    Base     string
    Stack    []string
    Building []string
}

func main() {
    me := Engineer{
        Name:     "Tashvik Srivastava",
        Role:     "Founding Engineer",
        Company:  "Linkrunner",
        Base:     "Bengaluru, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
        Stack:    []string{"Golang", "gRPC", "Kafka", "PostgreSQL", "React Native", "Agentic AI"},
        Building: []string{"attribution infra at scale", "AI agents with production ownership"},
    }
    _ = me // ship it ๐Ÿš€
}
  • ๐Ÿ›ฐ๏ธ Founding Engineer @ Linkrunner โ€” attribution & analytics infra: Go services, Kafka pipelines, ClickHouse-scale event data.
  • ๐Ÿ—๏ธ ex-Infra.Market (Unicorn) โ€” SE-1 on the Phoenix Ops Hub team; owned the order lifecycle end-to-end.
  • โšก Cut query latency ~100% across Order/OMS services ยท dropped ML infra cost ~65% on SageMaker.
  • ๐Ÿค– Trained + shipped YOLOv8 invoice/POD validation straight into a Golang business-logic pipeline.
  • ๐Ÿ† Winner โ€” IM-HAX 2025 ยท Winner โ€” Experian Hackathon 2024 ยท Top 330 โ€” Flipkart Grid 6.0
  • ๐ŸŽ“ B.Tech CSE, LPU (2021โ€“2025) ยท E-Cell IIT Madras ยท GDSC LPU

๐Ÿ› ๏ธ The Arsenal

Languages

Backend ยท Data ยท Messaging

Frontend ยท Mobile

Cloud ยท Infra ยท Observability

also fluent in: gRPC ยท ClickHouse ยท Agentic AI / RAG ยท Transformers ยท New Relic ยท SageMaker ยท BigQuery


๐Ÿš€ Things I've Built

Project What it is Stack
Peerdrop Serverless P2P file transfer โ€” files never touch a server, AES-256-GCM in the browser WebRTC Crypto TS
DEX Order Execution Engine Market-order routing across Raydium & Meteora on Solana, realtime status over WS Solana TS WebSockets
On-Call Agent AI agent that reads logs/metrics, triages errors, pings humans, files Jira tickets Python Agents Jira
tashGPT An AI portfolio you can talk to instead of scroll TS React LLM
Closed-Claw Agentic task-automation tool, Clawdbot-style Python Agentic AI
Port Sniffer Multi-threaded port scanner, written while learning Rust Rust tokio

๐Ÿ’ธ Shipping at Linkrunner โ€” Wallet & Billing

Prepaid wallet + bank-transfer recharge flow I work on: usage metering against a free-install allowance, wallet balance that auto-settles monthly invoices, and an invoice ledger.

Usage and billing dashboard with prepaid wallet



Add funds to wallet via bank transfer

Customer and account identifiers redacted. Screens from the Linkrunner dashboard.


๐Ÿ“Š Stats That Move

stats top langs
streak



profile summary
repos per language most commit language
stats card productive time

๐ŸŒ My Contributions, in 3D

3D contribution globe

๐Ÿ ...and the snake that eats them ๐Ÿ


snake eating my contributions


๐Ÿค Let's build something

I'm always up for a conversation about distributed backends, attribution at scale, or agents that do real work.

mail li



"Talk is cheap. Show me the code." โ€” Linus Torvalds

footer

Pinned Loading

  1. Project-iON Project-iON Public

    A personal repo for the group project we worked on

    1

  2. Density-Exchange Density-Exchange Public

    This is the repo for density exchange frotend task

    TypeScript

  3. Grid6.0 Grid6.0 Public

    Jupyter Notebook

  4. My-Portfolio My-Portfolio Public

    A new portfolio using React

    JavaScript

  5. Pacman Pacman Public

    Pacman game made using java for college project

    Java

  6. Port-Sniffer-Rust Port-Sniffer-Rust Public

    A mini Project made whilst learning Rust

    Rust