Scala
-
Akka Notes – ActorSystem (Configuration and Scheduling) – 4
As we saw from our previous posts, we could create an Actor using the actorOf method of the ActorSystem. There’s…
Read More » -
Property-based testing with ScalaCheck – custom generators
One of the core data structures provided by Hazelcast is IMap<K, V> extending java.util.concurrent.ConcurrentMap – which is basically a distributed…
Read More » -
Akka Notes – Actor Messaging – Request and Response – 3
Last time when we saw Actor messaging, we saw how fire-n-forget messages are sent (Meaning, we just send a message…
Read More » -
Akka Notes – Actor Messaging – 1
From the introductory first part of the Akka Notes, we saw a bird’s eye view of Actors in the Akka…
Read More » -
For All You Know, It’s Just a Java Library
Blast from the past… I wrote this in May, 2008… and I’ve gotta say, I was pretty spot-on including Java…
Read More » -
Use Cases for Elasticsearch: Index and Search Log Files
In the last posts we have seen some of the properties of using Elasticsearch as a document store, for searching…
Read More » -
Scala and Java 8 type inference in higher order functions sample
One of the concepts mentioned in the Functional Programming in Scala is about the type inference in higher order functions…
Read More » -
Akka Cluster with Docker containers
This article will show you how to build docker images that contain a single akka cluster application. You will be able…
Read More » -
Test your Dependencies with Degraph
I wrote before about (anti)patterns in package dependencies. And of course the regular reader of my blog knows about Degraph, my private project to provide…
Read More »