Introduction to Flaky Tests Unit testing forms the bedrock of any Continuous Integration (CI) system. It warns software engineers of bugs in newly-implemented code and regressions in existing code, before it is merged. This ensures increased software reli... (more…)
Read more »
In addition to the functional aspect of logging, logs are also critical from a Java security perspective. When a security breach occurs, your log files are... (more…)
Read more »
Table of Contents Introduction Superhuman Intelligence Is Already Here ATMs Didn’t Replace Bank Tellers About Me Multidimensional ... (more…)
Read more »
CoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different J... (more…)
Read more »
Xstream is an old but still a good framework for serialization. Definitely, there are faster libraries however Xstream still lightweight an... (more…)
Read more »