The importance of Scala.js
Why would a frontend developer take on Scala.js when they probably already have 5 browser tabs open for HTML5 APIs, JavaScript APIs, WebPack documentation, TypeScript guides and the application itself they are developing on? William Narmontas (@ScalaWilliam) |
Scala on Android
Learn about how to develop Scala apps using different stacks, even GraalVM! Maciej Gorywoda (@makingthematrix) |
JDK 16's Top 5 for Scala
Here are my top 5 improvements of the JDK 16, from the Scala perspective. William Narmontas (@ScalaWilliam) |
Many happy early returns
I decided to write this article because I remember that back when I started to learn Scala around 2013-2014 the problem of how to return early from a loop actually happened to me a few times. Maciej Gorywoda (@makingthematrix) |
Zio quick read: Extracting the executor for a service
Let’s say you have the need to obtain an Executor from the default zio runtime and use it to create a service. Let’s assume you have a simple function to make your service. This function has no zio knowledge. aappddeevv |
Using ZIO Kafka with offset storage in Postgres for transactional processing
A detailed example about how to use ZIO Kafka, Skunk, Cats, and Postgres to address a typical use case. Marek Kadek (@MarekKadek) |
Programming in Scala Fifth Edition - New Release for Scala 3
PrePrint PDF update of Programming in Scala is now available. Use code SCALATIMESMARPINS5 for 15% off. Offer expires 3/31/2021. Artima, Inc. (@ArtimaInc) |
Top Link of February: Functional Design
This great article received a lot of attention last month, so let's highlight it! Francis Toth (@francistoth) |