Skip to content

Commit

Permalink
soirée novembre
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Boillod committed Oct 31, 2024
1 parent 91e6fc4 commit 23347ce
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
Binary file added images/speakers/anthony_dahanne.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 16 additions & 11 deletions scripts/data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,25 @@
var njEvents = [
{
id: '2024_11_19',
title: "Sous le capot d'une application JVM",
title: "Paketo Buildpacks // Sous le capot d'une application JVM",
date: new Date(2024, 10, 19), //month begin at 0
time: '19h00',
register: "",
place: "",
register: "https://www.meetup.com/nantes-java-user-group/events/304303223",
place: "qlik",
subjects: [
// {
// title: "Accelerate, retour d'XP Decathlon",
// time: '19h00',
// length: '0h30',
// type: 'quickie',
// abstract: "",
// speakers: ['jean-philippe_le-goff']
// },
{
title: "Paketo Buildpacks : la meilleure façon de construire des images OCI?",
time: '19h00',
length: '0h45',
type: 'talk',
abstract: "<p>Les Buildpacks existent depuis plus de 10 ans ! <br/>" +
"D'abord, ils étaient utilisés pour détecter et construire une application avant de la déployer sur certains PaaS (Platform as a Service). <br/>" +
"Ensuite, nous avons pu créer des images Docker (OCI) avec leur dernière génération, les Cloud Native Buildpacks (CNCF en incubation). <br/>" +
"Sont-ils une bonne alternative au Dockerfile ? <br/>" +
"Que sont les buildpacks Paketo ? <br/>" +
"Quelles communautés les soutiennent et comment ?",
speakers: ['anthony_dahanne']
},
{
title: "Sous le capot d'une application JVM - JDK Flight Recorder / JDK Mission Control",
time: '19h45',
Expand Down
12 changes: 12 additions & 0 deletions scripts/data/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

/*jshint unused: false */
var njSpeakers = [
{
id: "anthony_dahanne",
name: "Anthony Dahanne",
bio:
"<p>Développeur logiciel depuis plus de 15 ans, mes sujets préférés sont la containerisation (Docker, Kubernetes), les outils pour développeurs, l’intégration continue, et bien sûr, le développement en Java.</p>" +
"<p>Depuis presque 2 ans, j'ai rejoint l'équipe de maintenance des Buildpacks Java (open source et commerciaux) à Broadcom (ex-VMware).</p> " +
"<p>Dans mon temps libre, il m'arrive de travailler sur des projets persos comme des bots Mastodon, des calendrier d'événements tech, etc. en Go, Java, et même Android.</p>",
photo: "jpg",
twitter: "anthonydahanne",
github: "anthonydahanne",
website: "https://blog.dahanne.net/",
},
{
id: "guillaume_darmont",
name: "Guillaume Darmont",
Expand Down

0 comments on commit 23347ce

Please sign in to comment.