From 2b2ad84876cb3e3cdd7172e005117ce3b5747deb Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Thu, 24 Oct 2024 07:27:22 +0200 Subject: [PATCH] blog about xtremej talk --- .../io/micronaut/gradle/BlogTask.groovy | 2 +- posts/2024-10-24-xtremej.md | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 posts/2024-10-24-xtremej.md diff --git a/buildSrc/src/main/groovy/io/micronaut/gradle/BlogTask.groovy b/buildSrc/src/main/groovy/io/micronaut/gradle/BlogTask.groovy index 3b9c9eb..6417765 100644 --- a/buildSrc/src/main/groovy/io/micronaut/gradle/BlogTask.groovy +++ b/buildSrc/src/main/groovy/io/micronaut/gradle/BlogTask.groovy @@ -409,7 +409,7 @@ class BlogTask extends DefaultTask { } if (metadata.containsKey('image')) { if (metadata.containsKey('external_url')) { - markdown = markdown + "[![](${metadata['image']})](${metadata['external_url']})\n\n" + markdown = markdown + "\n\n[![](${metadata['image']})](${metadata['external_url']})\n\n" } else { markdown = markdown + "![](${metadata['image']})\n\n" } diff --git a/posts/2024-10-24-xtremej.md b/posts/2024-10-24-xtremej.md new file mode 100644 index 0000000..8073de6 --- /dev/null +++ b/posts/2024-10-24-xtremej.md @@ -0,0 +1,28 @@ +--- +title: On November 5th, 2024, I will talk at XtremeJ 2024 +summary: I will be delivering my talk about "Getting Started with the Micronaut Framework" +date_published: 2024-10-24T07:05:30+01:00 +keywords: micronaut,talk +external_url: https://xtremej.dev/2024/schedule/ +image: https://images.sergiodelamo.com/2024-xtremej.jpg +--- + +# Talk at XtremeJ 2024 + +On November 5th 2024, I will be talking at [Xtremej.dev](https://xtremej.dev/2024/). + +> We are excited to welcome the entire Java community to join us in the coming XtremeJ online conference. We are going to have short sessions (30 minutes each), with speakers from all over the world, online interactive competitions, and experts panels with whome everyone will be able to interact. +![XtremeJ 2024](https://images.sergiodelamo.com/xtremej.jpeg) + +## Getting Started with the Micronaut Framework + +[%summary] + +> This session introduces the Micronaut framework and demonstrates how the Framework’s unique compile-time approach enables the development of ultra-lightweight Java applications. Compelling aspects of the Micronaut framework include: + Develop applications with Java, Kotlin, or Apache Groovy + Sub-second startup time + Small processes that can run in as little as 10 MB of JVM heap + No runtime reflection + Dependency injection and AOP + Reflection-free serialization + A database access toolkit that uses ahead-of-time (AoT) compilation to pre-compute queries for repository interfaces. + Cloud-native features. Sergio will also demonstrate how you can generate GraalVM native images of your Micronaut applications to achieve instant startup and ultra-low memory footprint. + +## Discount Codes + +Limited to the first ten passes, they supplied me with two discount codes: +- Use SERGIO40J to get a 40% discount. +- Use SERGIOFREE to get a Free Pass +