I build backend systems — Laravel and Python — where search, queues, and billing have to keep working under load.
Ten years on APIs in production. Most recently I architected a real-estate platform in Laravel: segmented-domain REST API with multi-guard OAuth, asynchronous Elasticsearch bulk indexing over the catalog, Redis/Horizon matching decoupled from the request cycle, and recurring Pagar.me subscriptions with automatic reconciliation. Alongside it, Python services on Flask for the AI side — Cloud Vision image moderation and Cloud Natural Language text scoring. All of it containerized and running on GCP: Cloud Run, GKE, Cloud Storage, with CI/CD and Terraform.
| Repo | What it gives you |
|---|---|
| laravel_docker_enviroment ★18 | A Laravel dev stack that boots on docker compose up — PHP 8.2, Nginx, MySQL 8, Mailhog — so a new dev is productive on day one instead of day three. |
| laravel_sso ★15 | Single sign-on across several Laravel apps via Passport, for teams who split one product into multiple codebases and don't want three login screens. |
| vue-laravel-crud ★11 | The Laravel API + Vue SPA wiring most projects rewrite from scratch — auth, validation, and CRUD already connected. |
| gcp-vision-moderation-api-flask-docker | A Flask API that scores uploads against your own moderation taxonomy via Cloud Vision and answers approve / review / block — for platforms taking user images without a human in the loop. |
| text-moderation-api-python | Flask service wrapping Cloud Natural Language for sentiment, syntax, and safety scoring — the text half of the same moderation problem. |
| k8s-react-python-ci-cd-deploy | React + Python on Kubernetes with a working GitHub Actions pipeline — the deployment glue most tutorials leave as an exercise. |
| larave_error_logging_with_elasticsearch ★2 | Ships every Laravel exception into Elasticsearch, so debugging production is a search query instead of grepping log files. |
| real-time-notifications-laravel-reverb-vue ★2 | Self-hosted WebSocket broadcasting with Laravel Reverb — real-time notifications without a SaaS bill or a polling loop. |
Backend
Data & Search
Infrastructure
Frontend
Testing
I publish walkthroughs at medium.com/@murilolivorato — most repos here are the runnable code behind an article.
Open to remote backend work, PHP or Python — LinkedIn



