Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
79 results
Abstract: At NoRedInk we had a normal React code base. That is, until we tried Elm – a purely functional language that compiles ...
8,378 views
4 years ago
In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...
13,649 views
6 years ago
This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...
11,080 views
The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?
7,825 views
In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...
28,037 views
1 year ago
Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...
30,091 views
3 years ago
In this video, Leif Åstrand explains the basics of React to an audience of Java developers. Recorded at a Vaadin Learn event.
3,403 views
2 years ago
In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.
53,468 views
7 years ago
In this episode of WasmAssembly, your host Thomas Steiner is joined by Ömer Ağacan and Martin Kustermann from the Dart team ...
5,624 views
11 months ago
s/regex/DSLs/: What Regex Teaches Us About DSL Design by Betsy Haibel Many Ruby domain-specific languages go for beauty ...
891 views
10 years ago
Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...
1,661 views
In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...
695 views
In this stream, we peel back the crust on the serde crate — https://github.com/serde-rs/serde/ — and explore its interface, structure, ...
83,369 views
Join host Thomas Steiner and Steve Manuel from Dylibso as they dive deep into the world of "squishy" Wasm applications.
2,988 views
In the last 18 years I was programming almost exclusively on JVM - Java, Scala, Kotlin etc. This year, I moved to different ...
195 views
1,560 views
12 years ago
Seth shares the current state of JavaScript and script tooling in V8, and discusses the future with WebAssembly. Links: V8 project: ...
30,951 views
9 years ago
RubyConf 2016 - JRuby Everywhere! Server, Client, and Embedded by Thomas Enebo Ruby has seen its heaviest on servers; ...
921 views
For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.
97,929 views
Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...
2,970 views