Click here to Skip to main content
15,861,168 members
Everything / Programming Languages / Scala

Scala

Scala

Great Reads

by Sacha Barber
Simple uber type app using Akka/React/TypeScript/Scala/Play/Kafka/MongoDb/Rx
by Sacha Barber
An article on how to use the open source Apache Kafka messaging framework, with a bit of RxScala thrown in for good luck
by Sacha Barber
Looking at Spark/Cassandra working together
by Sacha Barber
Looking at Spark/Cassandra working together

Latest Articles

by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by jfriedman
When you need a janky [unsafe] way to generate communitive hash codes
by Shun Huang
How to set up Visual Studio Code for Scala development on WSL
by Sandeep Mewara
A guide to help learn about Kafka and do a setup & test of data pipeline in Windows environment.

All Articles

Sort by Score

Scala 

6 Feb 2018 by Sacha Barber
Simple uber type app using Akka/React/TypeScript/Scala/Play/Kafka/MongoDb/Rx
15 Mar 2016 by Sacha Barber
An article on how to use the open source Apache Kafka messaging framework, with a bit of RxScala thrown in for good luck
20 Jan 2016 by Sacha Barber
Looking at Spark/Cassandra working together
10 Feb 2016 by Sacha Barber
Looking at Spark/Cassandra working together
5 Nov 2015 by Sacha Barber
So continuing on from the Scala for .NET series of posts. This time we will look at using Generics in Scala.
28 Oct 2019 by Igor Ladnik
Simple Kafka producer and consumer written in C# and Scala with Avro schema read either from local file or simple Web server
14 Dec 2016 by Paolo Parise
Graph intersection using map reduce and Akka
1 Jul 2019 by Mahsa Hassankashi
This article explains almost the whole story about Scala and its functionality with an example.
19 Apr 2017 by Intel
This article introduces BigDL, shows you how to build the library on a variety of platforms, and provides examples of BigDL in action.
1 Sep 2015 by Sacha Barber
An introductory article on Apache Spark, with a demo app
1 Aug 2020 by Sandeep Mewara
A guide to help learn about Kafka and do a setup & test of data pipeline in Windows environment.
8 Oct 2015 by Sacha Barber
Getting .NET code to talk to Scala code and vice versa using RabbitMQ
12 Sep 2017 by Mahsa Hassankashi
This article is the most complete essay about big data from scratch to practical.
11 Nov 2015 by Sacha Barber
I have been a .NET developer for a long time now, and am very very used to dealing with the .NET framework Task library. Obviously here I mean TPL and now Async/Await. So now that I am doing more and more Scala I wanted to see what the equivalent code would be in Scala, […]