
Scala collections in a nutshell
Learn Scala collections in a bite sized format. Explore Scala collections (Set, Map, List, Vector) best use cases with code examples.

Scala Type Bounds
Scala’s type bounds explained – upper bound lower bound and combination of both. Leverage Scala’s powerful type system mechanism.

Partial Functions in Scala
Learn what Partial Functions are and how to use them in Scala. See the difference between map and collect when using those on collection.

Higher Order Functions (HOF) in Scala
Learn what are and how to use Higher Order Functions (HOF) in Scala. Leverage best functional programming paradigms in your daily workflow.

5 Scala syntactic Tips&Tricks
The hidden gems of Scala language, you should know. Single parameter methods, multi word method naming, infix types, and more.