Talks & Presentations

I regularly speak at conferences, meetups, and webinars about React, Node.js, and modern web development.

  • Building and deploying a model in the browser to do gesture recognition

    The more we advance, the more computers can do things we once thought impossible. This presentation demonstrates building privacy-first gesture recognition directly in the browser by combining MediaPipe with lightweight TensorFlow models. See the journey from training data to a React application that recognizes hand movements - all client-side with no data leaving the device.

    TensorFlowMediaPipeReactWeb
    Mar 19, 2025 Fork it! EN
    Feb 26, 2025 ParisJS FR
  • Zero to 100 Million: going beyond Node.js Runtime Limits

    Node.js is a powerful tool for building scalable applications, but it has its limits. In this talk, we will explore how to overcome Node.js runtime limits. Using the Fibonacci function, we will start with naive recursive implementations, and then demonstrates progressive improvements through dynamic programming, BigInts, matrix exponentiation, and asynchronous processing. We will learn practical strategies to optimize JavaScript for intensive calculations while maintaining application responsiveness, including worker threads and Rust integration through N-API.

    Node.jsJavaScriptRustN-API
    Dec 11, 2024 Node.js Meetup FR
  • Improving Root Cause Analysis using AsyncLocalStorage

    Slides

    Nobody wants to spend days sifting through production logs, yet troubleshooting complex issues often forces us to do exactly that. This presentation explores how to improve debugging and root cause analysis using Node.js's AsyncLocalStorage API.

    Node.jsAsyncLocalStorageDebugging
    Apr 24, 2024 ParisJS FR
    Mar 20, 2024 Accelerator Engineering EN
  • La gestion d'état avec React : tout ce que vous avez besoin de savoir

    Feb 22, 2024 Webinaire FR
  • Introduction aux tests de composants React avec Storybook

    Feb 15, 2024 Webinaire FR
  • Stratégies pour la mise à jour et la migration de bibliothèques sans accroc

    Replay Slides

    Upgrading dependencies can feel like jumping across a chasm, but it doesn't have to be that way. In this presentation, I share practical strategies for seamlessly migrating JavaScript codebases to newer library versions and/or TypeScript without disrupting development. Based on real-world experience migrating a large codebase (250k+ lines) with limited resources, the talk demonstrates techniques for upgrading critical dependencies like Mongoose, React Query, and build tools while minimizing risk.

    Change ManagementJavaScriptTypeScriptMigrations
    Feb 13, 2024 Paris TypeScript FR
  • Intégrer TypeScript dans un projet React

    Jan 24, 2024 Webinaire FR
  • Les fondamentaux JavaScript pour React

    Jan 18, 2024 Webinaire FR
  • Les clefs pour réussir l'entretien technique

    Dec 20, 2023 Webinaire FR
  • React: Overview & Key Concepts

    Slides
    Sep 22, 2022 Modulo.tech FR

Interested in having me speak at your event?

I'm available for speaking engagements on topics including:

  • React and React ecosystem (hooks, context, state management)
  • TypeScript best practices and advanced patterns
  • Node.js performance and architecture
  • Modern JavaScript development
  • Web application architecture and design patterns