Open source work

Published version 3.0.3 of my PHP routing library Added support for dependency injections and use of __invoke methods in PHP. You can check out the source on my GitHub or download the library from ...
I update the Memebox Deckboard extension to add support for custom script arguments when creating new buttons https://github.com/gigili/deckboard-memebox/releases/tag/v1.0.1
Released a new version (v3.0.1) of the PHP routing library I created. Added support for better handling and merging of routes when split into multiple files. https://github.com/gigili/PHP-routing/r...
https://github.com/gigili/deckboard-memebox I've created and published the v1.0.0 of the Memebox extension for the Deckboard app. This extension adds Memebox integration to the app so that the app ...
Created new wrapper methods for my PHP routing library. Now there is an easier way of adding simple routes to your project by using the aliased get, post, put, patch and delete methods when adding ...
Today I published an article discussing a shell script I created to help me automate the process of starting new projects for my self. The main reason I did it was to avoid having to redo same repe...
Released versions v2.0.5.1 and v2.0.5.2 my custom php routing library. In these versions I managed to fixed some issues that were happening when the PUT and PATCH requests are being used to upload ...
I created a small routing library in PHP to help me easily create new projects and APIs The full project can be found on my github profile https://github.com/gigili/PHP-routing You can also check t...
I created small shell script that allows me to update my dns records on Cloudflare using their API, so that I can have a domain name that always points to my dynamic IP. The script can be found her...