Learn how to convert Scala data types to and from a String.
Here's what I've written (so far):
Sealed Keyword in Scala
Filed under Scala Basics
A quick and practical guide to the “sealed” keyword.
Lifting In Scala
Filed under Scala Basics
Learn ‘lifting’ in Scala in different scenarios.
The Option Type in Scala
Filed under Scala Basics
Learn about the Option type in Scala.
Introduction to Akka Scheduler
Filed under Akka
A quick and practical guide to Akka Scheduler.
Synchronous Handling of Futures
Filed under Scala Concurrency
Learn how to synchronously handle Futures in Scala.
The Difference Between foldLeft and reduceLeft in Scala
Filed under Scala Collections
Learn about foldLeft and reduceLeft in Scala.
Preserving Type Information at Runtime in Scala
Filed under Scala Basics
Learn to preserve type information at runtime in Scala.
Building a REST API in Scala with Play Framework
Filed under Play Framework
We build an example Scala REST API back end using The Play Framework. We cover the routes file and how to build simple controller functionality.
Type Hierarchies in Scala
Filed under Scala Basics
Learn about Scala’s type hierarchy