Latest post
Java Tips # 01 – Writing Shebang Scripts in Pure Java
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 the shell? This is commonly called a shebang script, though we are mostly familiar …
-
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)
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 need to find a single case …
1-3 of 3