Projects
-
Tmux one dark minimalist
A theme for tmux with the One Dark Pro colour palette
-
JS CLI Spinner
A spinner to be used with Node.js for running commands. Uses
stderrto make sure that any errors from the running script surface correctly. Also uses ASCII colour codes -
Portfolio website
My portfolio website for showing off my projects. This is the website that you are currently using
-
Grately
A gratitude journal created as a mobile app, with built in daily reminders
-
Chess
A chess game which is mostly complete including: en passant, castling, check and checkmate
-
Dot Files
Configuration files for my development setup
-
Artist Network
A Web app designed to recommend music artists to you based on your tastes. It uses a graph that I built from querying Spotify's API for recommended artists. Using that and the artists that you already listen to, it tries to recommend you new artists
-
Advent of Code 2021
The 2021 Advent of Code, which is a yearly christmas coding challenge. I used this to help me learn the Go programming language
-
TypeScript HTTP Server
A HTTP server that I wrote from scratch using typescript. This was made with CodeCrafters
-
C Programming Language
Exercises and notes taken from working through The C Programming Language book
-
JS Patterns
A repo dedicated to any JavaScript patterns or snippets that I find useful