True engineering! 👏 Imagine this library had been released together with Scala 3 several years ago... #scala https://scala-hearth.readthedocs.io
Matej Cerny
npub17hpl...yx66
Functional programming enthusiast with strong foundations in the relational databases world #FP #Scala #Postgres
Notes (20)
Scala 2.13.17 has been released, even though it has not been announced yet. But you can count on support for JDK 25 and Scala 3.7 in the TASTy reader! 🎉 #scala
Reading about Swift makes me appreciate Scala even more. #scala #swift https://dev.to/arshtechpro/swift-10-to-61-every-major-change-that-actually-matters-4omo
For MySQL users, there's a great Scala 3-only library built on Cats and fs2 that supports all three platforms: JVM, Native, and JS. #scala https://takapi327.github.io/ldbc/
This is a next-level invitation video for a conference! https://youtu.be/A8f9h6_oIu0
A compile-time parser for CSV files! Love the idea! ❤️ #scala https://quafadas.github.io/scautable
Probably the fastest way to build a Scala REST API is with the OpenAPI Generator codegen tool. It has an sbt plugin, supports libraries like Akka & Http4s, and the latest release adds sttp4 support! 👏 #scala https://openapi-generator.tech/
Probably the fastest way to build a Scala REST API is with the OpenAPI Generator codegen tool. It has an sbt plugin, supports libraries like Akka & Http4s, and the latest release adds sttp4 support! 👏 #scala https://openapi-generator.tech/
Probably the fastest way to build a Scala REST API is with the OpenAPI Generator codegen tool. It has an sbt plugin, supports libraries like Akka & Http4s, and the latest release adds sttp4 support! 👏 #scala https://openapi-generator.tech/
I didn't know that Typelevel and Twitter had their own forks of Scala 😳 #scala
It's official: Postgres 18 has now been released! 🎉 #postgres https://www.postgresql.org/about/news/postgresql-18-released-3142/ nostr:note16h24u2fpp65qyc8h36aaxl2ujzfcccdhj4jdxqrrjep5700sg5dsf7399m
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
Pekko 2.0 is going to drop support for Scala 2.12 and move to JDK 17! 🎉 #scala
What do you think? I like it, but I have a feeling I'll be in the minority 😀 https://contributors.scala-lang.org/t/pre-sip-allow-single-line-lambdas-after/7258 #scala 

Funny, I wanted to write: "Why hasn't http4s cut a release in over 9 months?" https://github.com/http4s/http4s/releases/tag/v0.23.31 #scala
There is a new beginner friendly tutorial about debugging Scala code in Intellij 👇 #scala https://www.youtube.com/watch?v=8y_3quGmFvU
Build beautiful TUI apps with this Elm-style Scala library! ❤️ https://github.com/mattlianje/layoutz #scala #elm
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 https://blog.rhetoricalmusings.com/posts/contramap/
jsoniter is known as one of the fastest JSON libraries. The latest patch version significantly boosts codec derivation! There are also other new features, such as support for simple opaque types and named tuples. https://www.reddit.com/r/scala/comments/1ng3cn3/meet_new_release_of_jsoniterscala_with_much/ #scala
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. https://nrinaudo.github.io/articles/capabilities_flow.html #scala