Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Scala

Scala

Scala

Great Reads

by Sacha Barber
Getting .NET code to talk to Scala code and vice versa using RabbitMQ
by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by Sacha Barber
This time we will look at a simple example of Akka.
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.

Latest Articles

by Sacha Barber
Getting .NET code to talk to Scala code and vice versa using RabbitMQ
by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by Sacha Barber
This time we will look at a simple example of Akka.
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.

All Articles

Sort by Score

Scala 

by Sacha Barber
This time we will look at a simple example of Akka.
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.
by Chinmoy Mohanty
Common concepts in functional programming language
by Sacha Barber
In this post, we will talk about how to create abstract classes, inheritance and also traits.
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
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.
by Sacha Barber
Prototyping the screens
by Sacha Barber
Registration/login backend
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.
by Sacha Barber
Configuration in Scala
by Sacha Barber
This time we will proceed to look at using Scala to connect to SQL server.
by Sacha Barber
I shall attempt to outline some of the ways you could do DI / IOC in Scala
by Sacha Barber
Scala : multi project sbt setup
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.
by Roman Nazarenko
An overview of how well Scala integrates into modern Java EE environment
by Sacha Barber
Scala environment config options
by Sacha Barber
SCALA Extension methods
by Sacha Barber
How to use the various loops within Scala
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.
by Sacha Barber
Scala types / variables
by Shun Huang
How to set up Visual Studio Code for Scala development on WSL