Categories
New Engineer Scala

My Scala 3 course for beginners is out 🎉

I’m really excited to announce that my Scala 3 beginners course is out on the LinkedIn platform now! https://www.linkedin.com/learning/learning-scala-14639381/ This course is for people with only basic programming experience. No Java experience is required! It’s a really gentle introduction for those who are interested in learning more about this amazing language. I wanted to create […]

Categories
sbt Scala

sbt bug fix – remote caching

This article is a part 2 to this introductory article on remote caching, so do read that one first and come back! In this second part I discuss a bug fix related to sbt’s remote caching. I’ll explain what the problem was and how it was fixed using two different implementations. What was the problem? […]

Categories
New Engineer Scala

What is Scala?

A couple of years ago I had never heard of the programming language Scala. Now I write it everyday! This article is for those who don’t know what Scala is and would like a quick overview. Scala is a relatively new computer programming language. It was first released in 2003 and publicly released in 2004. […]