Quarkus

Quarkus featured image
Article

Quarked testing: Writing tests for Quarkus

Alex Soto Bueno +1

In this DevNation Tech Talk, we show you how to test Quarkus applications and services, from components like mocks to topics like persistence tests.

Kafka and Quarkus stream-themed featured image
Article

Build a data streaming pipeline using Kafka Streams and Quarkus

Kapil Shukla

Build a Quarkus application that streams and processes data in real-time using Kafka Streams. As we go through the example, you will learn how to apply Kafka concepts such as joins, windows, processors, state stores, punctuators, and interactive queries.

Quarkus featured image
Article

Quarkus and Jakarta EE: Together, or not?

Mark Little

Will Quarkus be compatible with Jakarta EE? As usual, the answer isn't a simple "yes" or "no," so settle in to learn the answer and why.

Quarkus testing
Cheat Sheet

Quarkus Testing Cheat Sheet

Alex Soto Bueno

Quarkus implements a set of functionalities to test Quarkus applications in an easy way as well as a tight integration with the REST Assured framework to write black-box tests.

quarkus and observability cheat sheet
Cheat Sheet

Quarkus & Observability Cheat Sheet

Alex Soto Bueno

Observability is the ability to watch the state of a system/application based on some external outputs. This cheat sheet covers the integrations you can find in the form of extensions for Quarkus to implement observability.

Quarkus reactive messaging cheatsheet
Cheat Sheet

Quarkus Reactive Messaging Streams Cheat Sheet

Alex Soto Bueno

(Part 1)Quarkus implements a set of functionalities to test Quarkus applications in an easy way as well as a tight integration with the REST Assured framework to write black-box tests. This cheat sheet covers how to write component/integration tests in Quarkus.

Benefits of reactive programming
Article

Reactive Quarkus: A Java Mutiny

Clement Escoffier +1

In this DevNation Tech Talk, we introduce the Mutiny reactive programming library and show how Quarkus and Mutiny simplify reactive application development.

Migrating Spring Boot tests
Article

Migrating Spring Boot tests to Quarkus

rassmith

Learn how to migrate Spring Boot tests to Quarkus, and how to deal with the Spring Boot test functionalities that don't map to Quarkus.

Debugging GraalVM-native images using gdb
Article

Debugging GraalVM-native images using gdb

Andrew Dinn

Discover how GraalVM adding DWARF debug information to its Linux images enables effective source-level Java-native image debugging through gdb.