Option and flatMap
What is an Option anyway? One of the things that confused me when I first started learning about the Option type in Scala was that I »
What is an Option anyway? One of the things that confused me when I first started learning about the Option type in Scala was that I »
I've learnt a number of interesting things about the Scala compiler recently, the first of which is the @annotation.tailrec annotation - if you »
What is CORS? CORS stands for 'Cross Origin Resource Sharing'. It's a way for a website to access resources (e.g. via »