Learn the basics of OOP and how to apply them in Scala.
Here's what I've written (so far):
Error Handling in Scala
Filed under Scala Basics
Learn both the object-oriented and functional ways to handle errors in Scala
The Cake Pattern
Filed under Functional Programming
Learn about the Cake Pattern and how to implement it in Scala.
Difference Between % and %% Symbols in build.sbt
Filed under Scala Basics
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.
Self-Type Annotation in Scala
Filed under Scala Basics
Learn how and when to use the self-type annotation in Scala.
Usages of Underscore (_) in Scala
Filed under Scala Basics
Explore different ways to use the Scala underscore.
A DSL for Writing “20 seconds” in Scala
Filed under Scala Basics
Learn how to implement A DSL for Writing “20 seconds” in Scala.
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 Basics
A quick and practical overview of File IO in Scala.