Part 1– Creating a Backend with Quarkus
This section focuses on the knowledge and skills required to implement a backend in Java by leveraging the Quarkus framework and its extensions. In this part, you will learn how to bootstrap a Quarkus project from scratch to create a secure, tested HTTP server for your backend.
In this part, we cover the following chapters:
- Chapter 1, Bootstrapping the Project
- Chapter 2, Adding Persistence
- Chapter 3, Creating the HTTP API
- Chapter 4, Securing the Application
- Chapter 5, Testing Your Backend
- Chapter 6, Building a Native Image