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: KCD Italy è l'evento in persona della community Kubernetes italiana dedicato al Cloud Native. Salite a bordo per condividere know-how, esperienze e successi e per far crescere la comunità CNCF.
11
-
thumbnail: kcditaly_logo.png
12
-
13
-
- title: "DevConf CZ"
14
-
type: In Person
15
-
link: https://www.devconf.info/cz/
16
-
date: "June 16 - 18, 2023"
17
-
location: Brno, Czech Republic
18
-
description: DevConf.CZ is annual, free, Red Hat sponsored community conference for developers, admins, DevOps engineers, testers, documentation writers and other contributors to open source technologies. At DevConf.CZ, FLOSS communities sync, share, and hack on upstream projects together.
19
-
thumbnail: devconfcz_logo.png
20
-
21
-
- title: "Voxxed Days Luxembourg"
22
-
type: In Person
23
-
link: https://luxembourg.voxxeddays.com/en/
24
-
date: "June 21-22, 2023"
25
-
location: Luxembourg, Luxembourg
26
-
description: Voxxed Days Luxembourg is an IT event dedicated to developers, and made by developers, from the Devoxx Family.
27
-
thumbnail: voxxeddays_luxembourgh_logo.png
28
-
29
-
30
-
- title: "DevBcn"
31
-
type: In Person
32
-
link: https://www.devbcn.com/
33
-
date: "July 3-5, 2023"
34
-
location: Barcelona, Spain
35
-
description: Former JBCNConf - Multidisciplinary conference made for Developers and by Developers, to learn and share on the different modern software technologies used across the companies.
36
-
thumbnail: devBcn_logo.png
37
-
38
-
- title: "Riviera Dev"
39
-
type: In Person
40
-
link: https://2023.rivieradev.fr/
41
-
date: "July 10-12, 2023"
42
-
location: Valbonne, France
43
-
description: Riviera DEV, that’s 3 days of conferences and workshops on the French Riviera.
44
-
thumbnail: rivieradev_logo.png
7
+
link: https://2023.javazone.no/
8
+
date: "September 5-7, 2023"
9
+
location: Oslo, Norway
10
+
description: The biggest community-driven Java conference.
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: This reference guide explains how to enable AppCDS with Quarkus.
244
-
categories: "cloud, core"
244
+
categories: "core, cloud"
245
245
type: guide
246
246
url: /guides/appcds
247
247
- title: Application Data Caching
@@ -434,7 +434,7 @@ types:
434
434
- title: Dev Services for Databases
435
435
filename: databases-dev-services.adoc
436
436
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: "alt-languages, data"
853
+
categories: "data, alt-languages"
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: "alt-languages, data"
871
+
categories: "data, alt-languages"
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: "observability, web"
877
+
categories: "web, observability"
878
878
type: guide
879
879
url: /guides/smallrye-fault-tolerance
880
880
- title: SmallRye GraphQL
@@ -1174,13 +1174,13 @@ 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.
1177
-
categories: "data, web"
1177
+
categories: "web, data"
1178
1178
type: guide
1179
1179
url: /guides/validation
1180
1180
- title: Writing JSON REST Services
1181
1181
filename: rest-json.adoc
1182
1182
summary: JSON is now the lingua franca between microservices.
1183
-
categories: "serialization, web"
1183
+
categories: "web, serialization"
1184
1184
type: guide
1185
1185
url: /guides/rest-json
1186
1186
- title: Writing REST Services with RESTEasy Reactive
0 commit comments