After watching the Micronaut-related talks at J on the Beach, I've become curious to know more about this framework.

First Readings

Since I'm very much into reading books (more than courses) to learn new things, I've started by looking at the following book:

Building Microservices with Micronaut

From Packt publishing, which I found on the Safari platform.

Here is the link in case you want to take a look:

https://www.packtpub.com/product/building-microservices-with-micronaut/9781800564237

First Impressions

It is the first Micronaut-specific book I have found. Although more books related to Micronaut appear in Safari searches, it appears as part of some chapter, but not as a book completely focused on Micronaut.

I have completed the first chapter and part of the second, and it actually tells quite interesting things about this framework. One of the things I thought was going to be more complicated to handle is aspect-oriented programming, but apparently it handles it efficiently (I'll go into depth when I get to the AOP part).

Now we are starting to implement the typical Pet Clinic application as part of the example worked in the book. I will be sharing the Github repositories with the code I develop while I advance with this book.