AI Agentic Development Workflow
FDJ United, April 2026
I talked about how my workflow changed from traditional coding to using Codex, and how I use AI every day for implementation, PR reviews, self-review, and turning Figma designs into code. We also discussed reusable instructions, helpful tools, guardrails, and the areas where engineering judgment is still needed.
How to use Figma MCP
FDJ United, March 2026
I demonstrated how to use Figma MCP to bring design context into development, turn Figma designs into code, and make UI changes with clearer inputs.
Let’s ship faster with Codex CLI
FDJ United, November 2025
I demonstrated how Codex CLI can make daily iOS work faster, from small approved edits to working across multiple repositories. We went over installation, context, AGENTS.md, core commands, XcodeBuildMCP, current AI tools, and important limitations.
Suggesting features with TipKit
NSCoder Night Madrid, May 2024
It’s easy to go overboard with TipKit. In this talk, I explained where tips are helpful, where they can become annoying, and how to connect them to what the user is actually doing.
Mastering UI Testing in Xamarin Forms: Build Reliable Apps for Android & iOS
.NET Dominicana Meetup, February 2020
Using a Xamarin Forms app, I shared my approach to UI tests: start with the important flows, keep the checks readable, and then automate them for Android and iOS.
Streamlined Mobile CI/CD with Visual Studio App Center
Monkey Conf 2019
I used a Xamarin Forms app to walk through the App Center process: connect the repo, build with every change, run tests, and avoid repeating release steps manually. Attendees learned about the platform’s key features and how to use them to improve app quality with confidence.
[Workshop] Build cross-platform apps with Xamarin Forms and C#
Grupo San Valero, 2019
This was a two-day workshop on building Android and iOS apps with Xamarin.Forms and C#. We started with the essentials, then moved on to patterns that help keep the app manageable as it grows.