Learn how to use Slick.
Here's what I've written (so far):
How to Convert Binary to Text Data in Scala
Filed under Scala Basics
Learn how to convert binary input streams into text using Scala.
Companion Objects in Scala
Filed under Scala Basics
A quick and practical introduction to Companion Objects in Scala.
Polymorphism in Scala
Filed under Scala Basics
A quick and practical overview of polymorphism in Scala.
Guide to Data Types in Scala
Filed under Scala Basics
Learn about data types in Scala.
Creating a Fat JAR Using SBT
Filed under Scala Basics
Learn how to create a Fat JAR Using SBT.
Monoids and Semigroups in Scala
Filed under Functional Programming
Learn about monoids and semigroups in Scala.
Pimp My Library Pattern in Scala
Filed under Scala Basics
A quick and practical overview of the implementation of the Pimp My Library pattern in Scala.
Configuring Heap Size for SBT
Filed under Libraries, Scala Basics
Have a look at several ways to configure the JVM heap size for applications built with SBT.
Type Casts in Scala
Filed under Scala Basics
Learn about type casting in Scala.