Projects & Case Studies

A selection of my work. Use the filters to navigate.

PolySolve screenshot

PolySolve

A Python library for solving polynomial equations using a high-performance genetic algorithm, with optional CUDA/GPU acceleration.

PythonCUDAGenetic AlgorithmPyPI
EAC3 Transcoder screenshot

EAC3 Transcoder

A command-line utility to intelligently find and convert 5.1 surround sound audio tracks in video files to the E-AC3 format.

PythonFFmpegCLIPyPI
Enigma Machine Recreation screenshot

Enigma Machine Recreation

Replicated the functionality of the WWII Enigma machine, demonstrating proficiency in C++ and a passion for historical cryptography.

C++
Wordle API screenshot

Wordle API

A high-performance Wordle API built with Hono, running on the edge with Cloudflare Workers for maximum speed and scalability.

Hono
Cipher API screenshot

Cipher API

An API service for performing various cryptographic ciphers, built with Hono and deployed on the edge for fast response times.

Hono
Project Management Site screenshot

Project Management Site

A collaborative platform for managing projects and tasks, built with React and powered by real-time data from Firebase.

ReactFirebase
Finance Tracker screenshot

Finance Tracker

A web application for tracking personal finances and expenses, featuring real-time updates using React and Firebase.

ReactFirebase
Chat Room screenshot

Chat Room

A real-time chat application built with Vanilla JavaScript and Firebase, demonstrating core principles of front-end development and cloud data synchronization.

Vanilla JSFirebaseBootstrap
Recipe Directory screenshot

Recipe Directory

An interactive directory for Browse and saving recipes, built with a modern React frontend and Firebase for data persistence.

ReactFirebase
Memory Matching Game screenshot

Memory Matching Game

A fun and interactive memory matching game built with React to showcase dynamic UI manipulation and state management.

React
Weather App screenshot

Weather App

A clean and simple weather application providing real-time weather data by integrating with a third-party API.

Vanilla JSBootstrapREST API
Wordle Clone screenshot

Wordle Clone

A classic implementation of the popular word game Wordle, built with React to demonstrate front-end logic and state handling.

React