In this lightning talk, we will discuss 2 interesting IntelliJ IDEA features.
IntelliJ IDEA allows for displaying useful information directly in the editor, next to the code, in the form of inlay hints, that is, text that is slightly different from the actual code, but similar enough to be effortlessly read together with it. But such functionality comes at a price – you may feel that the editor is now too crowded and cluttered with unnecessary text. The X-Ray mode is a way to solve it. With X-Ray, you can keep inlay hints and all the other additional information disabled or only partially enabled to the point where you feel comfortable. In this lightning talk, we will discuss both these features.
In this talk, I'll introduce Bazel, exploring its core concepts and the unique aspects that set it apart from other build tools. I'll dive into some typical challenges Scala developers might face when working with Bazel.
During the talk, we’ll build a small effect system using solely Scala 3 context functions step-by-step.
In this talk, I'll walk you through how workflows4s works, how it stands apart from tools like Temporal or Camunda, and why it just might be the better approach for modern, event-driven applications.
Case study. Summary of over a year of experience building AWS lambdas using Scala 3, scala-cli, and GraalVM. Presentation of the open-sourced library providing custom lambda runtime developed for that purpose.
I will demonstrate how Pillars can take you from zero to production in record time. By leveraging Pillars’ integration of well-known libraries, you can bypass the usual complexities of setting up observability (traces, metrics, and logs), database access, API calls, and feature flag management.