Talks
Find here some of my tech conference talks and workshops. Some of them include recordings!
Performance Budgets, the what, why and how
Learn how to simplify the painful conversation around feature development with Performance Budgets! In this talk, you’ll hear about why they are useful, how to set them up, track them and use them to keep your site web performance under control.
React, D3 and their ecosystem
React and D3 are tools designed for goals that collide, as they control the DOM in different ways. In this talk, you will learn how to build React apps with the power of D3, the different strategies, and libraries for your work or side projects.
Presentations Academy, From zero to delivery
The only way that a community grows is by having new voices to discuss their own learnings, failures, and wins. This workshop helps bring new speakers into the fold. It gives confidence to people who are worried they aren't good enough or an expert to speak. Many people just need a small push, and this workshop arms them with resources and training.
Better D3 charts with TDD
People often begin building D3.js charts by starting with examples and customizing them to their needs. But what's next! How do you level up your skill to architect your D3.js projects effectively, mastering the art of building maintainable D3.js charts you can really be proud of?
Automating documentation on JavaScript projects
Documenting is an important task that few teams get right. In this talk, learn how to write docs by adding comments directly to the source code. I will show you its benefits applied to 3 different codebases and how to generate documentation in two flavors as well as when each of them works best.