Infrastructure and Distributed Systems Engineer focused on building reliable platforms that scale across large organizations.
I design and operate cloud infrastructure, governance systems, and backend services that improve developer productivity while enforcing security, reliability, and performance at scale @ iFood.
- Large-scale infrastructure platforms
- Distributed backend system design
- Reliability and operational excellence
- Secure cloud architecture
- Infrastructure automation and AI tooling
I am passionate about building systems that are not only scalable, but safe, observable, and easy for engineers to use.
🚀 My pinned repositories showcase production-inspired infrastructure and distributed systems projects.
- Building cloud platform infrastructure and governance tooling
- Exploring distributed metadata systems and control-plane architectures
- Interested in large-scale infrastructure and platform engineering challenges
package about
type Engineer struct {
Focus []string
Interests []string
Principles []string
Mindset []string
}
var Carmelita = Engineer{
Focus: []string{
"Platform Engineering",
"Cloud Infrastructure",
"Distributed Systems",
"AI-assisted Engineering Systems",
"Reliable and Secure Backend Architecture",
},
Interests: []string{
"Solving real-world engineering problems",
"Designing systems that scale and last",
"Improving developer productivity through infrastructure",
"Understanding how complex systems behave under scale",
},
Principles: []string{
"Leave every system better than I found it",
"Build with reliability, security, and maintainability in mind",
"Prefer clarity, simplicity, and strong engineering fundamentals",
},
Mindset: []string{
"Deeply curious and continuously learning",
"Committed to self-development and technical growth",
"Motivated by challenging and meaningful problems",
},
}

