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

Maarten Mulders
4,035 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,401 viewsIn this article, I want to go over three challenges we face when debugging modern applications: polyglot, unreproducible, data pollution.

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

Shai Almog
2,961 viewsI’m launching a new Twitter video series that will focus on teaching the concepts of debugging (and other concepts) in small video bites

Shai Almog
3,462 viewsJava and JavaScript are garbage collected languages. But memory leaks can still plague them. How to avoid, detect, and fix heap problems?

Sumith Puri
6,304 viewsLet's continue learning design patterns by implementing the Adapter, Facade, Template, Iterator, and State patterns using Java.

Carl Dea
5,110 viewsThe Java GitHub Actions that rules them all! Third and final instalment of Lights, Camera, Action: GitHub Actions with Java

Tarek Oraby
22,407 viewsMany developers struggle with writing a web UI, but it becomes absolute fun if we could do it with pure java; let's find out how.

Shai Almog
6,482 viewsMemory usage is one of the most important aspects for devs in general and Java SE devs in particular. GC tips, tricks, internals, and more!

Tarek Oraby
7,039 viewsIn this guide, learn how to build a small but fully functional ToDo application in pure Java using Vaadin Flow.