Projects
Production-grade systems built with distributed architecture thinking. Not demos — real engineering case studies.
Distributed Real-Time
Trading Platform
Event-driven microservices for real-time order matching. Apache Kafka as the central event bus, Spring Boot microservices, in-memory priority queues for order matching, and Kubernetes for production orchestration.
Production-grade distributed trading platform built on event-driven microservices. Apache Kafka as the central event bus ensures reliable message delivery and fully decoupled service communication with guaranteed ordering per symbol partition.
AI Vision Search Engine
Semantic image search system using ResNet50 deep learning embeddings stored in pgvector. Dual-service architecture with FastAPI for ML inference and Spring Boot for the core API layer. Cosine similarity retrieval over high-dimensional vector space.