The Basics of Breakpoints you Might not Know
We work with debuggers practically every day & yet so much remains unknown. We’re operating this complex tool while using 4 basic features

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

Posted two new videos in the "140 Second Duckling" series. They cover some basic and some little-known features of debuggers. Such as …

imagine C code capable of performing a computation and after its completion the C code will notify Java code to perform updates to JavaFX …

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

In this article, I want to go over three challenges we face when debugging modern applications: polyglot, unreproducible, data pollution.

Let’s learn java stream API with a few practical examples.

I’m launching a new Twitter video series that will focus on teaching the concepts of debugging (and other concepts) in small video bites

Java and JavaScript are garbage collected languages. But memory leaks can still plague them. How to avoid, detect, and fix heap problems?

Let's continue learning design patterns by implementing the Adapter, Facade, Template, Iterator, and State patterns using Java.

The Java GitHub Actions that rules them all! Third and final instalment of Lights, Camera, Action: GitHub Actions with Java