All Projects

AI Tool

AgentPM

AI-powered PM assistant automating project setup, reporting, and risk surfacing with human oversight. Integrates with Jira via FastAPI backend and React UI.

Website

Stone Water

Stonewtr.com is a WordPress site I created for a pond and garden landscaping business. I host and manage it.

Web App

MySQL ServiceQuote Portal

Full-stack portal for quotes, scheduling, orders, and billing. Clients register, submit property details/photos, and admins review requests, track orders, manage bills, and export reports.

CLI App

Java CLI Banking Simulator

Interactive Java CLI simulating retail banking. Users create accounts with password rules, log in, and handle deposits, withdrawals, balance checks, and wire transfers.

Game

Pokemon Matching Game

A traditional matching game with a fun Pokemon theme. Getting comfortable with my HTML, CSS, and JavaScript skills. Personally a fun full stack experience.

Website

Personal Website

My personal website, started working on this during a web design class. Continuously improving it to reflect my creativity and passion for clean, comprehensive design.

Game

Console Blackjack Dealer

C++ console app simulating simplified Blackjack vs. an automated dealer. Players hit or stand while the dealer follows standard draw rules for realistic turn-based flow.

Web App

User Management MySQL Web App

Full-stack web app for managing user accounts in MySQL. Supports registration, authentication, and CRUD operations. Built collaboratively with my teammate Noah.

Website

BlueFlares Digital Marketing Demo Site

Demo site with a simple multi-page layout built to practice coding ideas. Uses HTML, Bootstrap, and custom CSS with images, a video, and a contact form.

CLI App

Car Inventory Console Printer

C++ console app that models car records and prints an in-memory inventory list. Focused on clean class design and basic collection handling.

CLI Tool

Heap Sort CLI

C++ console tool that sorts integers using heap sort. Builds a max heap, then extracts elements to produce an ordered result with readable I/O.

C Program

Unix Process and Signal Demo

C program demonstrating UNIX process creation and signal handling. Forks a child task, waits, and handles Ctrl+C (SIGINT) by pausing before resuming.

CLI App

Candy Shop Vending Simulator

C++ console app simulating a basic point-of-sale system. Users select an item, deposit cents until the price is met, receive the item, and the app tracks inventory and cash.

CLI Tool

CLI Currency Converter with Receipt Output

Command-line currency converter using an internal rate table. Converts between codes, prints results, and writes a receipt to a text file.