Using Lombok and MapStruct in a Maven Project
Lombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]
Read moreDevelopment, DevOps and Delivery
Lombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]
Read moreI wanted to write a quick blog because I’ve wasted a full hour figuring out why the imports on the[…]
Read moreLast updated: 8/23/2024 This is a writeup for building a very rudimentary, yet clean, web UI using Angular and Bootstrap.[…]
Read moreThe Angular + Bootstrap is still my favorite front end development stack. I love Angular because of the clear separation[…]
Read moreContainer technologies have had a very strong influence in application development. In addition to the well documented value of containers[…]
Read moreThis blog covers deployment of the Red Hat Certified container for PostgreSQL on OpenShift, which is using RHEL 8.3 UBI[…]
Read moreIf you are not familiar with reactive, go check out the intro at: https://quarkus.io/guides/getting-started-reactive Reactive is a very powerful implementation[…]
Read moreEnergy trading (and trading in general) is heavily rooted in the consumption of external data feeds. In a traditional trading[…]
Read moreWith containers, the ability to perform integration testing in a local environment is now table stakes for programmers. We are[…]
Read moreWhen building a REST API, it always easy to have the OpenAPI UI to be readily accessible at the index[…]
Read more