Distributed systems
Distributed Log Aggregation System
Python / Redis / AWS
Built a distributed log aggregation system with producer-consumer concurrency, B-tree indexing,
Redis caching, and REST APIs for ingestion and filtering.
Sub-50ms query response under high-throughput writes, deployed on AWS EC2 with Docker.
Microservices and orchestration
Microservice-Based Task Orchestration Platform
Flask / Supabase / CI/CD
Architected a distributed task platform with priority queuing, retry logic, audit logging, and
async execution paths designed for operational reliability.
Handled 10,000+ daily background jobs with Dockerized deployment on AWS EC2.
Applied machine learning systems
End-to-End Fraud Detection Platform
ML pipeline / AWS / ETL
Built a fraud detection pipeline with automated ETL, containerized services, and continuous
deployment support for high-volume transaction processing.
Processed 1M+ daily transactions with ensemble models reaching AUC 0.96.
Concurrency and infrastructure
Distributed Rate Limiter
Python / Redis / pytest
Implemented token bucket and sliding window log rate limiting with thread-safe shared state,
structured logging, and integration tests for burst traffic.
Consistent cross-instance enforcement with sub-5ms overhead.