TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best Resources to Learn Scala

4 pointsby iwebdevfromhomealmost 3 years ago
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!

2 comments

AzzieElbabalmost 3 years ago
There are two yet channels that are excellent Dev inside you and rock the jvm <a href="https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;DevInsideYou" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;DevInsideYou</a><p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;RocktheJVM" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;RocktheJVM</a>
minhmeokealmost 3 years ago
I took the Functional Programming Principles in Scala class on Coursera and it was excellent! It&#x27;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:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;scala" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;scala</a>