Testing in Scala (Frameworks, Code Coverage, Mocking, Matchers, and ScalaTest)
We will be covering the below concepts in this blog: Why we need testing Test Libraries How to set up […]
We will be covering the below concepts in this blog: Why we need testing Test Libraries How to set up […]
What is CI/CD The name CI/CD stands for continuous integration (CI) and continuous deployment (CD). At a high level, this
Pattern Matching: Scala Pattern matching is one of the features of functional programming that make it such an awesome paradigm.