forked from brownbaglunch/bblfr_data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 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 |
---|---|---|
|
@@ -6762,6 +6762,38 @@ var data = { | |
"cities": [ | ||
"Montpellier" | ||
] | ||
}, | ||
{ | ||
"name": "Stéphane Lagraulet", | ||
"bio": "Architecte Java chez Ippon Technologies Bordeaux, Stéphane est le référent du pôle conseil pour la région Sud Ouest. Il intervient sur des missions de conseil, de conception ou de développement. Ses domaines de prédilection sont : les applications Java, l'architecture de micro services, les bases de données NoSQL comme MongoDB et les moteurs de recherche basés sur Lucene (SolR / Elasticsearch).", | ||
"picture": "https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/1/000/251/2cc/3efae7d.jpg", | ||
"websites": [ | ||
{ | ||
"title": "Blog d'entreprise", | ||
"href": "http://blog.ippon.fr/" | ||
}, | ||
{ | ||
"title": "LinkedIn", | ||
"href": "https://fr.linkedin.com/in/stephanlagraulet" | ||
} | ||
], | ||
"twitter": "stephlag", | ||
"contact": "[email protected]", | ||
"mail": "[email protected]", | ||
"location": "Bordeaux", | ||
"sessions": [ | ||
{ | ||
"title": "Vers une architecture de microservices", | ||
"summary": "Comment l'architecture de microservices est en train de s'imposer. Retour d'expérience sur la mise en place d'une architecture autour des technologies Spring Boot / Zookeeper." | ||
}, | ||
], | ||
"tags": [ | ||
"SolR", | ||
"MicroServices" | ||
], | ||
"cities": [ | ||
"Bordeaux" | ||
] | ||
} | ||
], | ||
"cities": [ | ||
|