I’m a data engineer in my current place and most of our pipelines and code we write is in python. The backend team writes must of their services in Scala.<p>Sometimes, we need to debug stuff that cross-references the backend services and It’ll be a plus to have knowledge of scales for a better understanding of what’s going on.<p>Scala devs of HN, what are your in your opinion the best resources to learn the language?<p>I’m going through codewars exercises for scala and its been fun!
There are two yet channels that are excellent
Dev inside you and rock the jvm
<a href="https://youtube.com/c/DevInsideYou" rel="nofollow">https://youtube.com/c/DevInsideYou</a><p><a href="https://youtube.com/c/RocktheJVM" rel="nofollow">https://youtube.com/c/RocktheJVM</a>
I took the Functional Programming Principles in Scala class on Coursera and it was excellent! It's taught by Martin Odersky who is the creator of the language, and had lots of very effective short exercises which let you apply the concepts he teaches in the class.<p><a href="https://www.coursera.org/specializations/scala" rel="nofollow">https://www.coursera.org/specializations/scala</a>