Scala
-
A journey with Scala
To those who are regular visitors of this blog, it is well known that when it comes to developing code…
Read More » -
Run Scala implemented Storm topologies on HDInsight
Previously we set up a Scala implemented storm topology in order to count words. What comes next is uploading our…
Read More » -
WordCount with Storm and Scala
Apache Storm is a free and open source distributed realtime computation system running on the JVM. To get started we…
Read More » -
Run Scala implemented Hadoop Jobs on HDInsight
Previously we set up a Scala application in order to execute a simple word count on hadoop. What comes next…
Read More » -
WordCount on Hadoop with Scala
Hadoop is a great technology built with java. Today we will use Scala to implement a simple map reduce job…
Read More » -
Deploying akka-http app to Cloud Foundry
In a preceding post I had gone over the steps to deploy a simple akka-http app to Cloud Foundry. The gist of…
Read More » -
Deploying akka-http app to Cloud Foundry
It is easy to deploy an akka-http application to Cloud Foundry. I experimented with a few variations recently and will cover ways…
Read More » -
Scala Tutorial: Developing Modern Applications
Course Overview Scala is a general-purpose programming language. It has full support for functional programming and a very strong static…
Read More » -
Developing Modern Applications with Scala: Web APIs with Akka HTTP
This article is part of our Academy Course titled Developing Modern Applications with Scala. In this course, we provide a…
Read More »