Learn how Macros work with Scala 2
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)
Scala Basics Tutorial
Filed under Scala Basics, Series
This series takes the readers through the basics of the Scala language. The readers will be able to get started with their first Scala program with the help of the articles in this series.
Introduction to scala-async
Filed under Scala Concurrency
Learn about scala-async and how to use its async() and await() constructs.
How to Execute OS Commands in Scala Using os-lib
Filed under Scala IO
Learn about the os-lib library, which helps us manage files and processes in Scala.
Merge Two Maps in Scala
Filed under Scala Collections
Learn how to merge two maps in Scala.
Guide to Scala ListMap
Filed under Scala Collections
Introduction to Scala’s ListMap data type.
Scala Collections
Filed under Scala Collections, Series
A set of introductory and advanced articles about Scala Collections and its various methods.
Match Types in Scala 3
Filed under Scala Pattern Matching, Scala Type System
Learn about match types in Scala 3 are and how we can use them to implement dependent methods.
Introduction to Akka gRPC
Filed under Akka
A quick and practical guide to Akka gRPC