Posts
2024
From Outside to Core
·5 mins
Defining the serializer and transformation from Yaml to Core
From Core to Spark
·6 mins
Defining the model core from Scala to Spark
Big Data with Zero Code
·3 mins
Exploring how to create Apache Spark ETL workflows with zero code.
2022
Mutate by Immutable Way
·5 mins
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
·4 mins
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.