Defining the serializer and transformation from Yaml to Core
Defining the model core from Scala to Spark
Exploring how to create Apache Spark ETL workflows with zero code.
Modify object properties in Scala without losing immutability. Explore the copy pattern to create new instances with specific changes while maintaining safety and correctness. A practical and elegant solution, perfect for concurrent and reactive systems.
Dates and Regular Expressions
Working with dates in the data domain is common yet challenging, particularly when normalizing inconsistent formats. This article explores how to use regular expressions (Regex) in Scala to process and standardize input dates effectively.