Getting started with Quarkus

Catalin Patrut
5 min readApr 27, 2020

Includes, good practices, other libraries integration, keeping the application natively opened, end to end testing, step by step explanation and CI pipeline built with Gitlab.

Introduction

If you are a Java developer you’ve heard for sure about the new Supersonic, Superatomic Java framework, Quarkus, that can help you create a native application with Java.

Nowadays, there are a few insightful articles over the internet about it, such as this one which aims for comparison with Spring. The short story is that it shines…

--

--