Meus Projetos Atuais (e ainda a fazer)
Projetos feitos em várias stacks: de C#, PHP, Python, TypeScript e outras linguagens, algumas das coisas que criei nos últimos tempos

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