You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This is not another developer event. This is an experience that brings together the global tech community for two days of learning, networking, and creating new memories. This is a gathering of professionals, founders, leaders, disruptors, and dreamers. This is Shift. And we want to Shift Your World.
description: At Devoxx Belgium 2023, attendees can look forward to a spectrum of talks and sessions from the industry’s brightest minds, spotlighting both local and global talent.
description: The Devfest (i.e Developers Festival), is a technical conference destined to developers. It's meant for students, professionals, or any curious techie.
summary: Secure your Quarkus application endpoints by combining Quarkus built-in basic HTTP authentication with the JPA identity provider to enable role-based access control (RBAC).
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
437
-
categories: "data, tooling"
437
+
categories: "tooling, data"
438
438
type: guide
439
439
url: /guides/databases-dev-services
440
440
- title: Dev Services for Elasticsearch
@@ -850,7 +850,7 @@ types:
850
850
- title: Simplified Hibernate ORM with Panache and Kotlin
851
851
filename: hibernate-orm-panache-kotlin.adoc
852
852
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
853
-
categories: "data, alt-languages"
853
+
categories: "alt-languages, data"
854
854
type: guide
855
855
url: /guides/hibernate-orm-panache-kotlin
856
856
- title: Simplified Hibernate Reactive with Panache
@@ -868,13 +868,13 @@ types:
868
868
- title: Simplified MongoDB with Panache and Kotlin
869
869
filename: mongodb-panache-kotlin.adoc
870
870
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
871
-
categories: "data, alt-languages"
871
+
categories: "alt-languages, data"
872
872
type: guide
873
873
url: /guides/mongodb-panache-kotlin
874
874
- title: SmallRye Fault Tolerance
875
875
filename: smallrye-fault-tolerance.adoc
876
876
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
877
-
categories: "web, observability"
877
+
categories: "observability, web"
878
878
type: guide
879
879
url: /guides/smallrye-fault-tolerance
880
880
- title: SmallRye GraphQL
@@ -910,7 +910,7 @@ types:
910
910
- title: Tips for writing native applications
911
911
filename: writing-native-applications-tips.adoc
912
912
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
913
-
categories: "core, writing-extensions"
913
+
categories: "writing-extensions, core"
914
914
type: guide
915
915
url: /guides/writing-native-applications-tips
916
916
- title: Using Apache Kafka Streams
@@ -1174,7 +1174,7 @@ types:
1174
1174
- title: Validation with Hibernate Validator
1175
1175
filename: validation.adoc
1176
1176
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
0 commit comments