You May Also Enjoy
Rethinking Java Design Patterns: from OOP to FP
4 minute read
Functional Programming answer, to those who wonder how to integrate or combine it with Object-Oriented Programming, is usually: Turtles all the way down.
Rethinking Java CRUDs with Event Sourcing and CQRS patterns
7 minute read
Traditional CRUD systems store only the current state of an entity. When a record is updated, the previous value is overwritten and lost forever. Event Sourc...
Rethinking Java Web UIs with Jakarta Faces and Quarkus
11 minute read
Nowadays, Java enterprise applications often default to Angular, React, or Vue for the frontend. But for this kind of applications, the most natural UI frame...
Building a Containerized Quarkus API and a CI/CD Pipeline on AWS EKS/Fargate with CDK
17 minute read
In a recent post, I have demonstrated the benefits of using AWS ECS (Elastic Container Service), with Quarkus and the CDK (Cloud Development Kit), in order t...