Starting with Quarkus
https://DevCourseWeb.com
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 54 lectures (3h 17m) | Size: 1.4 GB
Start using Quarkus: the Supersonic Subatomic Java toolkit
What you'll learn:
Understand the Quarkus ecosystem, where it comes from, its performance benefits
Bootstrap a REST application with Quarkus
Test it with JUnit and RestAssured
Use injection with CDI
Configure the application and Quarkus itself
Use the dev/test/prod Quarkus profiles
Package a Quarkus application in several JAR formats
Generate a native binary thanks to GraalVM
Build and execute a Docker container out of the application
Requirements
A recent Windows / Mac / Linux machine
Knowledge of the Java language and the Java ecosystem (Maven, JUnit, GraalVM)
Basic knowledge of RESTful Web Services
Basic knowledge of Docker
Description
This course is for Java developers who want to discover Quarkus. It’s a mixture of slides and code so you can “Understand and Practice” at the same time. This way, you learn the theory, and then put it into practice by developing an application step by step.
In this course you will go through an entire development cycle. After introducing Quarkus, you will make sure your development environment is set up, and you will go from bootstrapping a Quarkus application, to running it as a Docker container. The different steps you’ll go through are: