Functional pancakes
Let’s apply functional programming to a practical problem. Can you guess what it’s going to be? Adam Warski (@adamwarski) |
Scala 3 Developers Survey
The survey is for all developers, whether you’re a professional, a hobbyist, or a student who code in Scala. Share your experience and expectations, and win an Amazon Gift card! SoftwareMill (@softwaremill) |
Managing Database Migrations in Scala
A very popular Java library for handling migrations is Flyway. We’ll combine that with Typesafe Config (aka HOCON) for configuration, along with PureConfig for parsing it. And Cats Effect for describing our effects, because we love FP, right? Alex Nedelcu (@alexelcu) |
One year with Akka 2.6
If you haven’t followed all announcements in detail, this post gives an overview of what has happened during the last year. Akka Team (@akkateam) |
Best practice for natural Ordering
Scala has scala.math.Ordering, Java has java.lang.Comparable. These are interfaces used for defining a natural order, which can then be used to sort lists of elements, or in data structures implemented via binary search trees, such as SortedSet. Alex Nedelcu (@alexelcu) |
Event-driven railway network based on Pulsar
An introduction to Apache Pulsar and Neutron (a Pulsar client based on fs2). Pavels Sisojevs (@scalamonster) |
Mirror, Mirror on the Wall, Who’s the Genericioust of Them All?
Discover generic programming with Scala 3. Philipp Martini (@maphiFP) |