back to home

All Projects

DevScope

GCP-native engineering analytics platform. GitHub API → Pub/Sub → Dataflow → BigQuery → Vertex AI anomaly detection → FastAPI → React dashboard. Full CI/CD pipeline on Cloud Run.

GCPBigQueryVertex AIFastAPIReactPub/Sub

NIDS — Network Intrusion Detection

ML-based network intrusion detection system trained on CICIDS2017 dataset (2.5M rows). Random Forest classifier achieving 97.47% accuracy with a Streamlit dashboard for real-time monitoring.

PythonScikit-learnRandom ForestStreamlitPandas

CPU Scheduler Simulator

Simulation of core CPU scheduling algorithms — FCFS, SJF, Round Robin, and Priority Scheduling. Visualizes process execution, wait times, and turnaround times.

C++SystemsOS Concepts

Trading Engine

WIP

High-performance trading engine processing 1M+ simulated orders/sec with <5μs p99 tick-to-trade latency. Lock-free SPSC ring buffer with cache-line-aligned atomics and price-time priority matching with zero heap allocation on the critical path.

C++20LinuxTCP/UDPMultithreadingRedisDocker

Statistical Arbitrage Backtester

WIP

Quantitative research pipeline computing z-scores, rolling correlations, and Hurst exponent for mean-reversion pairs trading. C++ inner loop via pybind11 achieving 25x speedup over pure Python. Validated on 5 years of data across 50+ equity pairs.

PythonC++pybind11NumPyPandasPolygon.io

Personal Portfolio

Built from scratch with Next.js 14, TypeScript, Tailwind CSS, and Firebase. Terminal-style hero, scroll-reveal animations, blog, and custom domain via Vercel and Cloudflare.

Next.jsTypeScriptTailwind CSSFirebaseVercel

NavigateCity

Web application helping users explore cities worldwide by providing curated information on museums, restaurants, parks, and famous sights. Features a natural language AI page where users write plain English requests and an AI generates database queries to execute.

PythonFlaskMySQLOpenAI APIHTML/CSS