Learn how to convert binary input streams into text using 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)
Companion Objects in Scala
Filed under Scala OOP
A quick and practical introduction to Companion Objects in Scala.
Polymorphism in Scala
Filed under Scala OOP
A quick and practical overview of polymorphism in Scala.
Guide to Data Types in Scala
Filed under Scala Basics
Learn about data types in Scala.
Creating a Fat JAR Using SBT
Filed under Build Tools
Learn how to create a Fat JAR Using SBT.
Monoids and Semigroups in Scala
Filed under Functional Programming
Learn about monoids and semigroups in Scala.
Pimp My Library Pattern in Scala
Filed under Scala Core
A quick and practical overview of the implementation of the Pimp My Library pattern in Scala.
Configuring Heap Size for SBT
Filed under Build Tools
Have a look at several ways to configure the JVM heap size for applications built with SBT.
Type Casts in Scala
Filed under Scala Basics
Learn about type casting in Scala.