Most of my work is in Python: APIs, database-backed applications, integrations, and background jobs. I’m a backend developer based in Brazil.
Backend
Python · Django · FastAPI · SQL
Services & infrastructure
Redis · Celery · Linux · Networking
Systems programming
Rust · C · Memory · Computer architecture
01 / Open source
My open-source work
A few patches I contributed to StarlingX, OpenStack Nova, and Airship Armada. All of these were merged; the links include the code and review discussions.
StarlingX
API reliability / orchestration
Fixing parallel requests and repeated configuration
I adjusted the sysinv WSGI thread pool to fix a crash under parallel requests. In another patch, I removed an extra conductor RPC call that was causing runtime manifests to run more than once.
Cleanup could stop when a Kubernetes job, cronjob, or pod had already been deleted. My patch lets it continue on a 404 response while keeping the handling for other errors.
These are personal and course projects. They’re where I spend time with things I don’t usually write in a backend application: CPU instructions, memory allocators, and a game in Jack.