ylliX - Online Advertising Network

Scala missing values in for loop

I need to write a CLI for the find command in scala3 for school. The syntax is: run [path] [–filterName filterParameter]. I currently have it working for one filter at a time, but once it try the command with two or more filters, only the last one takes effect. So for example, if I run: […]

Learning Scala at SoundCloud

Iā€™m a backend developer who worked extensively writing code in Golang before joining SoundCloud. SoundCloud mostly uses Scala for its microservices, so when I joined, it was important to learn it. As I was new to the language, I faced some challenges going from knowing nothing to becoming skilled at writing code in Scala. This […]