The Debug Adapter Protocol and Scala
It’s incredible how it all works with the amount of moving parts, different protocols involved, and different tools being utilized. Chris Kipp (@ckipp01) |
The Java Timer
How does it work? What concurrency mechanisms does it use? Could you roll out your own implementation, or is it some sort of native concept that ships with the Java language itself and cannot be replicated in user code? |
jackson-module-scala overview and new scala 3 reflection helper
My aim in this article is to provide a quick overview and to link to other information sources where readers can get more information. PJ Fanning (@pj_fanning) |
List vs Vector in 2022
Hypothesis: If Vector can match List’s performance in the common usecases, then we should prefer Vector. August Nagro (@augustnagro) |
Journey of Implicits in Scala - part 3
In this part we will see how to encode type classes and how type classes can lead to ad-hoc polymorphism. Ayush Mittal |
Autowire - an overview
A new great feature of Macwire introducing recursive wiring, explicit list of instances that are used in the wire process, and integration with cats-effect library. Mateusz Borek |