# Knowledge-base

## Knowledge-base

- [Home](https://yoan-thirion.gitbook.io/knowledge-base/master.md): The purpose of this knowledge base is to share with the community everything that could be useful to people interested in software development, software craftsmanship, agile, leadership, coaching, ...
- [Samman Technical Coaching](https://yoan-thirion.gitbook.io/knowledge-base/samman-technical-coaching.md): This page is dedicated to list resources than can be used when doing Samman coaching
- [Software craftsmanship](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship.md)
- [Practices](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices.md)
- [Pair Programming](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/pair-programming.md)
- [Code Review](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/code-review.md)
- [Co-designs](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/co-designs.md): From high level Architecture to Solution Design by working collaboratively
- [Design sessions](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/design-sessions.md): A technic to better design solutions in a collaborative way
- [Interview Domain Experts](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/interview-domain-experts.md): This workshop is inspired by Scott Wlaschin's one from Domain Modeling Made Functional Workshop
- [Dev ethics](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/practices/dev-ethics.md): In this session we will think about our responsibility as Software Developers regarding larger communities and we will initiate our own Oaths that we will be able to apply in our day to day.
- [The Software Craftsman](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/the-software-craftsman.md): Abstract of the book "The Software Craftsman" from Sandro Mancuso
- [Egoless Crafting](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/egoless-crafting.md)
- [Technical debt workshop](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/technical-debt-workshop.md): Understand what is technical debt? and how to deal with it
- [Functional Programming made easy in C# with Language-ext](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/functional-programming-made-easy-in-c-with-language-ext.md): Read this article if you want to demystify Functional Programming and understand why and how to start using FP paradigms in C#.
- [F# for OO programmers](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/f-for-oo-programmers.md)
- [Domain Modeling Made Functional](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/domain-modeling-made-functional.md): Great book and workshop followed with Scott Wlaschin
- [Testing](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing.md)
- [Clean Tests](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/clean-tests.md): Workshop to work on Unit Tests Practices and Anti-patterns
- [Improve the design and testing of your micro-services through CDC Tests](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/improve-the-design-and-testing-of-your-micro-services-through-consumer-driven-contract-tests.md): In a micro-services world, testing the successful integration between services is critical for ensuring that the services won’t fail in production just because they’re not speaking the same language.
- [CDC testing made simple with Pact](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/improve-the-design-and-testing-of-your-micro-services-through-consumer-driven-contract-tests/cdc-testing-made-simple-with-pact.md)
- [Pact broker : the missing piece of your Consumer-Driven Contract approach](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/improve-the-design-and-testing-of-your-micro-services-through-consumer-driven-contract-tests/pact-broker-the-missing-piece-of-your-consumer-driven-contract-approach.md): Pact broker : the missing piece of your CDC approach
- [Improve your test quality with Mutation testing](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/mutation-testing.md): Mutation testing (or mutation analysis or program mutation) is used to design new software tests and evaluate the quality of existing software tests.
- [How to name our Unit Tests](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/how-to-name-our-unit-tests.md)
- [How to write better assertions](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/testing/how-to-write-better-assertions.md)
- [Katas](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas.md)
- [Le Coding Dojo à l'école](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/le-coding-dojo-a-lecole.md): Quand la pratique délibérée entre en salle de classe
- [TDD](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/tdd-katas.md)
- [Stack kata](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/tdd-katas/stack.md)
- [Fizzbuzz](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/tdd-katas/fizzbuzz.md)
- [Outside-in TDD (London Style)](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/tdd-katas/outside-in-tdd.md): Kata from Sandro Mancuso
- [Improve your software quality with Property-Based Testing](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/improve-your-software-quality-with-property-based-testing.md): Write bulletproof code with Property-Based Testing (PBT)
- [A journey to Property-Based Testing](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/improve-your-software-quality-with-property-based-testing/a-journey-to-property-based-testing.md)
- [Clean Code](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/clean-code.md): Hands on Clean Code
- [Clean Architecture](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/clean-architecture.md): A Craftsman's Guide to Software Structure and Design
- [Write S.O.L.I.D code](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/write-s.o.l.i.d-code.md): Learn how to write S.O.L.I.D Object Oriented code
- [Mocking](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/mocking.md)
- [Gilded Rose (Approval Testing)](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/gilded-rose-approval-testing.md): Learn how Approval testing can help you when dealing with legacy code
- [Mikado method](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/mikado-method.md): Enables you to deal with unavoidable complexities in manageable pieces during your refactorings
- [Mikado kata](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/mikado-method/mikado-kata.md): Hands on Mikado method to refactoring
- [Pure functions](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/pure-functions.md)
- [Theatrical players refactoring Kata](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/theatrical-players-refactoring-kata.md): Kata based on the work from Emily Bache.
- [Let's refactor (OOP style)](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/theatrical-players-refactoring-kata/lets-refactor-oop-style.md): Theatrical players refactoring Kata in Object Oriented Programming
- [Let's refactor (FP style)](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/theatrical-players-refactoring-kata/lets-refactor-fp-style.md): Theatrical players refactoring Kata in a Functional Programming style
- [Functional Programming made easy in Java & C#](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/functional-programming-made-easy-in-java-and-c.md): Learn FP principles and apply them in your favorite language
- [Refactoring journey](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-journey-kata.md): Practice refactoring tips to improve your day-to-day efficiency
- [Refactoring du Bouchonnois](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois.md): Kata de refactoring pour apprendre des techniques telles que Property-Based Testing, Approval Testing, Strangler, Functional Programming, ....
- [1) Se faire une idée du code](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/1-se-faire-une-idee-du-code.md)
- [2) "Treat warnings as errors"](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/2-treat-warnings-as-errors.md)
- [3) Let's kill some mutants](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/3-lets-kill-some-mutants.md)
- [4) Améliorer la lisibilité des tests](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/4-ameliorer-la-lisibilite-des-tests.md)
- [5) "Approve Everything"](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/5-approve-everything.md)
- [6) Définir des propriétés](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/6-definir-des-proprietes.md)
- [7) Tests d'architecture](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/7-tests-darchitecture.md)
- [8) Use Cases](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/8-use-cases.md)
- [9) Tell Don't Ask](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/9-tell-dont-ask.md)
- [10) "Avoid Primitives" - Commands](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/10-avoid-primitives-commands.md)
- [11) "Avoid Exceptions"](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/11-avoid-exceptions.md)
- [12) "Event Sourcing"](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/code-katas/refactoring-du-bouchonnois/12-event-sourcing.md)
- [Software Design X-Rays](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/software-design-x-rays.md): from Adam Tornhill
- [Workshop](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/software-design-x-rays/workshop.md): Workshop to demo the power of CrimeScene and the ideas behind it.
- [The Programmer's Brain](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/the-programmers-brain.md): by Felienne Hermans
- [How to read code better](https://yoan-thirion.gitbook.io/knowledge-base/software-craftsmanship/the-programmers-brain/how-to-read-code-better.md): Workshop to demonstrate how our programmers brain work.
- [Software Architecture](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture.md)
- [Fundamentals of Software Architecture](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture/fundamentals-of-software-architecture.md): Abstract of the book from Mark Richards and Neal Ford
- [Aligning Product & Software Design](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture/aligning-product-and-software-design.md): Abstract of a talk of Sandro Mancuso
- [DDD re-distilled](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture/ddd-re-distilled.md): This article is an abstract of the book DDD Distilled written by Vaughn Vernon
- [Test your architecture with Archunit](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture/test-your-architecture-with-archunit.md)
- [NoSQL](https://yoan-thirion.gitbook.io/knowledge-base/software-architecture/nosql.md)
- [Agile coaching](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching.md)
- [How to run a Community of Practices (COP)](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/how-to-run-a-community-of-practices-cop.md): Patterns and anti-pattern on COPs
- [The developers — the forgotten of agility](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/the-developers-the-forgotten-of-agility.md)
- [The secrets to re-on-board the devs in agility](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/the-developers-the-forgotten-of-agility/the-secrets-to-re-on-board-the-devs-in-agility.md)
- [Coaching toolbox](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/coaching-toolbox.md)
- [Echelle](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/coaching-toolbox/echelle.md): A powerful tool for 1 on 1 Solution Focus questions
- [Learning expedition](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/coaching-toolbox/learning-expedition.md)
- [How to improve Team Decision making ?](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/how-to-improve-team-decision-making.md): Workshop designed using 4C model to discover how to reach strong inclusive agreements with consent in self-organized teams.
- [Decision Making Principles and Practices](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/how-to-improve-team-decision-making/decision-making-principles-and-practices.md)
- [Learning 3.0](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/learning-3.0.md): SHARING is the new TEACHING
- [Retrospectives](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives.md)
- [Back to the Future](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/back-to-the-future.md): Home made rétrospective
- [Mission Impossible](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/mission-impossible.md)
- [Movie themes](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/movie-themes.md)
- [Rétro dont vous êtes le héros](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/retro-dont-vous-etes-le-heros.md)
- [Sad/Mad/Glad](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/sad-mad-glad.md): Quick retro / easy to start
- [Speed boat](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/speed-boat.md)
- [Star wars theme](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/star-wars-theme.md)
- [Story cubes](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/retrospectives/story-cubes.md): from Cédric Pontet
- [Technical Agile Coaching with the Samman Method](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/technical-agile-coaching-with-the-samman-method.md): from Emily Bache
- [Xanpan - a team centric agile method story](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/xanpan-a-team-centric-agile-method-story.md): Xanpan is an agile method created by Allan Kelly.
- [XTREM WATCH — Découvrez la puissance de la veille collective](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/xtrem-watch-decouvrez-la-puissance-de-la-veille-collective.md): On fait tous de la veille, avec Xtrem Watch, vous ne la ferez plus jamais seule
- [Become a better speaker through peer feedback](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/become-a-better-speaker-through-peer-feedback.md)
- [Project-to-Product Principles](https://yoan-thirion.gitbook.io/knowledge-base/agile-coaching/project-to-product-principles.md): Infographic made with Matthew Phillip for XP2021
- [Leadership](https://yoan-thirion.gitbook.io/knowledge-base/leadership.md)
- [Bref. J'ai pris une tarte dans la gueule (et ça fait extrêmement de bien)](https://yoan-thirion.gitbook.io/knowledge-base/leadership/bref.-jai-pris-une-tarte-dans-la-gueule-et-ca-fait-extremement-de-bien.md): Texte à paraître dans le prochain tome de Rupture Douce 7
- [Forward Summit 2020](https://yoan-thirion.gitbook.io/knowledge-base/leadership/forward-summit-2020.md)
- [Learn leadership from the Navy SEALs](https://yoan-thirion.gitbook.io/knowledge-base/leadership/learn-leadership-from-the-navy-seals.md): Discover leadership principles that can make you lead teams to high performance and success.
- [Learn to lead and help your team(s) to be successful](https://yoan-thirion.gitbook.io/knowledge-base/leadership/learn-to-lead-and-help-your-team-s-to-be-successful.md): Learn to lead with Jocko Willink former Navy SEAL
- [Towards a learning organization and beyond](https://yoan-thirion.gitbook.io/knowledge-base/leadership/towards-a-learning-organization-and-beyond.md): Learn how to start your journey to the learning organization.
- [Leadership is language](https://yoan-thirion.gitbook.io/knowledge-base/leadership/leadership-is-language.md): The Hidden Power of What You Say and What You Don't
- [Serious games](https://yoan-thirion.gitbook.io/knowledge-base/serious-games.md)
- [My serious games](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/my-serious-games.md)
- [Libérez vos entretiens d’embauche avec la gamification](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/craftsminator.md): Découvrez comment transformer vos entretiens d’embauche à l’aide de la gamification.
- [How to create a game](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/how-to-create-a-game.md)
- [How to debrief a game ?](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/how-to-debrief-a-game.md): Some technics to debrief a game
- [Lego Serious Play (LSP)](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/lego-serious-play-lsp.md)
- [LSP in your job interviews](https://yoan-thirion.gitbook.io/knowledge-base/serious-games/lego-serious-play-lsp/lsp-in-your-job-interviews.md): Lego Serious Play in your job interviews
- [Xtrem Reading](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading.md)
- [Cultivate Team Learning with Xtrem Reading](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/cultivate-team-learning-with-xtrem-reading.md)
- [My Book Infographics](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/my-book-infographics.md)
- [How to make book infographics](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/how-to-make-book-infographics.md)
- [En route vers l’apprenance avec Xtrem Reading](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/en-route-vers-lapprenance-avec-xtrem-reading.md): Découvrez comment démarrer votre parcours vers cette fameuse entreprise apprenante.
- [Resources](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources.md): Here are the resources related to Xtrem Reading
- [Book notes](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes.md): Here are the Book notes taken during Xtrem Reading sessions
- [Agile People: A Radical Approach for HR & Managers](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/agile-people-a-radical-approach-for-hr-and-managers.md): from Pia-Maria Thoren
- [Agile testing : A Practical Guide for Testers and Agile Teams](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/agile-testing-a-practical-guide-for-testers-and-agile-teams.md): from Lisa Crispin & Janet Gregory
- [Boite à outils de l'intelligence émotionnelle](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/boite-a-outils-de-lintelligence-emotionnelle.md)
- [Building a better business using Lego Serious Play method](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/building-a-better-business-using-lego-serious-play-method.md): from Per Kristiansen
- [Building evolutionary architectures](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/building-evolutionary-architectures.md): from Neal Ford, Rebecca Parsons & Patrick Kua
- [Code that fits in your head](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/code-that-fits-in-your-head.md): from Mark Seemann
- [Culture Agile](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/culture-agile.md): from Jean-Claude Grosjean
- [Culture is everything](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/culture-is-everything.md): from Tristan White
- [Domain-Driven Design: The First 15 Years](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/domain-driven-design-the-first-15-years.md): Essays from the DDD Community
- [Dynamic Reteaming - The Art and Wisdom of Changing Teams](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/dynamic-reteaming-the-art-and-wisdom-of-changing-teams.md): by Heidi Helfand
- [How to avoid a Climate Disaster](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/how-to-avoid-a-climate-disaster.md): from Bill Gates
- [La liberté du commandement](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/la-liberte-du-commandement.md): Vice-amiral Loïc Finaz
- [Réaliser ses rêves, ça s'apprend](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/realiser-ses-reves-ca-sapprend.md): par Thomas Gibot
- [Refactoring at Scale](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/refactoring-at-scale.md): Maude Lemaire
- [Succeeding with OKRs in Agile](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/succeding-with-okrs-in-agile.md): from Allan Kelly
- [Team Topologies](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/team-topologies.md): by Matthew Skelton and Manuel Pais
- [The Good Life](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/the-good-life.md): par Robert Waldinger, Marc M.D. Schulz
- [Tu fais quoi dans la vie](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/tu-fais-quoi-dans-la-vie.md): de Matthieu Dardaillon et Joséphine Bouchez
- [Who Does What By How Much?](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/who-does-what-by-how-much.md): by Jeff Gothelf and Josh Seiden
- [My Activity](https://yoan-thirion.gitbook.io/knowledge-base/my-activity.md)
- [Retour sur mon année 2020](https://yoan-thirion.gitbook.io/knowledge-base/my-activity/retour-dun-freelance-sur-lannee-2020.md)
