Learn the basics of Quarkus with a demo and explanation of the concepts of Contexts and Dependency Injection (CDI).
Should you write comments in your code?
You should document your code, but not add comments! (most of the time) Here's why you shouldn't and which are the rare cases where you would write comments.
Tracing a request chain in a Microservices architecture
Learn the "Distributed tracing" pattern, which allows us to trace a request chain and what happens in between it.
Scaling your app in 3 Dimensions
Learn the 3 different dimensions you can scale your app, to give it high availability.
Quarkus Guide: Using Spring Data JPA
Did you know you could use Spring Data JPA in Quarkus? Find out how!
Quarkus Guide: Configuration
Add more flexibility to your Quarkus application by having configurable properties, allowing features/beans to be changed before runtime.