Service architecture in Scala
What is a service architecture ? What is it for? What benefits can you gain from it? How do you implement it in Scala? All this with interactive examples.
What is a service architecture ? What is it for? What benefits can you gain from it? How do you implement it in Scala? All this with interactive examples.
Scala Classes. How to use them, declare them with use cases, interactive code, visibility and practical examples, as well as what ??? means in Scala.
Introduction to Scala Methods In order to understand this article, one should understand Scala Variables. After learning about Scala Variables, you can learn about Scala Methods. What is a method? A method, sometimes called a function, in computer programming, is a black box which takes input(s), executes one or more operations, and finally yields an output … Read more
Scala variables and Scala values. How to use them, write them, declare them with use cases, interactive code and practical examples.
Scala Tuples. How to use them, write them, declare them with use cases, interactive code and practical examples, as well as how to use them with methods.