JVM Languages
-
Scala notes – Futures – 3 (Combinators and Async)
In the previous parts of this post, we discussed about Futures and Promises. In this last part, we’ll compose Futures…
Read More » -
Unit vs Integration Akka Testing
This is the sixth post in the series about integrating sync clients with async systems (1, 2, 3, 4, 5).…
Read More » -
Spark Streaming Testing with Scala Example
Spark Streaming Testing How do you create and automate tests of Spark Streaming applications? In this post, we’ll show an…
Read More » -
So If You’re Using Tag Libraries for Your View Models You Have To Test Them, Right?
In a previous post I introduced thinking about (visual) components and used a Task Browser as an example of an…
Read More » -
Scala notes – Futures – 2 (Promises)
In the last post, we saw how to extract values from the Future upon onComplete and their counterparts – onSuccess…
Read More » -
Ceylon on Android
In my last post, I explained how you can use Ceylon in Apache Cordova to write applications for every mobile…
Read More » -
Coordination in Akka
This is the fifth post in the series about integrating sync clients with async systems (1, 2, 3, 4). Here…
Read More » -
Scala Notes – Futures – 1
Almost all modern programming languages have a Future-Promise idiom for concurrent programming. I don’t intend to bore you with why…
Read More » -
The Top 100 Clojure Libraries in 2016
What are the top Clojure libraries used by projects on Github? Based on analyzing over 30,000 leiningen dependencies One of…
Read More »