I live here,
I build there.
I'm a senior software engineer shipping scalable, reliable systems across e-commerce, retail, and on-demand delivery. AI-driven development is core to how I work — pairing with models to design, build, and ship features end-to-end across frontend, backend, and whatever stack the work needs.
Where I've walked.
Things I've grown.
clauder
A lightweight cross-platform desktop app for browsing your Claude Code session history. Built with Tauri (Rust) and React, it reads the local .jsonl session logs from ~/.claude/projects/ and renders them in a clean, searchable interface — markdown, syntax-highlighted code, collapsible thinking blocks, inline diffs, multi-tab projects, themes, and keyboard shortcuts. Fully local: no API keys, no data leaves the machine.
Artify
Android app that applies neural style transfer to photos on-device using TensorFlow models.
Real-time Network Intrusion Detection
Graduation project. Trained a machine learning model on the KDD CUP 99 dataset with Apache Spark, then served it through Apache Spark Streaming to classify network traffic and flag attacks in real time across a distributed cluster.
Pac-Man Jr.
A Star Wars themed maze game where the player navigates a grid-based map while enemies hunt them down — enemy movement is driven by a breadth-first search shortest-path algorithm.
Remote Method Invocation Color Quantization
Distributed image color quantization using Java RMI to run Octree and Median Cut algorithms across remote nodes — a hands-on take on classic color reduction with distributed-systems plumbing.
Book Recommendations System
User-based collaborative filtering recommender written in Java, using cosine similarity to suggest books based on the reading patterns of similar users.