Production Horrors - Handling Disasters: Public Debrief. Handling failures
Just in time for Halloween failures in production are scarier than most movie monsters. Here's a personal scary story of a production …
foojay is a place for friends of OpenJDK, providing free, reference materials and blogs for daily Java usage.

Just in time for Halloween failures in production are scarier than most movie monsters. Here's a personal scary story of a production …
JReleaser streamlines creating releases for [Java] projects, creates GitHub/GitLab/Gitea releases, while packaging binaries for Homebrew, …

I'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.

When 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 …

Covering the new release of Gradle extension, more convenient Code Actions and the recent 1.0 language server release!

Not meant as a full dissection of the Apache Maven pom.xml, this article will go through some of its common portions.

SKP's Agile Cheatsheet listing the most important terms in agile, devops, scrum, lean, kanban, and more.

Learn how to create a GitHub Action job that will build and test a Java-based project using Maven or Gradle.
Working correctly with exceptions is crucial to a high-quality application that users enjoy using. This quiz reinforces some of the basics.

Debug conditional breakpoints, setValue, and more, for VSCode, IntelliJ/IDEA, PyCharm, WebStorm, Java, JavaScript (NodeJS), Kotlin & Python.