Personal Projects

Scrabble Trainer

Front end web application made with simple HTML, CSS and JavaScript to practice quickly finding scrabble words given random combinations of letters. The letters are shuffled using a random seed, which can be shared with others in order to have a fair competition.

Try it out

Source Code

Spotify Sync

A command line tool using the spotify API to keep one playlist synced with any public playlist (or multiple). Written with Go, and compiled to an executable that can be run as a CronJob

Source Code

Leetcode-GitHub

Command line tool which can automatically create a GitHub repo from all your LeetCode submissions, categorised by language

Source code

Simple Query Builder

Bare-bones Query builder library written in Rust

Source Code