📦 Projects
linalgx is a small learning project to explore functional programming and generic design in Rust by implementing a lightweight linear algebra library. It serves as a hands-on way to understand Rust’s type system, traits, and safe abstractions.
dotfiles A small and growing collection of my personal configuration files for a clean and consistent development setup.
PomoTask I built this command-line application to combine the Pomodoro technique with a simple to-do list manager. I wanted to explore databases and persistent storage, while keeping the interface minimal and efficient. The project helped me deepen my understanding of storing, retrieving, and organizing data, while also improving my skills in building practical productivity tools.