Latest post
Java Tips # 01 – Writing Shebang Scripts in Pure Java
Table of Contents Getting StartedKey Point: Shebang LineMake It ExecutableBonus Tip: Running From Anywhere Did you know you can write a CLI script in Java just as easily as you would in a bash script, and run it directly from …
-
Extending Availability of IBM Semeru Runtimes V11 Beyond October 2024
BM has extended the availability of IBM Semeru Runtimes V11 from Oct 2024 to Nov 2026. Semeru Runtimes is IBM’s build of OpenJDK with Eclipse OpenJ9 technology.
-
A Minor But Useful Refactoring Technique That Would Reduce Your Code Footprint (Part 2)
Table of Contents Stream.noneMatch() and Stream.anyMatch() As I keep refactoring, this article will focus on a few more interesting ways to do it. These are pretty much minor yet effective and useful changes. Stream.noneMatch() and Stream.anyMatch() In some situations, we …
1-3 of 3