docs: talks.json edit
This commit is contained in:
parent
12e00ffd28
commit
6a0f14c307
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue