Scala
-
Developing Modern Applications with Scala: Build with SBT
This article is part of our Academy Course titled Developing Modern Applications with Scala. In this course, we provide a…
Read More » -
IntelliJ Scala and Apache Spark – Well, Now You Know
IntelliJ Scala and Spark Setup Overview In this post, we’re going to review one way to setup IntelliJ for Scala…
Read More » -
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 » -
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 » -
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 » -
Apache Spark Machine Learning Example with Scala
In this Apache Spark Machine Learning example, Spark MLlib will be introduced and Scala source code reviewed. This post and…
Read More »