You don’t need microservices

In this post, I’ll show you that maybe you are choosing microservices for the wrong reasons. I published a video about it. Check it out: [embedyt] https://www.youtube.com/watch?v=jmyLDVbc8Ws[/embedyt] If you are here probably you are in one of these situations: You want to start using microservices You are already using it In both cases, you want … Read more

5 design patterns for microservices with Quarkus and MicroProfile

Before getting started, you may want to check my book “5 Steps to an extraordinary career“, which will guide you to build your dream career as a software developer! Click here to check it out.   Have you ever had any doubts about how to start your microservices-based application from scratch? Or how to break … Read more

Jakarta EE Cookbook

About one month ago I had the pleasure to announce the release of the second edition of my book, now called “Jakarta EE Cookbook”. By that time I had recorded a video about and you can watch it here: [embedyt] https://www.youtube.com/watch?v=SFbDs1HKEyA[/embedyt] And then came a crazy month and just now I had the opportunity to … Read more

Getting started with MicroProfile using Helidon

If you ever thought how you could get started on creating microservices using MicroProfile… wait no more! I’ve just recorded a live coding where I covered some of the main APIs to have your microservice up and running and also being able to be managed. Have fun! [embedyt] https://www.youtube.com/watch?v=pCrlHDM2GyU[/embedyt] Don’t hesitate to leave your comments!

Develop, build e and run Java-EE-8-powered microservices

Learn how to work with Java EE 8 microservices in this guest post by Mario-Leander Reamer, a senior Java developer and the author of Building RESTful Microservices with Java EE 8. In this section, you’re going to take a look at the following things: How to develop, build, and run your first Java-EE-8-powered microservices Required Java EE … Read more