Book Review: Why Programs Fail by Andreas Zeller
The book provides the theoretical infrastructure needed for the quality process. Viewed as a tutorial it’s pretty good for students!
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Shai Almog
3,059 viewsThe book provides the theoretical infrastructure needed for the quality process. Viewed as a tutorial it’s pretty good for students!

Nicolas Frankel
2,644 viewsI'd like to describe how to add new behavior to an existing object/type. I won't use any reactive type to make it more general.

Chandra Guntur
5,384 viewsMaven can depend on constraints external to what is packaged. Examples include the JDK to use (assuming there are several JDKs on the …

Sumith Puri
4,710 viewsSKP's Agile Cheat - Sheet that Lists the Most Important Terminologies in Agile, Scrum, Lean, Kanban and SAFe.

Nicolas Frankel
2,880 viewsIn this article I will describe how you can benefit from such a data visualization front-end without writing a single line of code.
Brian Vermeer
3,332 viewsOur research team found a correlation between socially trending vulnerabilities and the existence of exploits that can harm your …

Shai Almog
2,998 viewsJust in time for Halloween failures in production are scarier than most movie monsters. Here's a personal scary story of a production …
Gerrit Grunwald
4,504 viewsJReleaser streamlines creating releases for [Java] projects, creates GitHub/GitLab/Gitea releases, while packaging binaries for Homebrew, …

Nicolas Frankel
2,278 viewsI'd like to first explain why the JVM platform is a bad idea for FaaS. Then, I'll proceed to propose alternatives to use Kotlin nonetheless.

A N M Bazlur Rahman
5,210 viewsWhen a thread acquires a lock object, no other thread will be able to use it. Once a thread unlocks the lock, other threads acquire it …