Appendix – Answers

Chapter 1

  1. Quarkus is a Java web application framework similar to Spring Boot. Its main focus is on minimizing the application startup time and memory footprint while boosting the developer experience.
  2. You can create a Quarkus project from scratch by leveraging its CLI tool, a Maven goal, or most conveniently, by using the https://code.quarkus.io page.
  3. To run a Quarkus project in development mode, you need to invoke the following command: ./mvnw quarkus:dev.
  4. TDD stands for test-driven development, which is a software development process that aims to improve the developer’s productivity and the overall code quality.
  5. There are several packaging modes for Quarkus. You can easily package the application by running the following ...

Get Full Stack Quarkus and React now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.