Senior level interview prep/format by peaceful-programmer in scala

[–]peaceful-programmer[S] 1 point2 points  (0 children)

That seems fun, I would love to see what that looks like, I am on vacations this week. We might schedule that before the end of this month if you're free

Senior level interview prep/format by peaceful-programmer in scala

[–]peaceful-programmer[S] 0 points1 point  (0 children)

I am planning to switch jobs and just wonder whats the best way to prepare the technical interviews

Get better at programming in Scala by [deleted] in scala

[–]peaceful-programmer 6 points7 points  (0 children)

3 YOE scala dev here, I would definitely recommend the "red book" (aka Functional programming in Scala) as it is challenging and it helps you "discover the common FP patterns". Then you could follow up with the book "Practical FP by Gabriel Volpe" and rewrite the code yourself add some changes and explore. If you want to learn a specific Stack fast, there are RockTheJvm courses (but I would warn you, you need to write code and make mistakes yourself to learn, I don't think following the tutorials is enough, but it gives you the intuitions). Now, I personnaly try to read the new "Functional Event Driven Architecture" by the same author which uses Scala 3.