Skip to content
View anubhav-auth's full-sized avatar

Highlights

  • Pro

Block or report anubhav-auth

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

Backend Engineer  ·  Android Developer  ·  Distributed Systems  ·  Mobile


About Me

Final-year Computer Science student with production experience building distributed backend systems and modern Android applications. I have architected microservice migrations from monoliths, built real-time data pipelines, and shipped cross-platform mobile apps — all at scale.

  • Currently Building: Synq — a zero-downtime database migration CLI tool in Go, benchmarked at 192,493 rows/sec
  • Core Interests: Distributed Systems, Clean Architecture, Mobile Engineering, Developer Tooling
  • Currently Exploring: Systems programming with Rust, Solana/blockchain development, AI agent systems
  • Open To: Full-time Backend or Android SWE roles (India / EU / Remote)

Featured Projects

Synq — Database Migration Engine

A production-grade, single-binary CLI tool for zero-downtime database migrations written in Go. Features streaming pipelines (no disk I/O), automatic FK dependency resolution via topological sort, a Dead Letter Queue for resilient failure handling, and a built-in PII auditor.

192,493 rows/sec — MySQL to PostgreSQL, 200k row dataset

Tech Stack: Go PostgreSQL MySQL MongoDB SQLite Streaming Pipelines

View Repository →

Loqal — Microservices E-Commerce Platform

A complete 7-service microservices backend for e-commerce. Implements an event-driven SAGA choreography pattern to guarantee distributed transaction consistency without 2PC overhead. Features a Kong API Gateway, Eureka service discovery, and per-service PostgreSQL databases.

Zero 2PC overhead — SAGA choreography over Kafka for resilient distributed transactions

Tech Stack: Spring Boot Java Kafka Docker PostgreSQL Redis Kong API Gateway

View Repository →

Venue — Event & Seat Management System

A full-stack event management platform with QR-code-based check-in, dynamic seat allocation, and real-time capacity tracking. Built to handle concurrent bookings without race conditions using optimistic locking and transactional guarantees.

Concurrent-safe bookings — optimistic locking with zero double-allocation

Tech Stack: Spring Boot Java PostgreSQL React QR Scanning WebSocket

View Repository →

Bookpedia — KMM Cross-Platform App

A book search and discovery app for Android, iOS, and Desktop from a single Kotlin codebase using Kotlin Multiplatform. Clean architecture with shared business logic and Compose Multiplatform UI.

One codebase → 3 platforms — shared UI and business logic via KMM

Tech Stack: Kotlin Jetpack Compose KMM Ktor SQLDelight Clean Architecture

View Repository →

Real-Time Android Chat App

An offline-first Android chat application with real-time message delivery. Uses GraphQL Subscriptions via Apollo for push-based instant messaging and Room DB for local persistence — messages remain available without internet.

Offline-first — Room DB sync ensures zero data loss on reconnect

Tech Stack: Kotlin Jetpack Compose GraphQL Apollo RoomDB MVVM

View Repository →

InvestorIQ — RAG Financial Agent

An AI-powered financial agent using a Retrieval-Augmented Generation pipeline. Queries a corpus of financial news articles via a vector database to answer domain-specific questions with grounded, source-cited responses.

Grounded responses — RAG over vector DB eliminates hallucinations on financial data

Tech Stack: Python LangChain LLMs Vector DB FastAPI RAG

View Repository →


Core Technologies

Languages

Languages

Backend & Mobile Frameworks

Frameworks

Databases & Cloud

Databases

Dev Tools

Tools


GitHub Statistics


🐱 My GitHub Data

📦 677.0 kB Used in GitHub's Storage

🏆 1,397 Contributions in the Year 2026

💼 Opted to Hire

📜 71 Public Repositories

🔑 18 Private Repositories

Last Updated on 13/04/2026 13:44:49 UTC


Contribution Graph

github-snake

"First, make it work. Then, make it right. Then, make it fast." — Kent Beck

Pinned Loading

  1. Loqal Loqal Public

    Loqal is a modern, multi-tenant SaaS platform for local businesses, featuring native mobile apps, web dashboards, and a microservices backend. It supports real-time ordering, delivery, and analytic…

    Java 1 1

  2. Bookpedia Bookpedia Public

    A cross-platform book companion app built with Jetpack Compose Multiplatform (CMP). Search books via Open Library API, save favorites offline with Room, and enjoy seamless functionality on Android,…

    Kotlin 2

  3. AI-Biodiversity-Pipeline AI-Biodiversity-Pipeline Public

    JavaScript 2 3

  4. DeWork DeWork Public

    Rust

  5. InvestorIQ InvestorIQ Public

    Python 1

  6. synq synq Public

    Go