diff --git a/data/talks.json b/data/talks.json index e0807fb..822f1f7 100644 --- a/data/talks.json +++ b/data/talks.json @@ -397,6 +397,19 @@ "description": "A review of the past four years in the life of the OpenJDK Community, and a look at what’s ahead.", "liked": true, "attended": true + }, + { + "title": "Exploring Quarkus Native: Choices and Implementation", + "speakers": ["Foivos Zakkak"], + "date": "2024-02-03T11:30:00", + "location": "Fosdem23", + "tags": ["java, quarkus"], + "url": "https://ftp.fau.de/fosdem/2024/ub5132/fosdem-2024-1876-exploring-quarkus-native-choices-and-implementation.mp4", + "duration": "PT20M", + "description": "In this presentation, we'll take a detailed look at how Quarkus approaches native compilation, highlighting what sets it apart from other frameworks. We'll start with an overview of Quarkus and its native compilation, then dive into the specific decisions made during the compilation process, explaining the reasons behind each choice. Finally we will go through parts of the Quarkus code to show how these decisions are practically implemented and how they benefit users.", + "liked": true, + "attended": true } + ] }