Skip to content

Commit

Permalink
Ajout du second speaker pour la soirée de mars
Browse files Browse the repository at this point in the history
  • Loading branch information
THLA committed Feb 26, 2024
1 parent 2cfc1d5 commit 2a17c3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added images/speakers/francois-xavier_verryser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var njEvents = [
"<p>Join us as we narrate Decathlon's journey through this complex landscape. This talk will dive into our innovative approach - a blend of RFID technology, robotics, custom coding, and the power of JobRunr - an open-source distributed job scheduler. We'll share our journey of exploring various tools and technologies, highlighting how JobRunr emerged as our top choice for its efficiency and scalability. We'll explain how our integration of open-source software, automated systems, and robotics has not only improved inventory accuracy but also enhanced the global shopping experience at our stores. Additionally, we'll show you how JobRunr works and demonstrate its capabilities through a live coding session.</p>" +
"<p>After this session you will know all about the challenges we faced, the solutions we devised, and how these insights can be practically applied in your own business scenario.</p>" +
"<p><u>Conférence en anglais</u></p>",
speakers: ['ronald_dehuysser']
speakers: ['ronald_dehuysser', 'francois-xavier_verryser']
}
]
},
Expand Down
8 changes: 8 additions & 0 deletions scripts/data/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ var njSpeakers = [
twitter: 'rdehuyss',
github: 'rdehuyss',
website: 'https://www.jobrunr.io'
}, {
id: 'francois-xavier_verryser',
name: 'François-Xavier Verryser',
photo: "jpg",
bio: "<p>Over my 17-year at Decathlon, my professional journey began as a developer, gradually evolving into roles such as application manager and ultimately product owner of diverse retail applications.</p>" +
"<p>The advent of RFID technology at Decathlon marked a pivotal moment in my career. My primary goal was to elevate stock reliability within our stores by implementing RFID inventories and crafting a user-friendly mobile application. This innovative approach significantly enhanced the overall efficiency of stock management.</p>" +
"<p>Passionate by backend technologies, I made a shift from product management to assume the role of a tech lead in the realm of stock control.</p>" +
"<p>When he's not working on open-source software, he is probably either rock climbing or sipping a fine Belgian Duvel beer.</p>"
}, {
id: 'audren_burlot',
name: 'Audren Burlot',
Expand Down

0 comments on commit 2a17c3d

Please sign in to comment.