About
πππ₯π₯π¨ ππ‘ππ«π, πππ₯π₯π¨π° <ππππππ>ππππππ>!
Iβm Santi π β Tech Director leading Devs, QA & Automation for Disney
Uruguayan in California; gamer, maker, homelabber, and relentless tinkerer. Fueled by mate, measurable KPIs, and optimism.
π Communities & Roles
- QA/Automation leadership across Disney Parks web surfaces
- AI-First QA evangelist (LLM testing, visual diffing, predictive regressions)
- Maker & 3D printing geek
- Ham operator KO6EPQ (comms nerd and disaster-ready neighbor)
β‘ Technologies
Talk to me about
- Test Automation: Appium, Selenium, n8n, ZAP, Postman
- Platforms & DevOps: Jenkins, Docker, Linux
- Langs & Stacks: Python, Java, TypeScript, REST/GraphQL, SQL
- Cloud & Ops: AWS (EC2/EBS/IAM/S3), Observability, Guardrails for LLM apps
- Homelab: Home Assistant, VLANs, containers, dashboards, self-hosted toys
π§ͺ What Iβm Building
- AI-powered test orchestration & selection for high-traffic apps
- Visual and semantic regression at scale (less flake, more signal)
- Home Assistant scenes and useful automations my family actually uses
- n8n AI flows to ma my life easier
Local development
If you want to run this Jekyll site locally (macOS / zsh), the easiest way is to use Bundler and the included Makefile.
Prerequisites:
- Ruby (macOS ships with a system Ruby; using a Ruby version manager such as rbenv or asdf is recommended)
- Bundler (install with
gem install bundlerif needed)
Basic steps:
- Install dependencies:
make install
- Serve the site locally with live reload:
make serve
- Build the static site into
_site:
make build
- Clean generated files:
make clean
Notes:
- The
Makefilerunsbundle installintovendor/bundleso you donβt need system-wide gem installs. -
If you prefer not to use the Makefile, you can run the commands directly:
bundle config set βlocal path βvendor/bundleβ bundle install bundle exec jekyll serve βlivereload
If you run into permission errors when installing gems globally, use a Ruby version manager or install gems into the project (the Makefile above does this by default).
Hello World
- π¬ Ask me about testing, CI/CD at scale, or turning flaky tests into useful ones.
- β‘ Fun fact: if your test suite canβt fail fast, it will fail loudly.