Learn both the object-oriented and functional ways to handle errors 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)
The Cake Pattern
Filed under Functional Programming, Scala OOP
Learn about the Cake Pattern and how to implement it in Scala.
Difference Between % and %% Symbols in build.sbt
Filed under Build Tools
Learn the difference between the % and %% symbols in the build.sbt file.
BDD Testing with Scala
Filed under Testing
Learn about Behavior Driven Development (BDD) testing with Scala.
Building REST APIs in Scala with Finch
Filed under Scala Web
Learn how to build REST APIs using Finch and Finagle
Self-Type Annotation in Scala
Filed under Scala Core
Learn how and when to use the self-type annotation in Scala.
Usages of Underscore (_) in Scala
Filed under Scala Syntax
Explore different ways to use the Scala underscore.
Named and Default Arguments in Scala
Filed under Scala Basics
Learn about named and default arguments in Scala and when to use them.
File IO in Scala
Filed under Scala IO
A quick and practical overview of File IO in Scala.