Concurrency In Scala with Cats-Effect
This text serves as an introduction to the topic of concurrent asynchronous effects in Scala, based on the cats-effect library. Sinisa Louc (@sinisalouc) |
Scala, React, and SSR (part 1)
React has a feature called “SSR”, short for “server-side rendering”, which allows you to render your app on the backend and send the resulting HTML immediately. This allows the user’s experience to begin faster, because the loading of the JS and app initialisation can happen seamlessly in the background as the reader starts reading your page. David Barri (@japgolly) |
More Algebra of Algebraic Data Types
In this post, we are going to take this further, by exploring other algebraic rules and seeing what insights this brings us. In particular, we are going to take the partial differentiation of a data type. Tony Morris (@dibblego) |
Akka HTTP 10.2 Release - Q/A with the Akka team
We recently sat down with Johannes Rudolph, Senior Engineer on the Akka Platform team at Lightbend, to discuss the recent launch of Akka HTTP 10.2, which includes various improvements based on Akka 2.6, a reduction in boilerplate code for Java developers, and improved interop with Akka gRPC. Lightbend (@lightbend) |
Type-Level Programming in Scala, Part 3
We're going to rely on the first part (with number-type comparisons) and sort lists... at compile time. Daniel Ciocîrlan (@DanielCiocirlan) |
parallel cross building sandwich
This is part 4 of the post about sbt-projectmatrix, an experimental plugin that I've been working to improve the cross building in sbt. Eugene Yokota (@eed3si9n) |