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 :) Aaditya Menon 19 Sep 2020 • 4 min read
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. Aaditya Menon 8 May 2020 • 4 min read
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 Aaditya Menon 19 Apr 2020 • 7 min read
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 Aaditya Menon 10 Apr 2020 • 2 min read