Skip to content
View TheBigWealth89's full-sized avatar

Block or report TheBigWealth89

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
TheBigWealth89/README.md

Typing SVG

Building Scalable Systems with Modern Architecture.


About Me

I build backend systems where reliability isn't optional. My focus is distributed systems in Node.js and Python real-time event pipelines, concurrent reservation engines, and fault-tolerant async processors. I care about data durability, observable systems, and writing code that behaves correctly under load, not just in development.

Currently looking for a backend or full-stack role where system design decisions matter.


Featured Projects

Production-grade reservation system for high-traffic flash sales.

  • Eliminated race conditions with Redis Lua atomic inventory checks (no TOCTOU window)
  • Idempotent BullMQ order fulfillment duplicate Stripe webhooks never double-process
  • Concurrency integration test: 6 simultaneous requests, inventory of 3, exactly 3 succeed

Distributed real-time analytics pipeline with a fault-tolerant stream worker.

  • Redis Stream consumer with crash-safe bookmark resumes exactly on restart
  • TimescaleDB time_bucket upserts + live Socket.IO dashboard updates
  • 80%+ test coverage: unit, integration (Docker), and full E2E pipeline assertion

Resilient webhook processor using Redis LPUSH/BRPOP queue.

  • Automatic retry, dead-letter tracking, and idempotent handlers
  • CLI tool for queue inspection and manual intervention
  • Admin dashboard for real-time job monitoring

Production-ready FastAPI authentication microservice.

  • JWT access tokens + opaque refresh tokens hashed in database
  • Argon2 password hashing, Google OAuth, and email verification via Resend
  • SOLID architecture with abstract base classes and Alembic migrations

Current Focus

  • Advanced System Design - Distributed systems and microservices patterns
  • Database Optimization - Query performance and indexing strategies
  • Message Queue Systems - BullMQ, Redis Streams, and event-driven architecture
  • Production Best Practices - Monitoring, observability, and failure recovery

Tech Stack

Backend & Databases

Python FastAPI Node.js TypeScript Express.js PostgreSQL Redis MongoDB BullMQ SQLAlchemy Argon2

Frontend

React Next.js Tailwind CSS JavaScript

⚙️ DevOps & Tools

Git Postman Docker Alembic


📊 GitHub Stats

GitHub Stats Top Languages

GitHub Streak


Let's Connect

I'm always open to discussing technology, collaboration opportunities, or just geeking out about system design!

LinkedIn Medium Dev.to Email


⭐ Feel free to explore my repositories and reach out if you'd like to collaborate!

Pinned Loading

  1. event-tracker event-tracker Public archive

    TypeScript

  2. webhook-relay webhook-relay Public

    Resilient webhook processor using Redis LPUSH/BRPOP to decouple fast ingestion from processing. Guarantees no job is lost with automatic retry, dead-letter tracking, and idempotent handlers. Includ…

    JavaScript 1

  3. auth-service-py auth-service-py Public

    Python

  4. flash-sale-engine flash-sale-engine Public

    Solves the hard problems of flash sales: atomic inventory checks via Redis Lua scripting, fault-tolerant order processing with BullMQ, and Stripe payment integrity with webhook signature verificati…

    JavaScript

  5. estate estate Public

    TypeScript

  6. Blog_backend Blog_backend Public

    TypeScript