Intellij’s Java toString Update to Match Records
Intellij has code generation feature built into the IDE to allow Java developers to quickly generate boilerplate code including getters,[…]
Read moreDevelopment, DevOps and Delivery
Intellij has code generation feature built into the IDE to allow Java developers to quickly generate boilerplate code including getters,[…]
Read moreI recently had a conversation with ChatGPT about helping me build some protobuf-based commodities trade structures. It was pretty amazing[…]
Read moreSoftware testing is important. Unit tests are important. However, there are so many different layers and scopes of testing software[…]
Read moreThe journey to microservices is focused on breaking down monolithic applications into compose, domain driven services. There are many valuable[…]
Read moreThis blog post assumes you have at least a basic understanding of Kafka – topics, partitioning, offsets. If you have[…]
Read moreThe need for continuous delivery is predicated on the fact that software is continuously deteriorating. From the second the code[…]
Read moreSwitching to use Podman instead of Docker for spinning up Testcontainers on MacOS just takes a bit of install and[…]
Read moreSetting Up the NFS Server I run a RHEL box which provides all the supporting services needed for my POCs[…]
Read moreLombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]
Read moreI love me some Let’s Encrypt. This nonprofit certificate authority brought a no-nonsense set of tools and practices to managing[…]
Read more