Search⌘ K
AI Features

Conclusion

Explore the core concepts and features of Quarkus covered throughout the course. Understand how to create applications, work with REST APIs, WebSockets, GraphQL, fault tolerance, and various databases. Gain insights into additional Quarkus tools and extensions for enhanced Java development.

Congratulations on finishing the course! You can now create all kinds of amazing applications using Quarkus.

What we covered

Through the course, we covered many of Quarkus’s fundamentals. Let’s recap what we learned.

Quarkus

The Quarkus team describes it as a framework that lets us have supersonic subatomic Java by providing many out-of-the-box features, such as:

  • Container first: With a variety of extensions, it is easy to build containers with Quarkus.

  • Developer friendly: With the possibility of live coding, simple configuration, and a dev interface, the framework is developer friendy.

  • Cloud native: It provides integration with Kubernetes.

Quarkus plugins and configuration

We explored how to list and add ...