freelance-website/talks.html
Pascal Le Merrer 4b2deedd7e Add charset
2026-04-29 08:50:41 +02:00

111 lines
3.6 KiB
HTML

<html lang="fr">
<head>
<meta charset="utf-8">
<title>Pascal Le Merrer - Software Crafter Freelance</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Pascal Le Merrer - Software Crafter Freelance</h1>
<img src="images/pascal.jpg" alt="Portrait de Pascal" />
<strong
>J'aide vos équipes à améliorer leurs méthodes et pratiques de
développement logiciel.</strong
>
</header>
<main>
<h2>Conférences données</h2>
<h3>2026</h3>
<ul>
<li>Pourquoi et comment se passer de Docker ?</li>
<li>Comment réorganiser un legacy complexe ?</li>
</ul>
<h3>2025</h3>
<ul>
<li>Le côté obscur des IA génératives</li>
</ul>
<h3>2024</h3>
<ul>
<li>
<a target="_blank" href="https://www.youtube.com/watch?v=nTzNDM-dvRc"
>Gleam, un langage né sous une bonne étoile</a
>
</li>
</ul>
<h3>2023</h3>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=7q-EC3POuSI">Arc, un navigateur qui vous veut du bien</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=VdkG9eFifIY">Pair-programming : et si on gagnait du temps ?</a></li>
</ul>
<h3>2022</h3>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=ev1wsZrfO3M">eXtreme Programming : LA méthode Agile ?</a></li>
</ul>
<h3>2021</h3>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=HD1r-tPVtZg">
Le rocher de Sysiphe : améliorer ses compétences en développement
logiciel
</li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=2vJChfZWFjs">Kanban : brossons le tableau</a></li>
</ul>
<h3>2019</h3>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=aP196PXewdw">Comment... Or not comment? That is the question.</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=SLukfn_ucBc">Comment Elm a changé mon expérience de dev front-end</a></li>
<li>Coding Dojos : diffusez les bonnes pratiques de dev !</li>
<li>Développement Web Ecoresponsable</li>
</ul>
<h3>2018</h3>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=L3FZmjtr3MM">Développeurs, arrêtez d'apprendre !</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=cPtjBoIgPsU">Elm : goodbye JavaScript !</a></li>
<li>Redis: Data Structure Server</li>
<li>
NoSQL: les principales familles de bases NoSQL - Présentation de
Cassandra, MongoDB et Redis (2h00)
</li>
<li>Software Craftsmanship : de la théorie à la pratique</li>
<li>Software Craftsmanship pour les managers</li>
</ul>
<h3>2017</h3>
<ul>
<li>Introduction à Elm</li>
</ul>
<h3>2016</h3>
<ul>
<li>MicroServices Architectures</li>
<li>Kotlin, a pragmatic language for the JVM</li>
</ul>
<h3>2015</h3>
<ul>
<li>
Go, an open source programming language to build simple, reliable and
efficient software.
</li>
<li>Boostez votre productivité avec Atom ou Sublime Text</li>
</ul>
<h3>2013</h3>
<ul>
<li>Acculturation à l'Agilité (talk/formation, durée 2h30)</li>
</ul>
<h3>2009</h3>
<ul>
<li>
Cocktail Agile ! Combinez les méthodes pour une agilité plus complète
</li>
</ul>
</main>
</body>
</html>