Engineering minimalist, fast, and scalable digital experiences. Merging creative vision with complex systems like YOLOv8 and Jetpack Compose.
Growing up with games and music, I always felt there was something missing. Features I wished existed, services that didn't quite hit the mark.
Engineering high-performance systems across media, vision AI, and intelligence.
High-Fidelity Audio Platform
A sophisticated digital audio and media management platform designed for seamless library synchronization and cinematic content exploration.
Vision AI Sports Analyzer
A state-of-the-art sports analysis tool powered by computer vision. Record sessions, and let the Vision AI evaluate performance, tactical awareness, pace, and highlight critical key moments automatically.
Quantum-Enhanced Deepfake Detection
A cutting-edge audio security and intelligence platform focused on advanced deepfake detection and audio integrity verification.
2D Space Fighter Parody
A simple 2D space fighter game built for Android as a fun parody project. Engage in arcade-style dogfights across the galaxy, dodging asteroids and taking down enemy fighters.
Solo-Developed Kinetic Adventure
A solo development venture into high-speed combat and deep world-building. Currently architecting the environment, lore, and character systems from the ground up.
From edge-deployed serverless functions to GPU-accelerated Kaggle clusters. I build across the entire stack, optimizing for both developer experience.
React, Next.js, Astro, Flutter, Tailwind CSS v4, Jetpack Compose
Node.js, FastAPI, YOLOv8, Meta V-JEPA 2, Drift (SQLite)
Global Edge, GitHub Actions, RunPod, Kaggle Clusters
// Ghost Coach Vision AI
import { YOLO } from 'ultralytics';
import { VJEPA } from 'meta-ai';
const analyze = async (stream) => {
const tracker = new YOLO('v8.pt');
const embedder = new VJEPA('v-jepa');
const frames = await tracker(stream);
const tactical = await embedder(frames);
return storyboards(tactical);
};