Projects

Mastermind

A terminal version of the classic multiplayer boardgame "Mastermind".

Powered by:

  • C++

Locksport

A basic game in python about deducing numbers with simple math.

Powered by:

  • Python

Web Server

A simple web server for hosting personal projects.

Powered by:

  • Raspberry Pi 5
  • Git
  • Gunicorn
  • Nginx
  • CertBot

Reverse DNS

A Reverse DNS for faster performance and privacy.

Powered by:

  • Raspberry Pi 5
  • Pi-hole
  • Tailscale

Simpliscript

A note taking app built for Sparklight Tech Support agents to assist with verbosity an usability in creating ticket notes on customer accounts.

Powered by:

  • React

Forum

A simple social media clone, specifically modeled after Reddit.

Powered by:

  • Ruby on Rails
  • React

Wedding site

A memorial website for my wedding!

Powered by:

  • Flask

Splash

A simple time and weather app.

Powered by:

  • React
  • Open Weather Map API

Recipes

A place to put my favorite recipes.

Powered by:

  • HTML
  • CSS

Rock Paper Scissors

A basic rock paper scissors game.

Powered by:

  • HTML
  • CSS
  • JavaScript

Landing Page

A rudimentary landing page layout to illustrate CSS and web layout concepts.

Powered by:

  • HTML
  • CSS

Etch-a-Sketch

A etch a sketch created with a dymically sizable grid.

Powered by:

  • HTML
  • CSS
  • JavaScript

Calculator

A calculator that uses a shunting yard algorithm and a postfix evaluator to perform calculations.

Powered by:

  • HTML
  • CSS
  • JavaScript