Projects
Production-ready apps, APIs, and data-driven tools
Godot Leaderboard
A complete leaderboard system for Godot games with secure HMAC authentication, ranking modes, and flexible data storage.
Access Utility →MA Globle
A Massachusetts geography guessing game. Make guesses, get distance feedback, and use the map to narrow in on the correct municipality.
- Simple daily challenge format with replayable sessions.
- Interactive map feedback to help guide each guess.
- No account required to play.
Fine-Tuned AI Chatbot
A chatbot powered by a custom fine-tuned OpenAI model. Raw data was processed into JSONL format using Python scripts, then used to fine-tune a GPT model via the OpenAI API. This page demonstrates the full pipeline from data prep to live inference.
- CSV/JSON data converted to JSONL training format with Python.
- Model fine-tuned on custom data via the OpenAI API.
- Backend route proxies all requests — API key never exposed to the client.
AI Blog Automation
An AI-powered blogging workflow that pulls live endpoint data, generates structured posts, and publishes them in a clean date-based reading experience.
- Automates scrape/API ingestion into formatted AI blog posts.
- Supports manual or scheduled runs with guardrails.
- Designed to transition from general models to fine-tuned models.
Scraper API Explorer
A Node.js data aggregation platform serving live datasets (sports, music, Pokémon, weather, and finance) through clean APIs and lightweight web views.
- Live scrapers with category controls and row limits.
- Multiple export formats for downstream data workflows.
- Built-in downloads for JSON, JSONL, and CSV exports.
Bedrock-to-Java Global Bridge
A cross-platform Minecraft bridge project that lets Bedrock and Java players join the same shared server experience.
- Cross-edition access for friends on different devices.
- Stable always-on hosting approach.
- Simple join flow with consistent server access.
About
I build full-stack applications, API services, and data-focused tools with an emphasis on reliability, performance, and practical UX.
Technical Specializations
Frontend Development
Backend Development
Data & Deployment
This site showcases active projects and experiments across web, data, and infrastructure. The Godot Leaderboard is a prime example of full-stack development—combining a modern frontend interface with a secure backend API and persistent database storage, all deployed on lightweight infrastructure.