Going Reactive with Rabbit in Java

When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… Read more

Similar

The Arrival of Java 14

The arrival of Java 14! <a href="https://twitter.com/OpenJDK" target="_blank">Follow OpenJDK on Twitter</a> <a href="https://jdk.java.net/14/" target="_blank">Download Oracle OpenJDK</a> <a href="https://oracle.com/javadownload"... (more…)

Read more »

Composing Functions in Early Java Versions

Part 1 of The Weekly Challenge 171 : Create sub compose($f, $g) which takes in two parameters $f and $g as subroutine refs and returns subroutine ref i.e. compose($f, $g)-($x) = $f-($g-($x)) . While the problem is given in a Perl centric way, the intent i... (more…)

Read more »