Projects


Here are some projects that I've worked on.


goodmorningtech

goodmorningtech

A customizable and open-source newsletter tailored to developers and tech enthusiasts. I worked on the backend alongside three other developers.

compfiles

This repository collects olympiad-style math problems and their solutions, formalized in Lean 4. I contributed the formalization of two problems so far (with more in progress): Imo2011P5 and Imo1971P1.
compfiles

codewars-cli

codewars-cli

A CLI for Codewars. It allows to test, run, and submit solution from your terminal. This required me to reverse-engineer the submission process, it was an incredibly fun project!

pathfinding-visualizer

A simple visualizer for pathfinding (and maze-generation) algorithms, built with Python and Pygame. It features an interactive user interface that allows you to modify the maze and run a selection of algorithms.
pathfinding-visualizer

sorting-visualizer

sorting-visualizer

A simple sorting visualizer. It's built with Rust and Leptos and runs in the browser via WebAssembly. It's still quite unpolished, but it was a great opportunity to get more familiar with Rust and WebAssembly.

aoc

This year I finally completed all the Advent of Code problems. This repository contains solutions to every challenge, written in Gleam.
aoc

pebble

pebble

A parser combinator library written in Gleam. I didn't end up publishing this one to Hex, but it was a great way to get more comfortable with functional programming.