ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

437 results

SoftwareMill
Magda Stożek GET MORE CLARITY WITH OPAQUE TYPES IN SCALA 3 Scalar Conference 2023

Learn about opaque types and add this new tool to your modelling toolbox! Types are a programmer's best friend. In the pursuit of ...

25:58
Magda Stożek GET MORE CLARITY WITH OPAQUE TYPES IN SCALA 3 Scalar Conference 2023

1,613 views

2 years ago

SoftwareMill
Direct-style concurrent streaming for Scala | Adam Warski SoftwareMill

A tour of Ox Flow: an API for defining local data transformation pipelines, which focuses on performance and simplicity. Combines ...

36:31
Direct-style concurrent streaming for Scala | Adam Warski SoftwareMill

1,337 views

1 year ago

SoftwareMill
JOX - Passing Control Information Through Channels, Adam Warski SoftwareMill

Let's examine some use cases, where the unique features of Jox make a difference! We'll transfer data from a websocket to a ...

23:01
JOX - Passing Control Information Through Channels, Adam Warski SoftwareMill

337 views

1 year ago

SoftwareMill
Unison, from a Scala perspective by Olivier Mélois | Scalar Conference 2025

Unison is a young programming language for the cloud, built in particular by the authors of the Scala Red Book and other people ...

27:46
Unison, from a Scala perspective by Olivier Mélois | Scalar Conference 2025

1,460 views

10 months ago

SoftwareMill
Martin Duhem EXPLORING BUILD CACHING: A PRACTICAL OVERVIEW Scalar Conference 2024

In this talk, Martin will start with the basics, understanding what build caching is and why it can be a bit tricky to handle in real ...

28:12
Martin Duhem EXPLORING BUILD CACHING: A PRACTICAL OVERVIEW Scalar Conference 2024

250 views

1 year ago

SoftwareMill
Tapir Tutorial - part 6: Error Variants | Adam Warski SoftwareMill

Tapir: rapid development of self-documenting HTTP APIs When many things might go wrong, or right - describing success & errors ...

28:30
Tapir Tutorial - part 6: Error Variants | Adam Warski SoftwareMill

495 views

1 year ago

SoftwareMill
Evolving Scala by Martin Odersky | Scalar Conference 2025

Find out more about the ongoing development and future direction of the Scala programming language from "the father of Scala" ...

37:48
Evolving Scala by Martin Odersky | Scalar Conference 2025

5,156 views

10 months ago

SoftwareMill
Jacek Kunicki HAVE WE FOUND THE HOLY ENUM? Scalar Conference 2023

Let's take a look at the issues that enums have in Scala 2 and whether we found the Holy Grail with the introduction of Scala 3.

30:42
Jacek Kunicki HAVE WE FOUND THE HOLY ENUM? Scalar Conference 2023

738 views

2 years ago

SoftwareMill
Aleksandar Skrbic FUNCTIONAL PROGRAMMING AND KAFKA: DO THEY MIX? Scalar Conference 2023

Let's go through some most common patterns when it comes to integrating Scala applications with Kafka. Apache Kafka is one of ...

26:13
Aleksandar Skrbic FUNCTIONAL PROGRAMMING AND KAFKA: DO THEY MIX? Scalar Conference 2023

883 views

2 years ago

SoftwareMill
Łukasz Żuchowski  SMART DATA PIPELINES FOR AI Scalar Conference 2023

How to use FreeMonad to build data pipelines for AI. Will try to focus not on what FreeMonad is, but how we may take advantage ...

30:29
Łukasz Żuchowski SMART DATA PIPELINES FOR AI Scalar Conference 2023

270 views

2 years ago

SoftwareMill
Unlocking the full potential of Cargo extensions in Rust development by Wojciech Kargul | Rustikon

Discover how Cargo extensions can revolutionize your Rust development workflow in this insightful talk. We'll explore a diverse ...

24:50
Unlocking the full potential of Cargo extensions in Rust development by Wojciech Kargul | Rustikon

435 views

10 months ago

Devoxx
A Practical Introduction to Akka Streams by Jacek Kunicki

Stream processing is a hot topic today and it's easy to get lost among all the possibilities. In this live coding session we will ...

49:29
A Practical Introduction to Akka Streams by Jacek Kunicki

18,656 views

8 years ago

SoftwareMill
Exploring JVM Innovations Through the Lens of Scala Native - Wojciech Mazur | Scalar Conference 2025

New additions to JDK, new opportunities for Scala language. Wojciech Mazur talked from the stage about novelties in JDK and ...

29:37
Exploring JVM Innovations Through the Lens of Scala Native - Wojciech Mazur | Scalar Conference 2025

1,093 views

10 months ago

SoftwareMill
How Scala is made and how you can help? by Krzysztof Romanowski | Scalar Conference 2025

Krzysztof Romanowski has been using Scala since 2011, and since 2019, a significant part of his role (and the main reason he ...

32:45
How Scala is made and how you can help? by Krzysztof Romanowski | Scalar Conference 2025

762 views

10 months ago

SoftwareMill
Nguyen Pham STRUCTURED CONCURRENCY IN DIRECT STYLE WITH GEARS Scalar Conference 2024

Structured Concurrency in Direct Style with Gears http://scalar-conf.com/ Scalar Conference 2024 powered by SoftwareMill ...

31:19
Nguyen Pham STRUCTURED CONCURRENCY IN DIRECT STYLE WITH GEARS Scalar Conference 2024

942 views

1 year ago

SoftwareMill
Martin Odersky SCALA HAS TURNED 20  - Scalar Conference 2024

An exciting journey exploring the Scala programming language's evolution over the past two decades by Martin Odersky - the ...

30:51
Martin Odersky SCALA HAS TURNED 20 - Scalar Conference 2024

3,771 views

1 year ago

SoftwareMill
Michał Pawlik HOW SLOW IS YOUR TRAM Scalar Conference 2024

Have you ever wondered if it's worth catching a tram instead of walking or riding a bike? How slow is your tram on average?

25:59
Michał Pawlik HOW SLOW IS YOUR TRAM Scalar Conference 2024

379 views

1 year ago

Scala Channel
Designing programmer-friendly APIs: a tapir case study / Adam Warski (SoftwareMill)

При поддержке AvitoTech мы впервые публикуем все видео с ScalaConf 2019 в открытый доступ. Учитесь, вдохновляйтесь ...

42:35
Designing programmer-friendly APIs: a tapir case study / Adam Warski (SoftwareMill)

1,728 views

5 years ago

SoftwareMill
Slow-Auto, Inconvenient-Semi: escaping false dichotomy with sanely-automatic derivation

Are you using one of many type-class based libraries in Scala? Have you ever been forced to understand this “automatic vs ...

42:22
Slow-Auto, Inconvenient-Semi: escaping false dichotomy with sanely-automatic derivation

462 views

10 months ago

SoftwareMill
Szymon Rodziewicz MAKING SCALA BATTERIES-INCLUDED WITH SCALA TOOLKIT Scalar Conference 2023

How to make Scala more approachable and productive? We believe that we have found an answer to that question. For the last ...

30:37
Szymon Rodziewicz MAKING SCALA BATTERIES-INCLUDED WITH SCALA TOOLKIT Scalar Conference 2023

601 views

2 years ago