Backend engineer. Go at work, Rust on the side.
Currently at Cencosud. Open source when I can.
Backend engineer at Cencosud, a LATAM retailer. I write Go microservices for a multi-banner e-commerce platform used in 5+ countries (Jumbo, Disco, Paris).
Outside of work I contribute to open source in Rust, the language I enjoy most. I also build small side projects to practice.
Timezone overlap with the US
Rust open source I actually use. Apache DataFusion and ApiArk.
Open PRs on ApiArk, a local-first API client (~60 MB): open requests tabs, gRPC reflection, custom title bars, env interpolation, JSONC parsing.
Added a scale argument to datafusion-spark's ceil() (ceil(3.145, 2) -> 3.15), same as Spark SQL. Updated signatures and return types.
Stopped flaky parallel aggregate tests by dropping snapshot asserts that depended on DynamicFilter EXPLAIN output. Same-day fix.
Open Tibia server in Rust (protocol 10.98, OTClient Redemption). Tokio for networking, custom packets, in-memory world state.
TUI in Rust for the Liturgy of the Hours. Offline, keyboard-only, Ratatui.