UnitOfTime – Measure and convert you milliseconds
Continuing my series on advanced classes that are handy to have around when needed. I have created the UnitOfTime. This class is used to convert a number of milliseconds over…
Team to Create Outside the Box
Continuing my series on advanced classes that are handy to have around when needed. I have created the UnitOfTime. This class is used to convert a number of milliseconds over…
Not very often do I need to take a number of bytes and convert them into the most appropriate measurement. This came up recently on a project and I thought…
Well I was bored one night after creating the UnitOfMemory and decided what else could be useful in the future. I came up with a UnitOfDistance to convert distances over…
Dynamic Feature Toggles with Spring Cloud Bus Feature toggles (or feature flags) are a powerful technique for managing application behavior without code deployments. They allow you to turn features on…
Every get tired of converting from Dates to Calendars and then need to use SimpleDateFormat to output it as a String? How about parsing a string and getting a Date…
Spring Kafka provides a powerful framework for interacting with Apache Kafka, but efficient message delivery requires some fine-tuning. Here’s how to optimize your Spring Kafka producer using compression, batching, and…
So often I see developers turn to open source to implement job management. These are often far more advanced than what many people really need in their Java applications. Sure…