Dec 2025
Python

Static Site Generator

A command line tool that transforms Markdown files into fully rendered HTML pages. Parses headings, paragraphs, inline formatting, and links, producing clean, deployable static sites from plain text source files. A practical demonstration of text parsing, file I/O, and templating logic.

GitHub
Nov 2025
Dart Flutter

Callsign Brewing App

A mobile application built for a small business brewery, providing streamlined operations management with custom UI components, multi-screen navigation, and structured data handling. Demonstrates end to end mobile development from interface design through state management and real world use case delivery.

GitHub
Oct 2025
Python TensorFlow

Sales Prediction RNN

A Recurrent Neural Network trained to forecast future company order quantities based on historical sales data. Applies deep learning techniques to a tangible business problem giving stakeholders a data-driven view of demand trends. Built in my DSIS-420 class with TensorFlow and structured around a real company dataset.

GitHub
Sep 2025
Python

Asteroid Game

A classic arcade-style Asteroids game built in Python as part of the Boot.dev curriculum. Covers game loop architecture, collision detection, vector-based movement, and rendering. Reinforces core programming fundamentals through a hands on, interactive project.

GitHub
May 2025
Python

Bookbot

A lightweight text analysis tool that ingests a given text file and produces a detailed report of word count and character frequency. Simple in scope but clean in execution. An early project that reflects disciplined fundamentals and an eye for readable, well-structured code.

GitHub