Had a curious chat with a colleague after returning to work from ScalaSwarm conference.
Read More
T-shirt [T]
Writing in IntelliJ, running on Databricks
So, Apache Spark is getting popular and I’m starting to get a hang of it. Our team uses Databricks, and I found it (and the whole concept of notebooks) great for small things. However, when it comes to writing more complex programs, I’m very much used to convenience of IntelliJ for writing, testing and refactoring the code. Moreover, the new Dataset[T] API allows you to rely on type safety and depend much less on constant re-runs.
Read More
One More Thing To Consider When Calling Scala From Java
One more thing to consider when calling Scala function from Java
Read More
Playing With Jython Scripting Engine
jython version: 2.5.3Nice article on PermGen anatomy: click.2 related issues: issue1522 issue1327
Read More