Hi, I'm Iulian Dragos.
Long time Scala enthusiast, compiler and IDE developer turned Spark contributor. -- about me

Writing..

ScalaSphere impressions One of the best Scala conferences of past year just happened. Here are my impressions. ScalaSphere was, hands-down, the Scala conference where I watched the most talks in the past few years. The energy and excitement were real and I’ll... Read more

Abstracting exception handlers in Scala Scala offers many ways to abstract and reuse code, but one area where this is not entirely obvious is exception handling. Sure, when it comes to error handling, there are good ways to write elegant code: use Option or Either... Read more