From 6a0f14c307f356a46a966c100b531477ee40c304 Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Fri, 9 Feb 2024 20:59:33 +0100 Subject: [PATCH] docs: talks.json edit --- data/talks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 } + ] }