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 this talk, we will start with the basics, understanding what build caching is and why it can be a bit tricky to handle in real projects.
Drawing on 25 years of experience as a professional musician and record producer, this will be a beginner focused talk introducing the use of Scala.js and the web audio api for building Scala powered Web Audio Applications.
In this talk, I will cover three key concepts that emerged from reflecting on this past year of learning: making mistakes, helping others to help you and finding community.
Don't miss out on this opportunity to connect with Scalar community and create lasting memories
In this talk, I will show how you can use ScalaPy to leverage an excellent NLP library like Spacy, minimizing your discomfort of using Python, and enhancing your comfort with Scala 3 for the remaining parts of your application.
I would like to go over the most relevant tools and changes that can improve your developer experience.