Work
A collection of things I've built — personal tools, open-source packages, and professional projects.
Funds
A self hosted fundraising platform for non-profits and charities build using the TALL stack (Tailwind, Alpine.js, Laravel, Livewire).
Mo - Personal CLI Assistant
A lightweight CLI tool to streamline common development tasks. Built to scratch my own itch after typing the same commands hundreds of times. What started as a simple collection of shell scripts has evolved into a more structured CLI application build with Go.
Laravel Updater
A very simple tool that helps me to get the latest version of Laravel and update the dependencies.
Simple CSV (PHP Package)
Simple CSV is (yet another) PHP package that provides a simple and efficient way to read CSV files (from Google Sheets) and transform them into useful data structures. In the beginning this was just a playground to tinker with PHP generators.