Projects
Simple Jellycat Webscraper2024
A simple webscraper that I made for my sister in order to get a list of every jellycat that ever existed (she loves jellycats).
PythonSimple
Redis clone in Rust2024
Developed a multi-threaded Redis clone in Rust featuring concurrent client connections, thread-safe hash map, and a Bloom filter.
RustRedis