Projects

These are some projects I have been working on lately. Some of them are personal projects while others are projects I have built for clients or for fun.


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.