Learn ‘lifting’ in Scala in different scenarios.
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)
The Option Type in Scala
Filed under Scala Basics
Learn about the Option type in Scala.
Introduction to Akka Scheduler
Filed under Akka
A quick and practical guide to Akka Scheduler.
Synchronous Handling of Futures
Filed under Scala Concurrency
Learn how to synchronously handle Futures in Scala.
The Difference Between foldLeft and reduceLeft in Scala
Filed under Scala Collections
Learn about foldLeft and reduceLeft in Scala.
Preserving Type Information at Runtime in Scala
Filed under Scala Core
Learn to preserve type information at runtime in Scala.
Building a REST API in Scala with Play Framework
Filed under Play Framework
We build an example Scala REST API back end using The Play Framework. We cover the routes file and how to build simple controller functionality.
Type Hierarchies in Scala
Filed under Scala Basics
Learn about Scala’s type hierarchy
Introduction to Slick
Filed under Persistence
Learn how to use Slick.