agoncal / agoncal-course-quarkus-microservices

Code for of course "Building Microservices with Quarkus"
34 stars 30 forks source link
course java microservice quarkus

AGoncal Course: Building Microservices with Quarkus

Code of my Building Microservices with Quarkus course.

Travis

This course is for Quarkus developers who want to discover how Quarkus and MicroProfile handle microservices. 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 a microservice architecture step by step.

In this course you will develop two RESTful microservices that talk to each other. After introducing Microservices and MicroProfile, you will make sure your development environment is set up, and you will go from bootstrapping two Quarkus microservices, to running them as Docker containers. The different steps you'll go through are:

At the end of the course you'll get a good understanding on how to implement RESTful microservices with Quarkus. You will be able to bootstrap, develop, package and execute a microservice architecture, but most important, take Quarkus microservices to your next project.

Building Microservices with Quarkus