Learn to parse JSON with Circe.
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)
Working With Dates and Times in Scala
Filed under Scala Dates
A quick and practical guide to working with date and time in Scala.
Environment Setup and Artifacts Fetching Using Coursier
Filed under Build Tools
Learn to set up a development environment for Scala using Coursier.
Rich Wrappers in Scala
Filed under Scala Basics
A quick and practical introduction to rich wrappers in Scala.
StringBuilder in Scala
Filed under Scala Strings
In this tutorial, we’ll see why and how to use the StringBuilder class in Scala.
Benefits of Using Vector in Scala
Filed under Scala Collections
A quick and practical overview of Vector’s benefits in Scala.
Opaque Type Alias in Scala 3
Filed under Scala Type System
Learn about opaque type aliases in Scala 3.
Templating in Play Framework with Scala
Filed under Play Framework
A quick and practical overview of Play templating.
Creating Singletons in Scala
Filed under Scala OOP
Learn to create singletons in Scala.