Modbus Integration at the Edge with Quarkus Native Image Compilation
When I came to Red Hat, I had mostly lived in the IT world. My servers were in data centers.[…]
Read moreDevelopment, DevOps and Delivery
When I came to Red Hat, I had mostly lived in the IT world. My servers were in data centers.[…]
Read moreIntellij has code generation feature built into the IDE to allow Java developers to quickly generate boilerplate code including getters,[…]
Read moreLombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]
Read moreAs we continue our journey of creating a production ready REST API, we will need to start adding some additional[…]
Read moreMotivation Building a production ready application has a ton of moving parts. Most of the time, developers create a new[…]
Read moreAfter years in the Spring ecosystem, I’ve moved over to the Java EE side of the world. I started working[…]
Read moreNote: Don’t do this anymore. Use Testcontainers. I’ve been running H2 for years as an integration testing database. I’ve finally[…]
Read moreAssuming you have a Spring Boot application, using the @RestController annotations, you can generate both the Swagger JSON and the[…]
Read moreI’ve been itching to mess around with fix engines again so I started to pry open Quickfix/J and see if[…]
Read more