Debugging JAXB Production Issues
Failures in XML parsing can happen in production when the source data changes. These are notoriously hard to debug... At least until now...

Shai Almog
2,812 viewsFailures in XML parsing can happen in production when the source data changes. These are notoriously hard to debug... At least until now...

Carl Dea
3,759 viewsIn this article you will learn how to switch between two different Java runtime environments to run an Apache Kafka instance.

Shai Almog
2,995 viewsHashcode and equals are at the crux of many hard to nail down Java performance issues. Here's how to track these in production!

Shai Almog
3,822 viewsDebugging race conditions is hard, unfortunately production environments are especially problematic for these kinds of problems!

Shai Almog
3,309 viewsWe work with debuggers practically every day & yet so much remains unknown. We’re operating this complex tool while using 4 basic features

Shai Almog
3,332 viewsPosted two new videos in the "140 Second Duckling" series. They cover some basic and some little-known features of debuggers. Such as …

Carl Dea
17,145 viewsimagine C code capable of performing a computation and after its completion the C code will notify Java code to perform updates to JavaFX …

Maarten Mulders
4,004 viewsI had read about git bisect a few times and figured that this time, I would use that tool to find an annoying bug.

Shai Almog
2,380 viewsIn this article, I want to go over three challenges we face when debugging modern applications: polyglot, unreproducible, data pollution.

Syed Mainul Hasan
4,774 viewsLet’s learn java stream API with a few practical examples.