As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
Multiple mainstream languages like Rust, Go or C# are starting to dominate the world of WebAssembly. As this runtime matures and gets more and more traction from the community, you might wonder can Scala join that trend? In this talk we would discuss:
* what WASM has to offer in both web and native runtimes
* the current state of support for WebAssembly in Graal Native Image and Scala Native
* limitations and opportunities in the context of Scala
* and finally why inheriting Java language semantics and runtime is for Scala both a blessing and a curse at the same time
Let's go through some libraries from ZIO ecosystem that will allow us to implement API layer with ZIO HTTP
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
I will show you how you can build your own IDE for scala based on my nvim setup
We all have pretty little things laying around in our codebases, yet, we seldom give them the same love
How to leverage Scala with scala.js to write frontend as functional programmers would do.