Learn how to find unique items in a list using Scala
Baeldung Author
Pedro Rijo
Software Engineer from Lisbon.
Here's what I've written (so far):
Console I/O in Scala
Filed under Scala IO
Learn how to read user input using Scala.
Guide to ArrayBuffer
Filed under Scala Collections
In this tutorial, we’ll dig into the Scala ArrayBuffer class.
Read a File From the Resources Folder in Scala
Filed under Scala IO
In this tutorial, we’ll learn different approaches to reading a file from the resources folder in Scala
Printing Arrays in Scala
Filed under Scala Collections
In this tutorial, we’ll learn different approaches to printing the contents of an Array in Scala.
Check if a String is a number in Scala
Filed under Scala Strings
In this tutorial, we’ll see a few different solutions to check if a given string is a number using Scala.
Check If a File or Path Exists in Scala
Filed under Scala IO
Learn a few different solutions to find if a given file or directory exists using Scala.
Guide to Annotations in Scala
Filed under Scala Basics
Learn about annotations in Scala.
Optional Braces in Scala 3
Filed under Scala Basics
Learn about optional braces in Scala 3.
Parameter Untupling in Scala 3
Filed under Scala Collections
In this tutorial, we’ll look into the new parameter untupling capabilities introduced in Scala 3.