Project archive · 2019—Now

Built things.Learned things.

Flagship systems, useful products and experiments from across backend engineering, cloud infrastructure, AI and physical computing.

All projects

01 / FlagshipCase study

TradeStream

An event-driven Java trading simulator with a gateway, seven services, Kafka/Redpanda, PostgreSQL and Redis.

  • Java
  • Spring
  • Kafka
02 / FlagshipCase study

CommitScope

An AWS developer-analytics pipeline spanning Terraform, Fargate, S3, Glue, Athena and QuickSight.

  • AWS
  • Terraform
  • Python
03 / DissertationCase study

Kafka Security Benchmarking

A reproducible AWS experiment comparing Kafka plaintext, TLS and mutual TLS across 5,184 matched producer runs.

  • Kafka
  • AWS
  • mTLS
04 / ProductDocumented

JobTrackr

A secured job-search workspace for applications, documents, communications, reminders, analytics and audit history.

  • Spring Boot
  • React
  • PostgreSQL
05 / PhysicalDocumented

ESP32 Flask Controller

An ESP32 LED system with C++ firmware, button-driven modes, PWM output, Wi-Fi telemetry and a live Flask dashboard.

  • C++
  • ESP32
  • Flask
06 / AI productSource available

Quizify AI

A learning application that turns uploaded study material into Gemini-generated quizzes with auth, history and explanations.

  • React
  • FastAPI
  • Gemini
07 / HackathonTop three

Gemini Fact Checker

A wearable C++ and Arduino badge that sends claims to Gemini and displays an immediate fact-check verdict.

  • Arduino
  • C++
  • Gemini
08 / Client projectPrize winner

Audit Management System

A client-selected workflow platform for vendor audits, corrective actions, evidence and role-based dashboards.

  • TypeScript
  • React
  • Scrum
09 / Machine learning99% accuracy

MNIST Feature Engineering

A custom weighted KNN pipeline using Gaussian blur, PCA, normalization and cosine distance for noisy digit classification.

  • Python
  • PCA
  • KNN