Projects

Selected work.

A living catalog of what I've been building — backend systems, product surfaces, and ML tooling.

2025 · Case
Connect API

Connect API

An API discovery engine using RAG and vector embeddings for semantic search, surpassing traditional keyword matching accuracy.

  • High-performance retrieval pipeline with MongoDB vector search; 40% lower query latency (sub-100ms under concurrent load)
  • Secured Admin Dashboard with RBAC and JWT authentication for API listings, pricing tiers, and user permissions
  • Integrated CMS with strict schema validation for consistent API listing curation
RAGVector EmbeddingsMongoDBJWTRBAC
2025 · Case
MedSync

MedSync

A healthcare marketplace platform enabling users to discover and purchase affordable generic medicine alternatives.

  • Medicine cost-comparison engine analyzing drug compositions to identify equivalent generics — savings up to 60%
  • Scalable REST APIs with async handling, SQLAlchemy ORM, and optimized queries (response times below 150ms)
  • Authentication, authorization, order management, payment workflows, and e-commerce following clean architecture
FastAPIPostgreSQLREST APIsSQLAlchemy