-
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.
update baggers : Lou-Théo LAURENT (#506)
- Loading branch information
Showing
1 changed file
with
45 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 |
---|---|---|
|
@@ -18525,6 +18525,51 @@ var data = { | |
mail: "[email protected]" | ||
} | ||
}, | ||
{ | ||
since: '2023-10-28', | ||
name: 'Lou-Théo LAURENT', | ||
bio: 'Développeur curieux, touche à pas mal de choses. J\'adore les événements que ce soit en tant que participant ou organisateur. La qualité me tient à coeur, je progresse pour l\'améliorer.', | ||
picture: 'https://media.licdn.com/dms/image/C4D03AQGhAgP_RVN3Fg/profile-displayphoto-shrink_400_400/0/1561902693360?e=1703721600&v=beta&t=cUyKHv0xiEM6TVVERY3FGgQ-WOCctfobQ0ZUZ_X1nqU', | ||
location: 'Strasbourg et environs', | ||
cities: ['Strasbourg'], | ||
contacts: { mail: '[email protected]' }, | ||
websites: [ | ||
{ | ||
name: 'Github', | ||
url: 'https://github.com/lou-theo/', | ||
}, | ||
{ | ||
name: 'LinkedIn', | ||
url: 'https://www.linkedin.com/in/lou-theo-laurent/', | ||
}, | ||
{ | ||
name: 'Web', | ||
url: 'https://www.sfeir.dev/author/loutheo-laurent/', | ||
}, | ||
], | ||
sessions: [ | ||
{ | ||
"title": "La réactivité dans Angular, comment ça fonctionne ?", | ||
"abstract": "Vous qui utilisez Angular au quotidien, avez-vous déjà eu la curiosité de savoir comment le framework fonctionne ? Comment votre composant sait-il qu'il doit se rafraichir ? Quelles sont les possibilités pour optimiser notre application ? Que nous réserve le futur ?", | ||
"tags": [ | ||
"JavaScript", | ||
"TypeScript", | ||
"Angular", | ||
], | ||
"lang": [ "fr" ] | ||
}, | ||
{ | ||
"title": "Quel futur pour Angular ? (vu de 2023-2024)", | ||
"abstract": "Angular a manifesté des changements impressionnants depuis quelques versions et cela n’est rien face à ce qu’il y a dans les cartons ! En plus des Signals, le phénomène qui va révolutionner la détection de changement dans Angular, nous discuterons également du futur système de contrôle des flux (le remplaçant des ngIf & co) envisagé pour la partie template. Accrochez-vous, vous risquez d’être choqué !", | ||
"tags": [ | ||
"JavaScript", | ||
"TypeScript", | ||
"Angular", | ||
], | ||
"lang": [ "fr" ] | ||
}, | ||
] | ||
} | ||
], | ||
cities: { | ||
'Aix-en-Provence': { | ||
|