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.
AI-powered PM assistant automating project setup, reporting, and risk surfacing with human oversight. Integrates with Jira via FastAPI backend and React UI.
Stonewtr.com is a WordPress site I created for a pond and garden landscaping business. I host and manage it.
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.
Interactive Java CLI simulating retail banking. Users create accounts with password rules, log in, and handle deposits, withdrawals, balance checks, and wire transfers.
A traditional matching game with a fun Pokemon theme. Getting comfortable with my HTML, CSS, and JavaScript skills. Personally a fun full stack experience.
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.
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.
Full-stack web app for managing user accounts in MySQL. Supports registration, authentication, and CRUD operations. Built collaboratively with my teammate Noah.
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.
C++ console app that models car records and prints an in-memory inventory list. Focused on clean class design and basic collection handling.
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 demonstrating UNIX process creation and signal handling. Forks a child task, waits, and handles Ctrl+C (SIGINT) by pausing before resuming.
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.
Command-line currency converter using an internal rate table. Converts between codes, prints results, and writes a receipt to a text file.