22nd January 2023
Julien Truffaut
In my previous blog post , I presented the way that implicit parameters work, as well as one of their design patterns: the environment pattern. Today, I will present a second use case for implicit parameters: the typeclasses. Let’s say that we are…
16th January 2023
Implicits are one of the most feared features of the Scala programming language and for good reasons! First, the concept of implicits is fairly specific to Scala. No other mainstream programming language has a similar concept. This means that new…
14th September 2021
Marcin Krykowski
Here at ScalaJob.com we help all kinds of companies hire Scala developers all the time. A question we get asked a lot is: How widespread is the use of Scala in industry? One way to answer that question is by determining how many companies are using…
19th June 2021
First of all, you might want to ask a question “Should I even prepare for the interview?”. And my answer is pretty simple - hell yeah. In this post I won't cover the obvious things like getting proper rest, not being late for the interview and making…
19th March 2021
In this article we will briefly describe the difference between object and class in Scala. A class is a definition, a description. It defines a type in terms of methods and composition of other types. An object is a singleton instance of a class…
Receive a weekly overview of Scala jobs by subscribing to our mailing list
© 2023 ScalaJobs.com, All rights reserved.