My Current Projects (and those yet to come)
Projects made in various stacks: C#, PHP, Python, TypeScript and other languages, some of the things I created in recent times.

Academia Maranhense de Ciências
Blog da Academia Maranhense de Ciências
AMC

Ghost Docker Compose
Quick start docker compose that include Ghost blog, Nginx proxy with TLS/SSL and MySQL database. The intention is to get a general feel of depolying Ghost in production mode, where each component (Web, App & DB) are deployed seperately. This supports scaling and isolate failure (if any).
Ghost Compose

Zip Objects From S3
A package to handle S3 upload and download using PSR-7 interfaces, async operations and Zip download.
PHP S3 Zipper

Nu Python CSV
A Python library to parse and collect data from nubank invoices/bank statements (in csv format) using pandas, multi-threading, parallelism and filesystem.
NU Python CSV

PHP RBAC
A PHP package implementing PSR-15 middlewares to use RBAC as a security control.
RBAC in PHP