In this session, I will guide you through two recent additions to Ox that I helped implement: channel operators and retries.

Ox is a toolkit for safe direct-style concurrency and resiliency in Scala 3 on the JVM. It leverages the latest features of the JDK, such as virtual threads and structured concurrency.
In this session, I will guide you through two recent additions to Ox that I helped implement: channel operators and retries.
We will begin by exploring the principles of interacting with Ox channels, including how to send and receive elements, and how to signal completion or errors. Then, we will build an operator from scratch to understand the guidelines for creating your own operators.
In the second part, I will delve into the design process of one of Ox's resiliency mechanisms: retries. We will discuss the goals, choices, and potential future improvements of this feature.
In my talk I will guide you through a deployment of a complete AI-based web service using Besom, Scala SDK for Pulumi.
In this talk, we’ll show first the different techniques we can use to apply constraints is our domains. Then, we’ll present Iron, its features, extensions, and integrations. We’ll finish by showcasing a fully integrated constraint-enforcing app.
This presentation describes the development of a financial middleware that internationally connects several ERP systems (Navision and SAP) to a cloud-based invoicing solution.
I propose that we can extend Mirrors to operations, and use the most natural DSL of all - plain trait definitions.
Join me for a fun and possibly opinionated talk about the state of Scala and other JVM languages.