-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Vincent Beauvivre
- Loading branch information
Showing
1 changed file
with
39 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 |
---|---|---|
|
@@ -18440,6 +18440,45 @@ var data = { | |
contacts: { | ||
mail: '[email protected]', | ||
}, | ||
}, | ||
{ | ||
since: '2023-09-19', | ||
name: 'Vincent Beauvivre', | ||
bio: 'Backend technology specialist, with focus on APIs, understanding app needs and turn it into code, interoperability…', | ||
picture: 'https://slash.troopers.coop/_next/image?url=https%3A%2F%2Fstrapi.troopers.agency%2Fuploads%2FVincent_c0094c0e5b.webp&w=640&q=100', | ||
websites: [ | ||
{ | ||
name: 'Linkedin', | ||
url: 'https://www.linkedin.com/in/vincent-beauvivre-2a506121/', | ||
}, | ||
{ | ||
name: 'Website', | ||
url: 'https://troopers.agency/', | ||
}, | ||
], | ||
location: 'Nantes et périphérie', | ||
sessions: [ | ||
{ | ||
title: | ||
"Voyage d’une appli legacy vers le DDD − Domain Driven Design", | ||
abstract: | ||
"Je vous propose une étude de cas fictive mais pratique, pour transformer une application réalisée avec CakePhp dans un code moderne, réutilisable et maintenable.", | ||
tags: ['Backend', 'Architecture', 'DDD'], | ||
lang: ['fr', 'en'], | ||
}, | ||
{ | ||
title: | ||
"Because I’m API", | ||
abstract: | ||
"Un aperçu du monde fantastique des API et pourquoi API-Platform est la solution qui respecte le mieux les normes et usages de la terre du milieu.", | ||
tags: ['Backend', 'Architecture', 'Api'], | ||
lang: ['fr', 'en'], | ||
}, | ||
], | ||
cities: ['Nantes'], | ||
contacts: { | ||
mail: '[email protected]', | ||
}, | ||
}, | ||
], | ||
cities: { | ||
|