diff --git a/pwa/components/con/speakers/SpeakerImage2025.tsx b/pwa/components/con/speakers/SpeakerImage2025.tsx index fdf73e61..075edf07 100644 --- a/pwa/components/con/speakers/SpeakerImage2025.tsx +++ b/pwa/components/con/speakers/SpeakerImage2025.tsx @@ -22,7 +22,7 @@ function nameToAngle(name: string): number { let angle = hash % 360; const forbiddenZones: [number, number][] = [ - [60, 120], + [60, 140], [240, 300], ]; diff --git a/pwa/data/con/2026/conferences/mcp-votre-api-a-un-nouvel-utilisateur-et-ce-nest-pas-un-humain.md b/pwa/data/con/2026/conferences/mcp-votre-api-a-un-nouvel-utilisateur-et-ce-nest-pas-un-humain.md new file mode 100644 index 00000000..84a1a874 --- /dev/null +++ b/pwa/data/con/2026/conferences/mcp-votre-api-a-un-nouvel-utilisateur-et-ce-nest-pas-un-humain.md @@ -0,0 +1,18 @@ +--- +type: conference +speakers: -marion-hurteau-2026 +short: "Comment utiliser le Model Context Protocol (MCP) avec la dernière version d'API Platform pour exposer sans effort vos ressources existantes aux agents IA." +tag: 'ia,archi' +track: '2' +date: '2026-09-17' +start: '14:50' +end: '15:30' +--- + +# MCP : votre API a un nouvel utilisateur (et ce n’est pas un humain) 🇫🇷 + +Pendant des années, votre API a servi deux usagers : le front qui l’affiche, et les développeurs qui l’intègrent. La dernière version d’API Platform vous permet d’en accueillir un troisième : **l’agent IA**. + +Avec le MCP, vos ressources API deviennent des outils qu’un agent peut **découvrir, s’approprier et utiliser à volonté**. Votre API n’est plus seulement pensée pour des robots qui affichent, mais aussi pour des robots qui prennent des décisions. Et si elle est bien conçue, exposer vos ressources à un agent ne demandera que très peu d’efforts ! + +Nous verrons ensemble ce qu’est le MCP, et comment le brancher sur vos ressources pour offrir votre API à ce nouveau lecteur, sans en dupliquer la description, et avec des exemples concrets. diff --git a/pwa/data/con/2026/conferences/passer-dun-monolithe-a-une-galaxie-dapplications-reussir-sa-transition-avec-api-platform.md b/pwa/data/con/2026/conferences/passer-dun-monolithe-a-une-galaxie-dapplications-reussir-sa-transition-avec-api-platform.md index 9c10cf6b..bfea6cfa 100644 --- a/pwa/data/con/2026/conferences/passer-dun-monolithe-a-une-galaxie-dapplications-reussir-sa-transition-avec-api-platform.md +++ b/pwa/data/con/2026/conferences/passer-dun-monolithe-a-une-galaxie-dapplications-reussir-sa-transition-avec-api-platform.md @@ -5,9 +5,9 @@ speakers: -imen-ezzine-2026 short: "Comment découper un monolithe sans y laisser des plumes ? Un retour d'expérience à deux voix sur l'utilisation d'API Platform pour orchestrer une architecture distribuée." tag: 'feedback,archi' track: '2' -date: '2026-09-17' -start: '14:50' -end: '15:30' +date: '2026-09-18' +start: '09:00' +end: '09:40' --- # Passer d'un monolithe à une galaxie d'applications : Réussir sa transition avec API Platform 🇫🇷 diff --git a/pwa/data/con/2026/speakers/en/marion-hurteau.md b/pwa/data/con/2026/speakers/en/marion-hurteau.md new file mode 100644 index 00000000..802ed036 --- /dev/null +++ b/pwa/data/con/2026/speakers/en/marion-hurteau.md @@ -0,0 +1,18 @@ +--- +type: speaker +id: marion-hurteau-2026 +number: 80 +name: Marion Hurteau +job: Senior Developer +company: Les-Tilleuls.coop +github: https://github.com/MarionLeHerisson/ +twitter: https://x.com/MarionHerisson +--- + +## About Marion + +Marion discovered programming in high school, where she coded a small robot in C. She hasn't stopped developing since, with a particular interest in everything related to language. She has been working with PHP **for over 10 years**, specializing in the Symfony framework, and now holds the position of Senior Developer at Les-Tilleuls.coop. + +She attended her first conferences at FOSDEM in 2017, and that was the turning point: she realized **the importance of open source** and wanted to contribute to the community. Today, she is delighted to share her own experience at conferences. + +When she isn't coding, you can find her drawing, working out, or hunting dragons. diff --git a/pwa/data/con/2026/speakers/fr/marion-hurteau.md b/pwa/data/con/2026/speakers/fr/marion-hurteau.md new file mode 100644 index 00000000..03aa9955 --- /dev/null +++ b/pwa/data/con/2026/speakers/fr/marion-hurteau.md @@ -0,0 +1,18 @@ +--- +type: speaker +id: marion-hurteau-2026 +number: 80 +name: Marion Hurteau +job: Senior Developer +company: Les-Tilleuls.coop +github: https://github.com/MarionLeHerisson/ +twitter: https://x.com/MarionHerisson +--- + +## À propos de Marion + +Marion découvre le développement au lycée, où elle programme un petit robot en C. Depuis, elle n’a pas arrêté de développer, avec un intérêt particulier pour tout ce qui touche au langage. Elle fait du PHP **depuis plus de 10 ans**, s’est spécialisée sur le framework Symfony et occupe maintenant le poste de Développeuse Sénior chez Les-Tilleuls.coop. + +Elle assiste à ses premières conférences au FOSDEM en 2017 et c’est le déclic : elle réalise **l’importance de l’open source** et veut contribuer à cette communauté. C’est aujourd’hui avec joie qu’elle partage à son tour son expérience en conférences. + +Quand elle ne développe pas, vous pouvez la retrouver en train de dessiner, faire du sport ou encore chasser des dragons. diff --git a/pwa/public/images/con/2026/speakers/marion-hurteau-2026.png b/pwa/public/images/con/2026/speakers/marion-hurteau-2026.png new file mode 100644 index 00000000..8774257a Binary files /dev/null and b/pwa/public/images/con/2026/speakers/marion-hurteau-2026.png differ