How to Run Neo4j on Kubernetes
For an upcoming event, I was asked to give a demo of how to run Neo4j on Kubernetes. I had very little experience with Kubernetes, so I …
foojay is a place for friends of OpenJDK, providing free, reference materials and blogs for daily Java usage.

For an upcoming event, I was asked to give a demo of how to run Neo4j on Kubernetes. I had very little experience with Kubernetes, so I …

Within OpenJDK, there is a whole Java package dedicated to MIDI communication and data handling. Is it up to date? Are there better …

I was experimenting with a Java application that can act as a web server and includes the user interface HTML-files that get modified with …

JEP 476 represents a significant step towards simplifying Java programming by reducing boilerplate code and improving readability.

I continue to work on my Opentelemetry demo. Its main idea is to showcase traces across various technology stacks, including asynchronous …

Discover effective k8s debugging strategies, from kubectl debug and ephemeral containers to debuggers. Troubleshoot production/dev issues.

An exciting new AI related feature for Java developers on Visual Studio Code.

In this episode you'll hear Simon Martinelli, Nicolas Fränkel, Marcus Hellberg, Rick Ossendrijver, and Abdel Sghiouar.

If you are new to JavaFX+Kotlin, this book is a good starting point and gives enough examples to help you understand how to create an …

Use the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file