Meta
Categories
Tags
Recent Comments
- jeet on Automatically installing and cleaning up software on Kubernetes hosts
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=5f89f3f96df38f5295850101ab74dab6 on Migrating Drupal and WordPress sites using Docker
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=d2c9d78ba748b3288f85c1d015e33b46 on Encanto Squared
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=cf9d90c7e3407e9daaa9a84f85ccdb97 on Making Eclipse run configurations portable
- Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness :). Click Here: https://bit.ly/3iPPltW?h=477842034f9b624bb861c8fc46cf8787& on Migrating Drupal and WordPress sites using Docker
Category Archives: Scala
Apache Spark Experiments
I’m in the process of learning Apache Spark for processing and transforming large data sets, as well as machine learning. As I dig into different facets of Spark, I’m compiling notes and experiments in a series of Jupyter notebooks. I … Continue reading
Using Scala for something I’d normally using a “scripting” language for
From time to time, some repetitive task comes up that I can do quicker by writing a script to do it than to do it manually. Especially if it’s something I may be needing to do again in the future. … Continue reading
Posted in Scala
2 Comments
Scala, Maven and IntelliJ
I’m evaluating Scala for a project I’ve recently started. The project requires processing a large number of data structures. Between Scala’s good support for parallelism and functional programming, it seems like a good fit. I’ve heard Scala brings many of … Continue reading