Click here to Skip to main content
15,882,017 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 

20 Oct 2015 by Sacha Barber
In this post, we will talk about how to create abstract classes, inheritance and also traits.
7 Jun 2017 by Sacha Barber
Prototyping the screens
20 Nov 2015 by Sacha Barber
I shall attempt to outline some of the ways you could do DI / IOC in Scala
28 Jul 2016 by Sacha Barber
Ok so last time we covered the basics of actors and the actor system (actor fabric) and covered how to send simple messages to actors. This time we will talk about actor hierarchies (supervision) and also actor lifecycles.
5 Jun 2017 by Sacha Barber
This time we will bring a Play Framework (scala based MVC web framework) into the fold, and shall be using the front end we have been working on so far to be the front end for the Play Framework back end.
1 Aug 2017 by Sacha Barber
Registration/login backend
23 Oct 2015 by Sacha Barber
SCALA Extension methods
14 Dec 2015 by Sacha Barber
So last time we looked at how to use Slick to connect to a SQL server database. This time we look at how to use one of the 2 popular Scala testing frameworks.
14 Dec 2015 by Sacha Barber
Last time we looked at writing unit tests for our code, where we looked at using ScalaTest. This time we will be looking at mocking.
19 Jan 2016 by Sacha Barber
Scala : multi project sbt setup
1 Sep 2017 by Sacha Barber
This article will focus on a simple REST example in Scala. It's an intermediate post that the next one will build on, I just thought it might be useful to show this one in isolation, before we move on to the real one which is to allow interactive queries over live Kafka streams.
11 Sep 2017 by Sacha Barber
In this post what we will be doing is looking at: How to install Kafka/Zookeeper and get them running on Windows, walking through a KafkaProducer, walking through a Kafka Streams processing node, and the duality of streams, and walking through Kafka Streams interactive queries
17 Nov 2015 by Sacha Barber
Configuration in Scala
14 Dec 2015 by Sacha Barber
This time we will proceed to look at using Scala to connect to SQL server.
24 Jan 2017 by Sacha Barber
Scala environment config options
19 Nov 2020 by Shun Huang
How to set up Visual Studio Code for Scala development on WSL
15 Oct 2015 by Sacha Barber
Scala types / variables
15 Oct 2015 by Sacha Barber
How to use the various loops within Scala
25 Jul 2016 by Sacha Barber
This time we will look at a simple example of Akka.
1 Jul 2020 by Chinmoy Mohanty
Common concepts in functional programming language
28 Apr 2020 by Roman Nazarenko
An overview of how well Scala integrates into modern Java EE environment