
Learning Quarkus
I am currently learning Quarkus, and I am documenting my journey here with a series of blog posts.
The last time I have worked with Java and an RDBMS system was in 2012, since I have been working with Java, NodeJS and NoSQL databases. I am excited to see how Quarkus will help me to build a modern Java application with some very interesting features:
- hot reload
- active record pattern
- continuous testing
- data services
- reactive programming
Blog Posts:
- Default Values for Panache Entity Fields (2023-12-09): learn how to set default values in Java beans & SQL tables fields.
- Database Projection with Panache (2023-12-16): learn how to select fields when doing a SQL Query using Java Record
- Upload file to the Cloud using a REST Service (2023-12-24): learn how to upload an file to Azure, Google and AWS