Domain-Driven Design with FP in Scala
We saw what DDD means in the context of backend Scala applications. With DDD mindset, we try to keep the domain model as close as possible to reality, knowing it’s the only touchpoint between the code and fuzzy real world. Scala, in contrast to other programming languages, definitely helps us with that. Bartłomiej Szwej (@bszwej) |
Explicit term inference with Scala 3
One of the most striking changes for developers adopting Scala 3 is the introduction of a new syntax to replace the implicit mechanism used in previous Scala versions. Meriam Lachkar, Vincenzo Bazzucchi |
Keep alive for JMS connections
The keep alive build on the streams with auto recovery and triggers a reconnect once a limit of maximum missed keep alives has been reached. The reconnect then triggers the recovery and reconnect as defined for auto recovery. Andreas Gies |
Why You Should Learn Scala in 2020?
Is Scala the perfect language for your needs? Find out! Marcin Krykowski (@marcinkrykowski) |
A step-by-step guide for debugging memory leaks in Spark Applications
Memory leaks can happen, but there is a number of things you can do to investigate them. Shivansh Srivastava |
I like Option.get
I’ll blame Scala and Haskell, and not the availability of Option.get. I learned to expect more from my tools. It’s not me, it’s you, Scala. Alexandru Nedelcu (@alexelcu) |
Top Link of October: Java 15 through the eyes of a Scala programmer
The most interesting article from the previous month. Let’s take a look at how the (preview or final) features available in Java 15 relate to constructs known in Scala. Adam Warski (@adamwarski) |