Reactive Streams in Scala meet a Game Engine - Part 4
We’re finally ready to add Akka Streams code to our setup, by implementing the heart of our game logic stream - the tick Source. Mikołaj Koziarkiewicz |
A tale of bad framework choices
How we ended up with a nice API, which is very flexible, extendable, and implemented in not too many lines of code. The road was a bit bumpy, but the lesson learned was worth it. Gilad Hoch (@hochgi) |
Making UI easily with Binding.scala
It’s written in Scala, works with JVM and JS targets, has good support for HTML and avoids memory leaks Paweł Bartkiewicz |
Simplified Testing with ScalaTest and Custom Matchers
Push the complexity out of your tests to your matchers, let them do the dirty work in one single place. Nicolas A Perez (@anicolaspp) |
Akka Streams: Using Back Pressure To Cure Downtime, Scalability Blockers And Memory Issues
Why PayPal, Credit Karma and Flipkart Use Akka Streams For Their Mission Critical Systems. Ashley Nuqui (@AshNuq) |
Type-safe Strings with Scala Macros
Macro-based String interpolators are extremely useful to ensure embedded language correctness at compile-time. Ricardo Rocha (@xrrocha) |
When old-school developer goes freestyle
This post is about creating relatively simple project with Freestyle, my adventures during this process and some afterthoughts. Lech Głowiak |