A wonderful collection of projects to check out for code samples and seeing the power of Java in action.
Read more »
In the last article, I have shown you how you can build a docker image for Jenkins Pipeline using SDKMAN! command-line tool. Today I will show you how you can build multiple different docker images us... (more…)
Read more »
I keep encountering situations where RDBMS users think that one second for query execution is anything near fast. Most recently, in this Stack Overflow question: Hibernate SQL In clause making CPU … (more…)
Read more »
There are certain
problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)
Read more »
titanoboa.io is distributed, highly scalable and fault tolerant workflow orchestration platform for JVM. Create workflows with drag&drop from predefined steps or just quickly code them in our browser-based IDE. Run titanoboa on-premises or in a cloud ... (more…)
Read more »