Logging can be a pain. Reading logs can be an even bigger pain.
Read more »
What is a HashSet A HashSet is an unordered collection containing unique elements. It has the standard collection operations Add, Remove, Contains, but since it uses a hash-based implementation, these operations are O(1) Learn with a Programming Question ... (more…)
Read more »
IntelliJ IDEA 2017.1 is available for download! In addition to many important bug fixes, this massive update brings lots of improvements to supported languages, frameworks, and built-in tools. (more…)
Read more »
The top Java anomaly detection tools you should know: X-Pack, Loom Systems, OverOps, Coralogix and Anodot... (more…)
Read more »