Learn multiple approaches for initializing an array 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)
Guide to Arrays in Scala
Filed under Scala Collections
Lear about arrays in Scala.
Copy an Array to Another in Scala
Filed under Scala Collections
Learn various approaches for copying the elements of an array into another in Scala.
The Magnet Pattern in Scala
Filed under Functional Programming
A quick and practical guide to the Magnet pattern in Scala.
Get a List Item by Index in Scala
Filed under Scala Collections
Learn various ways of accessing the items of a List in Scala.
String Comparison in Scala
Filed under Scala Strings
Learn various approaches for comparing Strings in Scala.
Excluding Dependencies with SBT
Filed under Build Tools
Learn how to exclude transitive dependencies when building a Scala project with SBT.
Introduction to http4s
Filed under Scala Web
Learn how to create a simple HTTP server and client using http4s.
Convert RDD to DataFrame in Spark
Filed under Apache Spark
A quick and practical guide to converting RDD to DataFrame in Spark.