Don't miss out on this opportunity to connect with Scalar community and create lasting memories!
Join us for an unforgettable Scalar afterparty! The doors are open from 7:30 pm.
Location: Klub ARCO
After a long day of insightful talks and networking, unwind with fellow attendees over drinks and delicious food. Bowl the night away, or simply relax and enjoy more of Scala discussions and small talks.
This will be a live coding demonstration of Scala's newest feature set: capture checking.
When writing software, we currently seem to have to choose between an imperative style - easy to read and write, hard to reason about - and a monadic style - hard to read and write, easy to reason about.This talk is about being greedy and getting the best of both worlds, because we deserve it.
Writing client-facing APIs involves mundane tasks, whether it be REST, GraphQL, or gRPC. In this talk, I will pick two repetitive tasks during API development and demonstrate how we can utilize Scala to automate the most boring parts.
So, is there a modern solution for web apps that is powerful, simple, and blazingly fast in both CI and the browser? A solution that lets you write in your favorite backend language and is fun? The answer is Datastar!
Code generation is one of the most promising applications of large language models (LLMs), offering substantial productivity boosts for developers. However, this benefit is tempered by serious concerns surrounding the correctness and security of the generated code - especially outside the happy path.