Scala
-
Akka Notes – Finite State Machines – 2
In the first part of notes on Akka FSM, we saw the basics of Akka FSM and the outline of…
Read More » -
Akka Notes – Finite State Machines – 1
I recently had the opportunity to play with Akka FSM at work for some really interesting use-case. The API (in…
Read More » -
Apache Spark Advanced Cluster Deploy Troubleshooting
In this Apache Spark example tutorial, we’ll review a few options when your Scala Spark code does not deploy as…
Read More » -
Scalaz features for everyday usage part 3: State Monad, Writer Monad and lenses
In this article in the mini series on Scalaz, we’ll look at a couple of additional monads and patterns available…
Read More » -
Getting started with scala-native
This is just a quick recollection of the steps I’ve taken to get my own helloworld running using scala-native. I…
Read More » -
Finite state machines with Akka
As you could remember from previous posts, Part 1 and Part 2, we’re implementing a solution that integrates a sync…
Read More » -
Scalaz features for everyday usage part 2: Monad Transformers and the Reader Monad
For the second article of the “Scalaz features for everyday usage” we’ll look at the subject of Monad transformers and…
Read More » -
Scalaz features for everyday usage part 1: Typeclasses and Scala extensions
Most of you have probably heard of the great Javascript book: Javascript the good parts. In the same light I’d…
Read More » -
Spark Streaming Example – How to Stream from Slack
Let’s write a Spark Streaming example in Scala, which streams from Slack. This post will show how to write, configure…
Read More »