Tried my hand at extending the Sprig tutorial game! Added more levels and some music. I had to get hacky to get around the max music duration in the editor by adding notes manually (via text), and that wasn't easy!
github.com/nicolandu/sprig
I made a NFC business card, but went down another route by using KiCad and by creating my own antenna with a plugin.
github.com/nicolandu/nfc_card
Made a few Blot projects from scratch, one is currently being printed by @RyanFarnell-U04KNK837S4 ! I based my later designs on my first one, but only the signature, and the last one (fractal_circle) adds its own twist!
github.com/nicolandu/blot
I made a Brainfuck interpreter in Rust and tried keeping it as barebones as possible, apart from the addition of Serde support.
github.com/nicolandu/rust_bf