📄️ How to add new values to an inmutable Array in Scala
Check how you can add or remove values to a Scala Array with code examples.
📄️ Learn how to use Log4J in Scala
Learn how to integrate Log4J in your scala project for Logging like a pro with or without Spark.
📄️ Defining multiple Constructors in a Scala class
Learn how to define a Scala Class with multiple (overloaded) constructors.
📄️ How to work with Maps in Scala
Learn how to use the Maps data structure in Scala.