From Spark in Action, Second Edition by Jean Georges Perrin
This article explores consuming records in files with Spark.
From Vert.x in Action by Julien Ponge
This article talks about what verticles are and delves a bit into how they work and how to write them. |
From Get Programming with Scala by Daniela Sfregola
The final part of the article series digs into using “for-comprehension” to chain optional values together.
Six questions (+1 bonus question) for Nicolai Parlog, author of The Java Module System
Nicolai Parlog is a developer, author, speaker, and trainer. His home is codefx.org.
This part of the article series delves into using map to transform an object contained in an Option and how to chain optional values together using flatMap.
From Seriously Good Software by Marco Faella
This article delves into using memory storage space efficiently, thus making your software more efficient and resilient.
From Get Programming with Scala by Daniela Sfregola
This article introduces the Option
type and discuss why you would (or wouldn’t) want to use it and when.