How to leverage Scala with scala.js to write frontend as functional programmers would do.
It happens to all of developers, to crawl out of basement of [B]ackend development into a shiny and fancy world of [F]ronted. Does it mean that we have to switch to frontend technological stack and leave our comfy functional scala tools?Let's find out how to leverage Scala with scala.js to write frontend as functional programmers would do.
How Libretto, a Scala DSL for concurrent programming, can be used for writing custom stream operators
I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time
We will look into three less-understood, yet (arguably) extremely useful constructs introduced in Cats Effect 3: Dispatcher, Supervisor, IOLocal
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
Let's take a look at the issues that enums have in Scala 2 and whether we found the Holy Grail with the introduction of Scala 3.
How to implement fast and cost-effective backend for a multiplayer game using Scala, Akka and GraalVM