Created
October 18, 2020 16:05
-
-
Save TGITS/6d0814cf5f83143bfe8f45223681a70d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startmindmap kata-mindmap | |
* Ressources pour pratiquer les Katas | |
** Catalogues de Katas | |
*** Kata-Log : https://kata-log.rocks/ | |
*** CodingDojo : https://codingdojo.org/ | |
**** https://codingdojo.org/kata/ | |
*** Code Kata : http://codekata.com/ | |
** Katas spécialisés | |
*** Refactoring Katas | |
**** Tennis : https://github.com/emilybache/Tennis-Refactoring-Kata | |
**** GildedRose : https://github.com/emilybache/GildedRose-Refactoring-Kata | |
*** Outils et infrastructure | |
**** KataCoda : https://www.katacoda.com/ | |
** Challenges informatiques | |
*** CodinGame : https://www.codingame.com/start | |
*** Exercism : https://exercism.io/ | |
*** HackerRank : https://www.hackerrank.com/ | |
*** Codewars : https://www.codewars.com/ | |
*** Coderbyte : https://coderbyte.com/ | |
*** LeetCode : https://leetcode.com/ | |
*** Project Euler : https://projecteuler.net/ | |
** Object Calisthenics | |
*** 9 règles pour écrire le code différemment : https://www.jimmyklein.fr/les-objets-calisthenics/ | |
*** https://williamdurand.fr/2013/06/03/object-calisthenics/ | |
*** ttps://www.cs.helsinki.fi/u/luontola/tdd-2009/ext/ObjectCalisthenics.pdf | |
*** https://javflores.github.io/object-calisthenics/ | |
** Ressources diverses | |
*** dojos au top : https://github.com/SoftwareCraftsmanshipGrenoble/dojos-au-top | |
*** 50 shades of fizzbuzz : https://fr.slideshare.net/YvanPHELIZOT/50-shades-of-fizzbuzz-v2-share | |
*** Understanding the 4 Rules of Simple Design de Corey Haines : https://leanpub.com/4rulesofsimpledesign | |
** Koans | |
*** Par exemple | |
**** Ruby Koans | |
***** http://rubykoans.com/ | |
**** Java Koans | |
***** https://github.com/JavaKoan/java-koans | |
***** https://github.com/matyb/java-koans | |
**** Clojure Koans | |
***** http://clojurekoans.com/ | |
***** https://github.com/functional-koans/clojure-koans | |
***** https://github.com/mkaschenko/clojure-koans | |
**** ClojureScript Koans | |
***** http://clojurescriptkoans.com/ | |
**** Elixir Koans | |
***** http://elixirkoans.io/ | |
***** https://github.com/elixirkoans/elixir-koans | |
**** Python Koans | |
***** https://github.com/arachnegl/python-koans | |
***** https://github.com/gregmalcolm/python_koans | |
**** Rust Koans | |
***** https://github.com/crazymykl/rust-koans | |
***** https://github.com/mankyKitty/rust-koans | |
**** C# Koans | |
***** https://github.com/NotMyself/DotNetCoreKoans | |
***** https://github.com/jtigger/csharp-koans | |
@endmindmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment