IntelliJ IDEA 2026.1 with the Scala Plugin now enables you to develop Scala projects within Docker containers or natively within WSL on Windows. This means that all IDE features you're already using in your local projects are now also available for projects living in containerized and virtualized environments.In this talk, we'll walk through the following workflow:
- Importing an sbt Scala project stored in virtualized environments, such as Docker or WSL
- Compiling and running the project in IntelliJ IDEA
- Running unit tests
- Debugging the code
- Running Scala worksheets
Protobuf is commonly associated with code generation. However, in large projects with tens of thousands of message definitions, this approach can lead to an overwhelming amount of generated code. In this talk, I’ll share my journey in search of a different approach to this problem.
Learn how to accelerate Scala code by orders of magnitude with Cyfra.
In my talk I will argue that we can do much better by relying in a systematic way on types and capabilities.
In this presentation, I will demonstrate how we leveraged the strengths of Scala and TypeScript to develop a collaborative text editor that meets the strictest standards for security, performance, and real-time collaboration.
In this talk, I’ll guide you through the crossroads where Scala intersects with AI, some applications aimed at boosting developer productivity, others focused on integrating your code with LLMs.
Scala Native can interact with C code and libraries, greatly expanding the library ecosystem beyond pure Scala offerings. Let's see the low level and high level tools that make it possible, talk through challenges of encoding various C concepts in Scala, and demonstrate what popular C libraries look like when used alongside idiomatic Scala code.