Here are some of the side projects I've worked on, whether it be libraries, playgrounds, or tools. I'm always working on something new, so check back often!
Bluey Yes/No Button A virtual yes/no button from the kids show 'Bluey'.
Trickle CSS Learn the cascade one step at a time.
Concentric Time A simple and fun way to view the time!
Todo By (lib) A rust crate to add compile-time lifetimes for comments.
Strato A card game that mimics Skyjo, built in Rust.
Finite State Microwave A microwave built with a state machine, along with a blog post of how to make it.
Shorty A URL shortener in Rust.
Tauri Todos App A Todos app using Svelte, Tailwind CSS, and Tauri (w/ Rust).
dbg! in JS (lib) A TS/JS helper for evalutating and logging an expression at the same time, just like Rust.
Fractals A playground for fractals using a web canvas.
Coda JS (lib) An eloquent Node API for interacting with your Coda Docs.
Functional Conditionals (lib) A TS/JS library for writing if / else if / else in a Rust-like, functional way.
Roman Numerals (lib) Started learning Rust building a crate for converting between integers and Roman numerals.