Spark How to run Spark 3.0 applications on your GPU Wanted to run your Spark job on a GPU but didn't know how? Well, your search ends here :)
Scala Tail Recursion: Why and How-to Use in Scala Read my blog post to know more about the advantages of tail recursion, and how do you use it in Scala.
Spark Cool Spark ML: K Nearest Neighbors Learn how you can write a KNN algorithm from scratch and modify it for use with larger datasets in Spark
Scala Add new functions to existing classes the Scala way Why extend classes to add a small functionality, when you could just write an implicit class? Read my post on how you too can take advantage of that in Scala