Explore the Apache Pekko libraries, whose core is open source.
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)
Type Lambdas in Scala 3
Filed under Scala Type System
Learn how to use type lambdas in Scala 3.
Different Ways To Iterate Over Collections in Scala
Filed under Scala Collections
Explore how to iterate over collections in Scala using foreach and for comprehension.
Case-Insensitive String Comparison Scala
Filed under Scala Strings
Learn how to do case-insensitive string comparison in Scala.
Introduction to Akka-Streams in Scala
Filed under Akka
An introduction to Akka-Streams in Scala.
How to Check If Code Compiles in ScalaTest
Filed under Testing
Learn how to test whether a Scala snippet compiles using Matchers or Assertions.
Akka Tutorial
Tutorials about working with the Akka framework.
Append an Element to an Array in Scala
Filed under Scala Collections
A quick and practical guide to appending an element to an array in Scala.
The Either Type in Scala
Filed under Scala Basics
Learn about the Either Type in Scala.