Skip to content
View adityabghadge's full-sized avatar
  • United States

Block or report adityabghadge

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

Hi, I'm Aditya 👋

I'm a Software Engineer focused on building reliable backend and distributed systems using Python.

What I work on

  • Backend services and REST APIs (FastAPI)
  • Asynchronous processing and background workers
  • Reliability, retries, and fault-tolerant system design
  • Cloud-native applications using AWS and Docker

Projects

  • ShipTrack – Uptime monitoring and incident alerting system
  • EventFlow – Reliable webhook delivery and event processing platform
  • DocuSearch – Semantic document search and retrieval (RAG-lite)

Tech Stack

Python · FastAPI · PostgreSQL · Redis · Celery · Docker · AWS

📫 Reach me at: aditya.b.ghadge3177@gmail.com

Popular repositories Loading

  1. ShipTrack ShipTrack Public

    ShipTrack is a production-style uptime monitoring and incident management backend built with FastAPI, PostgreSQL, and Docker. It performs HTTP health checks, tracks latency, manages incident lifecy…

    Python 1

  2. adityabghadge adityabghadge Public

  3. EventFlow EventFlow Public

    Production-style webhook delivery system with retries, exponential backoff, HMAC-signed requests, and dead-letter queue (DLQ) replay support.

    Python

  4. DocuSearch DocuSearch Public

    Semantic document search + grounded Q&A (RAG-lite) with FastAPI, Postgres, Qdrant. Deterministic chunking, SHA-256 dedupe, eval harness, tests, Docker.

    Python