-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing myself from baggers list (#522)
- Loading branch information
1 parent
21e5d27
commit fb9b001
Showing
1 changed file
with
0 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4766,47 +4766,6 @@ var data = { | |
mail: '[email protected]', | ||
}, | ||
}, | ||
{ | ||
since: '2014-03-18', | ||
name: 'Simon Baslé', | ||
bio: | ||
"Développeur Java curieux, particulièrement enthousiasmé par les aspects conception (OOP, design patterns, architecture logicielle), les clients riches et l'User eXperience, les outils et bonnes pratiques associées, ainsi que la programmation concurrente.", | ||
picture: | ||
'http://fr.gravatar.com/userimage/42947809/b10c51afd81006de14a5bffdb25973f2.jpg?size=200', | ||
websites: [ | ||
{ | ||
name: 'InfoQ', | ||
url: 'http://www.infoq.com/fr/author/Simon-Basl%C3%A9', | ||
}, | ||
{ | ||
name: 'LinkedIn', | ||
url: 'http://www.linkedin.com/in/simonbasle', | ||
}, | ||
], | ||
location: 'Paris, remote', | ||
sessions: [ | ||
{ | ||
title: 'Programmation Réactive avec Reactor (ou RxJava)', | ||
abstract: | ||
'Déjà eu à travailler avec des callbacks de callbacks de callbacks de...? Découvrez comment le paradigme de programmation réactive et la librairie Reactor (ou RxJava) peuvent vous aider à sortir de cet enfer, sous Java 8.', | ||
tags: [ | ||
'Java', | ||
'Reactive Programming', | ||
'Reactive', | ||
'Reactor', | ||
'RxJava', | ||
'Java 8', | ||
'Asynchrone', | ||
], | ||
lang: ['fr', 'en'], | ||
}, | ||
], | ||
cities: ['Paris'], | ||
contacts: { | ||
twitter: 'simonbasle', | ||
mail: '[email protected]', | ||
}, | ||
}, | ||
{ | ||
since: '2014-03-28', | ||
name: 'Youri Bonnaffé', | ||
|