Edoardo Dusi

Edoardo Dusi

Edoardo has a strong software developer and team leader background, working on various projects and platforms. He is passionate about creating and sharing content that educates and inspires other developers, such as tech talks, videos, podcasts, conferences, and more. He enjoys connecting with the developer community and promoting the benefits of open source software.
Bundlers: A Deep Dive into Modern JavaScript Build Tools
JSNation 2025JSNation 2025
Upcoming
Bundlers: A Deep Dive into Modern JavaScript Build Tools
Modern JavaScript bundlers are architectural marvels that transform complex codebases into optimized production assets. This technical deep dive deconstructs how bundlers like Vite, webpack, or Rollup work under the hood, revealing the engineering that powers our build tools.

We will journey through the bundling pipeline, starting from the understanding of the AST, parsing and static analysis for dependency resolution, some core optimizations like tree-shaking and code spitting, closing with some advanced concepts like HMR.
Server Components Wars: PHP Strikes Back
React Summit 2025React Summit 2025
Upcoming
Server Components Wars: PHP Strikes Back
Server Components is a new pattern for the JavaScript world, but in this lightning talk, you'll see how easy it is to understand if we compare it to another old web language, one that shaped web development as we know it: PHP!