#scala-basics
Read more stories on Hashnode
Articles with this tag
Make your tests more readable and maintainable · Introduction To manage the software's quality, it is essential to cover the methods with...
How to leverage Scala-CLI, Scala Toolkit, and Scastie to kickstart your journey into the exciting Scala world. · This blog is a beginner-friendly guide...
SBT: Unlocking its Power with Not-So-Common Features and Especially for Newbies · 1. Introduction SBT is the most popular and de-facto build tool for...
Scala 3's enhanced Tuple datatype enables element access by position, supports tuples comprising beyond 22 elements, and introduces supplementary...
Learn about the various approaches to exception handling in Scala, and discover a peculiar situation that may arise while using scala.util.Try. This...
Introduction Self Types are a way of specifying the dependencies for a class/trait in Scala. Using this, the compiler can enforce to provide the...