Quarkus

Understanding Quarkus_Tile card
E-book

Understanding Quarkus

Antonio Goncalves

If you are reading this fascicle, it’s because you are a developer. And like most developers, when you learn a new technology or framework, you like to see some code first. So here is the very first step with Quarkus.

Practising Quarkus_Tile card
E-book

Practising Quarkus

Antonio Goncalves

The only requirements to follow and understand this fascicle are having a knowledge of Java and having some knowledge of relational databases and Docker. This fascicle concentrates on Quarkus 1.8.2.Final. Its structure will help you to discover this technology as well as helping you to further dive into it if you already have some experience of it.

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.

Share graphics_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.

Share graphics_Quarkus & Observability
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.

Share graphics_Quarkus reactive messaging streams
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.