The talk is live for a couple of days. I almost missed it ๐ ๐ View quoted note โ
Matej Cerny
npub17hpl...yx66
Functional programming enthusiast with strong foundations in the relational databases world #FP #Scala #Postgres
If you want to explore more advanced Scala 3 features, such as Selectables, type lambdas, and macros used in combination with Named Tuples, you will enjoy this article ๐ #scala 

Whiteboxish Macro Powers with Named Tuples - Daniel Beskin
A blog on software and functional programming
IntelliJ now supports the new Scala 3.6 context bounds & givens syntax, plus improves handling of named tuples ๐ #scala
IntelliJ Scala Plugin 2025.1 Is Out! | The IntelliJ Scala Plugin Blog
The true cloud programming language #unison
If I started with Scala nowadays, I'd pick the ZIO ecosystem. For building a new library, I'd choose Kyo. #scala https://www.reddit.com/r/scala/comments/1jz36d7/im_trying_to_make_a_roadmap_to_learn_scala_for/
Adding or dropping indexes ๐ in a live PostgreSQL database means locking the entire table, potentially causing application slowdowns or outages. Use CONCURRENTLY with CREATE INDEX or DROP INDEX to perform the operation in the background. #postgres
Keep your folder structure the same in all apps, wrap primitive types in value classes, avoid default values, and so on. You could argue that these recommendations are obvious, but in reality, applying them consistently requires discipline that many teams lack. #scala
As Experimental Capture Checking ๐ฅ in Scala 3 approaches its next milestone, you can review and discuss the proposed new syntax ๐ #scala 

Scala Contributors
Experimental Capture Checking: New Syntax for Explicit Capture Polymorphism
Hello! As we are gearing up for the next big milestone of the experimental capture-checking feature, we are looking for community feedback on a ne...
Check out this in-depth benchmark from. It looks like your JSON ser/de can be around 10 % faster with this experimental flag ๐ฎ๐ฉ #scala #jdk https://www.reddit.com/r/scala/comments/1jptiv3/xxusecompactobjectheaders_is_your_new_turbo/
Really interesting comparison between automatic vs. semi-automatic type class derivation and their impact on performance. #scala
The guy who has completely changed the world, talking about the tool which completely changed the whole software development process. #Git #LinusTorvalds
Ready to start diving into NixOS. #nixos 

Markdown in documentation, finally! ๐ More info: 
Markdown in Java Docs? Shut Up and Take My Comments! | The IntelliJ IDEA Blog

Named tuples in Scala 3.7 are not just lightweight case classes. They can fundamentally change how, e.g., de/serialization, endpoint derivation, database libraries, or even Spark can work in the future. #scala
Check how IntelliJ works with braceless Scala 3 syntax ๐ And if you don't use Vim motions (you should!), you can learn a few tricks on how to manipulate indentation-based code. #scala
Another @Scalar 2025 talk, this time mostly addressed to people who have doubts about Scala 3 or the implications of LLMs for programming. #scala
This is a well-prepared major release, complete with an article, documentation, examples, and a migration guide! ๐ #scala View quoted note โ
Just ordered a new MacBook Air M4 ๐ Thinking about installing Nix on it. Good idea? Any tips/advice?
What is this, and why is it so performant? ๐คฏ #scala 

Turbolift: Algebraic Effects for Scala 3
Algebraic Effects for Scala 3
The first video from this year's Scalar conference is online! ๐ฟ#scala