Problems I solve
Integrations
Integrations are often the hidden cost of an implementation. I design sync and async flows with idempotency, retries and visible reconciliation, so the storefront doesn't wait on the ERP on the critical path unless business requires it.
- Clear contracts: events, queues, APIs and reconciliation states.
- Separate critical purchase paths from batch/backoffice processes.
- Observability: metrics, logs and traces as part of “done”.
- Avoid stuffing core domain logic into VTEX apps for convenience.