From 94619a020e0f00fa1edf4e48eb218a04b85b0944 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Wed, 22 Nov 2023 16:15:07 +0100 Subject: [PATCH] Update quarkus.adoc with Quarkus III --- documentation/modules/ROOT/pages/quarkus.adoc | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/documentation/modules/ROOT/pages/quarkus.adoc b/documentation/modules/ROOT/pages/quarkus.adoc index 06f3896..a8472b7 100644 --- a/documentation/modules/ROOT/pages/quarkus.adoc +++ b/documentation/modules/ROOT/pages/quarkus.adoc @@ -60,13 +60,36 @@ image::quarkus2.png["Quarkus II"] What you will learn: -* Kafka and MicroProfile Reactive Messaging * Microservices architecture * Fault tolerance * Health checks * Metrics -* Security with JWT RBAC +[#three] +== Quarkus III +*Tutorial*: link:https://dn.dev/quarkus-tutorial[dn.dev/quarkus-tutorial] + +*Slides*: link:https://dn.dev/quarkusmaster3[dn.dev/quarkusmaster3] + +[cols="1,3,2"] +|=== +| *Duration* | *Audience* | *Level* +|1 hour +|For developers and hands-on architects +|Intermediate +|=== + +You have already learned to be superfast and supersmall with Quarkus: Subatomic, Subatomic Java and added some cloud-native Kubernetes capabilities; what’s next? Adding event-driven and reactive programming. +Join this deep dive session to learn why it's crucial to adopt reactive programming, which benefits you obtain by using it, and how easy is to get started with Quarkus. You'll learn when you can get the benefits of reactive programming and how to use Quarkus to build an event-driven application. Upgrade your skills with us! + + +image::quarkus2.png["Quarkus III"] + + +What you will learn: +* Reactive Programming with Quarkus and Mutiny +* Developing Event-driven architectures +* Integrating Quarkus with Kafka