⚔ Mission log
Completed missions
Every project here was actually delivered. I tell the stories by industry, because confidentiality is meant to be respected — and what matters is the engineering behind each solution.
◈ Elite✓ Completed
Utilities / sanitation · enterprise
Salesforce + OmniStudio platform in the utilities sector
- Mission
- The company needed digital self-service (account updates, bill and consumption lookups) integrated with legacy systems, with auditable business rules.
- Strategy
- OmniStudio journeys (OmniScript, DataRaptor, FlexPages) on Salesforce; synchronous integration through MuleSoft/Azure with Named Credentials + Custom Metadata; a parameterized rules-validation engine; tests and CI with quality gates.
- Reward (outcome)
- Self-service that reduces support tickets; centralized, auditable rules; an architecture ready to absorb new services.
+300 XPOmniStudioApexMuleSoftNamed CredentialsSalesforce DX
◈ Hard✓ Completed
Capital goods industry
Lead routing and ERP integration in heavy machinery
- Mission
- Unstable lead distribution (one deploy left the queue 3 days without redistribution) and no synchronization with the ERP.
- Strategy
- Redesigned to stateless schedulers + idempotent batches; fair round-robin by region with anti-gaming; bidirectional integration with the Protheus/Totvs ERP; management LWCs and a re-engagement campaign; performance dashboards.
- Reward (outcome)
- 100% reliable redistribution in production; ~74k historical leads normalized; campaigns managed by the business without IT involvement.
+250 XPApexLWCERP↔CRM integrationCustom Metadata
◈ Medium✓ Completed
Multi-vertical Customer Experience
Omnichannel service with WhatsApp and multi-org CI/CD
- Mission
- Agents could only reply to inbound messages (no proactive outbound), with no tracking or escalation; manual deploys between environments were risky.
- Strategy
- Outbound WhatsApp messaging (Meta MIAW) with a service layer, chained-fallback routing and session expiry; a multi-org CI/CD pipeline (GitHub Actions, JWT OAuth, quality gates, dry-run) across DEV→QA→UAT→PROD.
- Reward (outcome)
- A conversational outbound platform in production with zero chat drops; auditable, incident-free deploys.
+200 XPService CloudWhatsApp MIAWFlowsGitHub ActionsSalesforce DevOps
◈ Elite✓ Completed
Chemical industry / distribution
Multi-tenant SaaS ERP for a regulated industry
- Mission
- An outdated legacy ERP produced incorrect tax calculations and manual processes exposed to error and fraud.
- Strategy
- Cloud-native full-stack ERP (Next.js + NestJS + Prisma + PostgreSQL) on AWS with Terraform; a tax engine (Brazilian e-invoicing, ICMS/ST, DIFAL/FCP) with effective dating; granular RBAC, 2FA, segregation of duties; multichannel collections (bank slip/Pix) with webhook reconciliation.
- Reward (outcome)
- Operational pilot in production; pre-clearance tax validation; anti-fraud automation and lower delinquency.
+300 XPNext.jsNestJSPrisma/PostgreSQLTerraform/AWSBrazilian e-invoicingRBAC/2FA
◈ Hard✓ Completed
Telehealth / wellness · ~275k accounts
CRM migration and data reconciliation
- Mission
- Decommissioning a legacy CRM (Salesforce → HubSpot) with 270k+ records, corrupted encodings, and multi-gateway payments with no integration key.
- Strategy
- ETL with streaming CSV/Excel (encoding fixes), joins validated to zero integrity errors; payment reconciliation via fuzzy matching; 3-tier lead-source attribution that exposed critical data gaps.
- Reward (outcome)
- 26k+ accounts enriched without integrity errors; reconciliation at 87% coverage; actionable audit recommendations.
+250 XPETL / PythonData reconciliationSalesforceHubSpot API
◆ Side quests
Own projects
What I build on my own, in my own time. It's where I test new ideas before everyone else — and have fun doing it.
◈ Side quest✓ Completed
Own project · construction
Full-stack AI app for construction management
- Mission
- A complex financial operation (multiple funding sources, dozens of vendors, a long schedule) with no real-time visibility and no analysis of quotes and receipts.
- Strategy
- Next.js + Supabase app (multi-tenant RLS) with Anthropic AI in a dual-model strategy (Opus for reasoning, Haiku for parsing); a WhatsApp webhook (Z-API) that generates automatic suggestions; a chat assistant with a tool-use loop; daily-summary crons.
- Reward (outcome)
- A real app in production for months; automatic data extraction from PDFs; a multi-tenant base ready to become a SaaS.
+150 XPNext.jsSupabase/RLSAnthropic APIZ-API WhatsApp
◈ Side quest✓ Completed
Own project · fintech / markets
FUT / Fluo — a quant trading suite
- Mission
- Studying market microstructure and validating trading strategies without risking capital, using my own tooling.
- Strategy
- A synthetic order-book lab (Python/FastAPI), a mobile app (React Native/Expo), a website (Next.js/Three.js), and an AI pattern platform with MetaAPI; rigorous backtesting (walk-forward, Monte Carlo).
- Reward (outcome)
- A full-stack suite with scientific rigor; proof of distributed systems and data engineering at scale.
+150 XPPython/FastAPIReact NativeNext.jsQuant / backtesting
◈ Side quest✓ Completed
Own project · security-first SaaS
Ancestria — a multi-tenant genealogy platform
- Mission
- Genealogy is a complex domain (graphs, multiple marriages) with strong privacy requirements (LGPD) and data sovereignty.
- Strategy
- React/Vite + Fastify + PostgreSQL with RLS; kinship modeled as a graph; GEDCOM import/export; field-level privacy; certificate OCR with Claude vision; deployed on Fly.io + Cloudflare; Terraform IaC; decisions documented as ADRs.
- Reward (outcome)
- A security-first, multi-tenant MVP at minimal cost, with documented architectural decisions.
+150 XPFastifyPostgreSQL/RLSGEDCOMCloudflare/Fly.ioClaude vision