BASSG
Basic Agile Static Site Generator
Custom Python static site generator using Jinja2 templating and markdown to generate static sites. Allows for custom asset folders and site file structures. Utilizes a command line interface to create and generate projects. Exported as a PyPi Python package.
Read more >>
Personal Portfolio Website
You are here
Personal website to practice using web technologies. Uses p5js sketches and custom CSS styling. Compiled using BASSG (BASSG source code).
Read more >>
Multiplication Circle Generator
Multiplication circle visualizer using custom functions and GUI
Allows for visualizing how different functions are represented in a multiplication circle. Also allows for custom variables and animations. Written using the Processing Java library.
Read more >>
Minesweeper
C++ Minesweeper clone
Minesweeper clone written in C++ using the SFML library.
Read more >>
Winepedia
Interactive wine search tool
Wine search tool using over 100,000 wine reviews from winemag. Uses an SQLite database and a custom command line interface to query the wine reviews. Uses multiple sorting algorithms to sort the query results, and compares the speed of each algorithm.