Matej Cerny's avatar
Matej Cerny
npub17hpl...yx66
Functional programming enthusiast with strong foundations in the relational databases world #FP #Scala #Postgres
Matej Cerny's avatar
matejcerny 3 months ago
Suppose I maintain a library written in Scala 2.13 that is also cross-published for Scala 3. What are the constraints on updating the main codebase to Scala 3 while continuing to cross-publish for Scala 2.13? #scala
Matej Cerny's avatar
matejcerny 3 months ago
Pekko 2.0 is going to drop support for Scala 2.12 and move to JDK 17! ๐ŸŽ‰ #scala
Matej Cerny's avatar
matejcerny 3 months ago
There is a new beginner friendly tutorial about debugging Scala code in Intellij ๐Ÿ‘‡ #scala
Matej Cerny's avatar
matejcerny 3 months ago
There's a good chance you have already used contramap (e.g. when creating a Circe encoder), but understanding the concept can be challenging. This article explains it using a practical example. #scala
Matej Cerny's avatar
matejcerny 3 months ago
Great article, but as I've said before, I need more examples showing how capabilities can help in real-world scenarios. When it comes to getting data from an API, converting it, and mixing it with something else from a config or DB, combinators ๐Ÿฑ are all I need. #scala
Matej Cerny's avatar
matejcerny 3 months ago
A nice little Scala 3 badge you can add to your repository ๐Ÿ‘‡ #scala image
Matej Cerny's avatar
matejcerny 3 months ago
Ok, this MVC framework looks really incredible! It's built on top of http4s but with a focus on developer happiness and productivity. ๐Ÿ‘ #scala image
Matej Cerny's avatar
matejcerny 3 months ago
The importance of making illegal states unrepresentable is even greater in the age of AI agents! ๐Ÿค–
Matej Cerny's avatar
matejcerny 3 months ago
I would really appreciate an IntelliJ version just for Scala, without all the Java bloatware. #scala #java image
Matej Cerny's avatar
matejcerny 3 months ago
Scala 3.7.3 is out! ๐ŸŽ‰ It features a compiler lint that helps when you use a default value for a using parameter and there is also an explicit given in the scope. Also, enum items hashcode is now stable. #scala
โ†‘