A software engineer who treats testing as part of the design, not a final step.
Software Engineer, currently focused on quality assurance for a WMS in production. But without setting aside what I enjoy most: building software.
UNMDP (National University of Mar del Plata) · Software Engineering · 2026. It gave me a broad base across many topics, the freedom to go deep on what actually interested me, and a first real look at a project's full lifecycle.
I work on Dettron, a WMS. I manually review new features, build automated tests to catch issues early, and take an active part in designing new features.
I start testing with the bare minimum, to keep an open approach. Only when I really need to do I dig into documentation and build a test plan with baseline cases, from which new tests still come up along the way. On the dev side, before writing code I define what the feature should do, how, and what cases it should cover, following standards that later speed up the testing phase.
I care about what keeps development agile: CI/CD pipelines, continuous refactoring and automated testing, to catch errors and technical debt before they pile up.