Skip to content
Snippets Groups Projects
Commit c80310c8 authored by Colin DAMON's avatar Colin DAMON
Browse files

Merge branch '70-rework-main-menu' into 'master'

Resolve "Rework main menu"

Closes #70, #77, and #86

See merge request !75
parents b0a66594 a546f244
No related branches found
No related tags found
1 merge request!75Resolve "Rework main menu"
<p align="center">
<a href="https://fr.ippon.tech/" target="_blank">
<img alt="Ippon Technologies Logo" width="100" src="https://fr.ippon.tech/assets/images/common/Logo.svg">
</a>
</p>
# Ippon Live Coding
## Description
# Twitch live codings
Ce dépôt Git a pour but de partager les différents ateliers pouvant être réalisés durant les sessions live coding d'Ippon Technologies sur sa chaîne Twitch.
......@@ -14,49 +6,93 @@ Ce dépôt Git a pour but de partager les différents ateliers pouvant être ré
- [Chaîne Twitch](https://www.twitch.tv/ippontech)
- [Playlist Youtube (rediffusions)](https://www.youtube.com/playlist?list=PL6IFaLdAcgE3Uj2DYcbbxKJ-9moQe-g0F)
## Kata Live Coding
| Nom | Type | Difficulté |
| --------------------------------------------------------------------------------------------------------------------- | ----------- | ---------- |
| [WordWrap](/word-wrap) | Kata | Moyenne |
| [RomanNumerals](/roman-numerals) | Kata | Facile |
| [StringCalculator](/string-calculator) | Kata | Moyenne |
| [C'est une bonne situation ça techlead ?](https://www.youtube.com/watch?v=9tOoXfOE12o) | Discussion | |
| [TypeScript Pagination Seven](/pagination-seven) | Kata | Moyenne |
| [GildedRose](/gilded-rose) | Kata | Enervé |
| [Borestop](/borestop) | Application | Moyenne |
| [UglyTrivia](/ugly-trivia) | Revue Kata | Moyenne |
| [Java pagination Seven](/java-pagination-seven) | Kata | Facile |
| [GreenIT: simple coup de peinture ou réelle démarche écologique ?](https://www.youtube.com/watch?v=liTuZZTCpGc) | Discussion | |
| [Une annonce pour recruter un crafter - Caroline, Chloé, Ianic et Colin](https://www.youtube.com/watch?v=E5AX6Ar1Fog) | Discussion | |
| [PadBowl](https://gitlab.com/cdamon/padbowl) | Application | Enervé |
| [A Brief History of Date](/a-brief-history-of-date) | Kata | Moyenne |
| [Trip service (Java)](/trip-service-kata) | Kata | Moyenne |
| [Mustache Replacer](/mustache-replacer) | Kata | Facile |
| [String calculator 2](/string-calculator-2) | Kata | Moyenne |
| [Proxifier son localhost avec un nginx dockerisé avec Edouard CATTEZ](https://www.youtube.com/watch?v=qWMfRb3zK7k) | Talk | Facile |
| [Dev pour des data scientists, un sale boulot](https://www.youtube.com/watch?v=QK3OJGAresE) | Discussion | |
| [TCR - Roman Numerals](/tcr-roman-numerals) | Kata | Moyenne |
| [H2G2 en Java](/java-h2g2) | Kata | Moyenne |
| [Back from GDCR avec Maxime, Séraphin, Anthony et Colin](https://www.youtube.com/watch?v=CHfUGdnSX6I) | Discussion | |
| [Factory patterns](/factory-patterns) | Code&coffee | Facile |
| [Exceptions](/exceptions) | Code&coffee | Facile |
| [Puissance 4](/puissance-4) | Kata | Moyenne |
| [Trip service (TypeScript)](/trip-service-kata-typescript) | Kata | Moyenne |
| [Roman calculator](/roman-calculator) | Kata | Moyenne |
| [Atomic Design I and II](https://gitlab.ippon.fr/arey/pattern-library) | Front | Moyenne |
| [H2G2 (TypeScript)](/h2g2) | Kata | Moyenne |
| [Java streams](/java-streams) | Code&coffee | Moyenne |
| [CodingGame Mars Landing Party](https://www.youtube.com/watch?v=FeJa3UnmeHw) | CodingGame | Moyenne |
| [Game of life](/game-of-life) | Kata | Enervé |
| [Movie rental](/movie-rental) | Kata | Moyenne |
| [Fizz Buzz](/fizz-buzz) | Kata | Facile |
| [Leap years](/leap-years) | Kata | Facile |
| [Employee report](/employee-report) | Kata | Facile |
| [Résilience des data pipelines](https://youtu.be/xvpUHAWN_fg) | Discussion | |
| [1 an de craft chez Prismea](https://youtu.be/8x9_hpL0jj0) | Discussion | |
| [Gilded rose without flow control](/gilded-rose-without-flow-control) | Kata | Enervé |
| [Retour sur les 3 jours de conférences de DDD Europe](https://youtu.be/sDUuDpnLWXs) | Discussion | |
| [Concurrence en Java](/java-concurrence) | Code&coffee | Enervé |
| [Bowling Game](/bowling-game) | Kata | Moyen |
| [Tennis Refactoring kata](/tennis/refactoring) | Kata | Moyenne |
# Applications
On code entierement quelques petites applications les lives, n'hésitez pas à nous piquer des idées !
- [Borestop](/borestop): Utilisation de la pyramide de tests pour apporter rapidement de la valeure
- [PadBowl](https://gitlab.com/cdamon/padbowl): "Utilisation" du DDD dans une application basée sur JHipster
- [NERP](https://gitlab.com/cdamon/nerp): Utilisation des méthodologies présentées sur la chaine pour construire totalement une application (en cours)
# Kata
Un kata de code est un petit exercice pensé pour s'entrainer jusqu'à maitriser une compétence donnée.
## Java
### Facile
- [RomanNumerals](/roman-numerals)
- [Pagination Seven](/java-pagination-seven)
- [Mustache Replacer](/mustache-replacer)
- [Fizz Buzz](/fizz-buzz)
- [Leap years](/leap-years)
- [Employee report](/employee-report)
### Moyen
- [WordWrap](/word-wrap)
- [StringCalculator](/string-calculator)
- [UglyTrivia](/ugly-trivia)
- [Trip service](/trip-service-kata)
- [String calculator 2](/string-calculator-2)
- [TCR - Roman Numerals](/tcr-roman-numerals)
- [H2G2](/java-h2g2)
- [Puissance 4](/puissance-4)
- [CodingGame Mars Landing Party](https://www.youtube.com/watch?v=FeJa3UnmeHw)
- [Movie rental](/movie-rental)
- [Bowling Game](/bowling-game)
- [Tennis Refactoring kata](/tennis/refactoring)
### Énervé
- [GildedRose](/gilded-rose)
- [Game of life](/game-of-life)
- [Gilded rose without flow control](/gilded-rose-without-flow-control)
## TypeScript
### Moyen
- [Pagination Seven](/pagination-seven)
- [A Brief History of Date](/a-brief-history-of-date)
- [Trip service (TypeScript)](/trip-service-kata-typescript)
- [Roman calculator](/roman-calculator)
- [H2G2](/h2g2)
## Front
### Moyen
- [Atomic Design I and II](https://gitlab.ippon.fr/arey/pattern-library)
# Code & coffee
## Java
### Facile
- [Factory patterns](/factory-patterns)
- [Exceptions](/exceptions)
### Moyen
- [Java streams](/java-streams)
### Énervé
- [Concurrence en Java](/java-concurrence)
# Discussions et présentations
- [C'est une bonne situation ça techlead ?](https://www.youtube.com/watch?v=9tOoXfOE12o)
- [GreenIT: simple coup de peinture ou réelle démarche écologique ?](https://www.youtube.com/watch?v=liTuZZTCpGc)
- [Une annonce pour recruter un crafter - Caroline, Chloé, Ianic et Colin](https://www.youtube.com/watch?v=E5AX6Ar1Fog)
- [Proxifier son localhost avec un nginx dockerisé avec Edouard CATTEZ](https://www.youtube.com/watch?v=qWMfRb3zK7k)
- [Dev pour des data scientists, un sale boulot](https://www.youtube.com/watch?v=QK3OJGAresE)
- [Back from GDCR avec Maxime, Séraphin, Anthony et Colin](https://www.youtube.com/watch?v=CHfUGdnSX6I)
- [Résilience des data pipelines](https://youtu.be/xvpUHAWN_fg)
- [1 an de craft chez Prismea](https://youtu.be/8x9_hpL0jj0)
- [Retour sur les 3 jours de conférences de DDD Europe](https://youtu.be/sDUuDpnLWXs)
- [Du craft dans mon code : de la valeur sur ma prod !](https://youtu.be/JvrNRbZhtHo)
- [Le craft au travers d'une jeune équipe de développement](https://youtu.be/ED0dyPHW3VU)
# Twitch live codings
Ce dépôt Git a pour but de partager les différents ateliers pouvant être réalisés durant les sessions live coding d'Ippon Technologies sur sa chaîne Twitch.
- [Calendrier des lives](https://calendar.google.com/calendar/embed?src=c_07pbpmtv1a4d0iu48tnm6tl328%40group.calendar.google.com&ctz=Europe%2FParis) _A ajouter à votre agenda en cliquant sur le + en bas_
- [Chaîne Twitch](https://www.twitch.tv/ippontech)
- [Playlist Youtube (rediffusions)](https://www.youtube.com/playlist?list=PL6IFaLdAcgE3Uj2DYcbbxKJ-9moQe-g0F)
# Applications
On code entierement quelques petites applications les lives, n'hésitez pas à nous piquer des idées !
- [Borestop](/borestop): Utilisation de la pyramide de tests pour apporter rapidement de la valeure
- [PadBowl](https://gitlab.com/cdamon/padbowl): "Utilisation" du DDD dans une application basée sur JHipster
# Kata
Un kata de code est un petit exercice pensé pour s'entrainer jusqu'à maitriser une compétence donnée.
## Java
### Facile
- [RomanNumerals](/roman-numerals)
- [Pagination Seven](/java-pagination-seven)
- [Mustache Replacer](/mustache-replacer)
- [Fizz Buzz](/fizz-buzz)
- [Leap years](/leap-years)
- [Employee report](/employee-report)
### Moyen
- [WordWrap](/word-wrap)
- [StringCalculator](/string-calculator)
- [UglyTrivia](/ugly-trivia)
- [Trip service](/trip-service-kata)
- [String calculator 2](/string-calculator-2)
- [TCR - Roman Numerals](/tcr-roman-numerals)
- [H2G2](/java-h2g2)
- [Puissance 4](/puissance-4)
- [CodingGame Mars Landing Party](https://www.youtube.com/watch?v=FeJa3UnmeHw)
- [Movie rental](/movie-rental)
- [Bowling Game](/bowling-game)
- [Tennis Refactoring kata](/tennis/refactoring)
### Énervé
- [GildedRose](/gilded-rose)
- [Game of life](/game-of-life)
- [Gilded rose without flow control](/gilded-rose-without-flow-control)
## TypeScript
### Moyen
- [Pagination Seven](/pagination-seven)
- [A Brief History of Date](/a-brief-history-of-date)
- [Trip service (TypeScript)](/trip-service-kata-typescript)
- [Roman calculator](/roman-calculator)
- [H2G2](/h2g2)
## Front
### Moyen
- [Atomic Design I and II](https://gitlab.ippon.fr/arey/pattern-library)
# Code & coffee
## Java
### Facile
- [Factory patterns](/factory-patterns)
- [Exceptions](/exceptions)
### Moyen
- [Java streams](/java-streams)
### Énervé
- [Concurrence en Java](/java-concurrence)
## TypeScript
# Discussions et présentations
- [C'est une bonne situation ça techlead ?](https://www.youtube.com/watch?v=9tOoXfOE12o)
- [GreenIT: simple coup de peinture ou réelle démarche écologique ?](https://www.youtube.com/watch?v=liTuZZTCpGc)
- [Une annonce pour recruter un crafter - Caroline, Chloé, Ianic et Colin](https://www.youtube.com/watch?v=E5AX6Ar1Fog)
- [Proxifier son localhost avec un nginx dockerisé avec Edouard CATTEZ](https://www.youtube.com/watch?v=qWMfRb3zK7k)
- [Dev pour des data scientists, un sale boulot](https://www.youtube.com/watch?v=QK3OJGAresE)
- [Back from GDCR avec Maxime, Séraphin, Anthony et Colin](https://www.youtube.com/watch?v=CHfUGdnSX6I)
- [Résilience des data pipelines](https://youtu.be/xvpUHAWN_fg)
- [1 an de craft chez Prismea](https://youtu.be/8x9_hpL0jj0)
- [Retour sur les 3 jours de conférences de DDD Europe](https://youtu.be/sDUuDpnLWXs)
- [Du craft dans mon code : de la valeur sur ma prod !](https://youtu.be/JvrNRbZhtHo)
- [Le craft au travers d'une jeune équipe de développement](https://youtu.be/ED0dyPHW3VU)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment