Skip to content

Commit

Permalink
blog about xtremej talk
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Oct 24, 2024
1 parent 7ab8299 commit 2b2ad84
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
28 changes: 28 additions & 0 deletions posts/2024-10-24-xtremej.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b2ad84

Please sign in to comment.