Skip to content
View yb175's full-sized avatar

Highlights

  • Pro

Block or report yb175

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
yb175/README.md

yug

things i enjoy:
race conditions
broken tests at 2am
and systems that finally behave after 37 logs

i'm a cs undergrad building backend systems and occasionally fighting distributed chaos.

most of my time goes into understanding why systems fail — and then making sure they don’t fail the same way twice.


currently doing

  • contributing to Talawa API (open source backend)
  • learning how real production systems stay consistent under concurrency
  • building tools around developer workflows and automation
  • solving dsa problems when i want to feel humbled

what i like working on

  • backend architecture
  • concurrency & idempotency
  • performance debugging
  • workers, queues, and async pipelines
  • making APIs reliable

i’m less interested in shiny tech, more interested in correct systems.


tech i reach for

C++ | TypeScript | JavaScript | Java

Node.js · GraphQL · PostgreSQL · Redis
Docker · Linux · GitHub Actions

React 

open source

Talawa API

worked on problems that appear only when real users exist:

  • prevented duplicate records during concurrent requests
  • fixed authorization logic blocking users from their own data
  • stabilized recurring job processing
  • added tests so future bugs have fewer places to hide

project

pull shark

an automated pull request reviewer powered by llms.

built around one rule:

the same event should never be processed twice.

  • webhook-driven system
  • background worker pipeline
  • idempotent processing
  • reduced llm payload size by ~70%

stats (because engineers secretly care)

  • 500+ dsa problems solved
  • leetcode rating: 1636

learning right now

system design distributed systems thinking ci/cd & infra basics writing code future-me won’t complain about


while(true){
    learn();
    build();
    break();
    rebuild_better();
}

Pinned Loading

  1. pullShark pullShark Public

    JavaScript 1

  2. codeDrill codeDrill Public

    JavaScript

  3. MockTankAI MockTankAI Public

    Forked from vanshkhurana05/MockTankAI

    JavaScript 1

  4. mockTankBackend mockTankBackend Public

    JavaScript

  5. codeForBharat codeForBharat Public

    JavaScript 2

  6. pullShark-AI pullShark-AI Public

    Forked from Mmadan128/pullShark-AI

    Python