Explore different ways of using string interpolation in Scala.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Scala
- All
- Scala Basics (31)
- Scala Collections (24)
- Functional Programming (18)
- Scala Type System (12)
- Akka (12)
- Scala OOP (11)
- Scala Core (11)
- Libraries (11)
- Scala Strings (7)
- Play Framework (7)
- Build Tools (7)
- Series (4)
- Scala Syntax (4)
- Scala Concurrency (4)
- Testing (3)
- Scala Web (3)
- Scala Pattern Matching (3)
- Scala IO (3)
- Scala Exceptions (3)
- Persistence (2)
- Apache Spark (2)
- Scala Dates (1)
Futures and Promises in Scala
Filed under Scala Concurrency
A quick and practical guide to Futures and Promises in Scala.
Introduction to Scala Operators
Filed under Scala Syntax
Learn about Scala operators.
Typed Akka: The Actor Model Done Right
Filed under Akka
In this tutorial learn about Typed Akka using Scala.
Classes and Objects in Scala
Filed under Scala OOP
Learn about Scala Classes and Objects.
Mutability in Scala
Filed under Scala Basics
Mastering immutability allows us to reduce bugs caused when objects pass between functions or threads. Here we compare mutable and immutable objects in Scala.
Introduction to the Play Framework in Scala
Filed under Play Framework
Learn about the Play Framework with Scala.
Introduction to Optics in Scala Using Monocle
Filed under Libraries
Learn how to use the well-known Scala optics library Monocle.
Equality in Scala
Filed under Scala Basics
Learn about equality in Scala.