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.

Secure Flexible Real-time
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.

Full-Stack Development Geospatial Data D3.js Visualization REST API
  • 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.

Python & JSONL OpenAI Fine-Tuning Node.js Proxy API Secure Auth
  • 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.
Try the Chatbot →

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.

Node.js + Express OpenAI API PostgreSQL / Local Storage Automation + Admin Controls
  • 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.
Currently Working On Open AI Blog →

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.

Node.js + Express Data Pipelines JSON / JSONL / CSV Caching
  • Live scrapers with category controls and row limits.
  • Multiple export formats for downstream data workflows.
  • Built-in downloads for JSON, JSONL, and CSV exports.
Open Scraper APIs →

Bedrock-to-Java Global Bridge

A cross-platform Minecraft bridge project that lets Bedrock and Java players join the same shared server experience.

Linux Administration Network Engineering Automation & Monitoring Cloud Infrastructure
  • 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

HTML CSS JavaScript

Backend Development

Node.js AWS

Data & Deployment

PostgreSQL Heroku

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.