Scala
-
Three flavours of request-response pattern in Akka
Imagine a simple Akka actor system consisting of two parties: MonitoringActor and NetworkActor. Whenever someone (client) sends CheckHealth to the…
Read More » -
JavaScript routing in Play 2 (Scala edition)
In my previous post, I covered using JavaScript routing in Play 2 Java applications. Here’s the Scala version. It’s pretty…
Read More » -
My Priorities for Scala
What TypeSafe Should be Working On There was a Twitter thread that started off discussing Clojure REPL usage but devolved…
Read More » -
Top 100 Most Popular Scala Libraries – Based on 10,000 GitHub Projects
As Scala developers working in a language and ecosystem that’s rapidly growing and evolving, we’re faced with a constant dilemma…
Read More » -
Playing with futures
During job interviews we often give Scala developers a simple design task: to model a binary tree. The simplest but…
Read More » -
Introducing Accord: a sane validation library for Scala
Accord is an open-source (Apache-licensed) Scala validation library developed at Wix. It’s hosted on GitHub and you’re welcome to fork…
Read More » -
Surfacing Hidden Design: Seeking A Better Alternative To Interrelated Mutable Fields
What is better, a bunch of mutable boolean fields and methods operating on them, or an explicit expression of the…
Read More » -
Sending Email with Java and Akka actors
Akka is a concurrent framework written by Scala. Here I demonstrate sample application to send emails with Akka and implemented…
Read More » -
Scala setup on Windows 7
This article will be dedicated to installation of Scala on PC with Windows 7. In general, doesn’t metter which Windows…
Read More »