Micah LewisHandling JSON in Scala PlayMy company had an internal hack-a-thon and the night before the presentations, I was forced to take some JSON from an Api and render it on…Dec 4, 2020Dec 4, 2020
Micah LewisScala: Case ClassesSorry, considering the other blog posts I did on apply and unapply as well as companion objects, this one regarding case classes seems a…Nov 20, 2020Nov 20, 2020
Micah LewisScala: Companion ObjectsIf you’re unfamiliar with Scala then you’ll likely come across and be confused by some code that looks like the following:Nov 8, 2020Nov 8, 2020
Micah LewisScala: Class ‘Apply’ & ‘Unapply’In Scala all classes need an apply and unapply method. Some classes have these built-in automatically [I’m looking at you, ‘case class’]…Nov 6, 2020Nov 6, 2020