Paris TypeScript #46
Details
Salut les TypeScripters, c'est parti pour le 46ème Paris TypeScript !
Un grand merci à notre hébergeur pour cet event : Yomeva (🌐 Web).
N'hésitez pas à proposer vos talks via notre repository Github.
Le programme :
Talk #1
Titre : Créer un projet multi agent IA en Typescript
Auteur : Mohamed GUEDDOURI (LinkedIn)
Durée : 20 min
Description :
L’IA ne se limite pas forcément à un simple prompt à un LLM: aujourd’hui, on parle d’agents intelligents capables de collaborer entre eux.
Dans ce talk, nous verrons comment concevoir un projet Multi-Agent IA en TypeScript, en nous appuyant sur LangChain, depuis la théorie jusqu’à une implémentation concrète.
Talk #2
Titre : Écrire moins de tests avec l'analyse statique
Auteur : Arnaud Barré (Bluesky) - Software engineer @Carbometrix
Durée : 20 min
Description :
Dans ce talk, je vais vous expliquer comment, chez Carbometrix, nous maintenons une application métier en TypeScript depuis plus de trois ans en nous appuyant principalement sur l’analyse statique — et comment certains bugs ont été éliminés grâce à de la codegen ou des règles de lint, plutôt que par des tests.
Talk #3
Titre : Building native Node.js Application in 2026
Auteur : Jean Burellier (LinkedIn)
Durée : 20 min
Description :
Node.js has quietly evolved into a fully-fledged native application platform. In 2026, building production-grade Node.js applications no longer means stacking layers of frameworks and dependencies. It means embracing what the runtime already provides.
This talk explores how modern Node.js enables native-first development through built-in tooling (test runner, permissions, loaders, watcher), Web-standard APIs, improved performance, and tighter alignment with system capabilities. We’ll look at how to design simpler, faster, and more secure applications by relying on core features instead of third-party abstractions, and how this shift changes the way we architect, test, and deploy Node.js systems.
The goal: fewer dependencies, clearer mental models, and Node.js applications that feel native, by design.
