ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

761 results

Jon Gjengset
Crust of Rust: std::collections

In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...

2:45:04
Crust of Rust: std::collections

85,354 views

2 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,494 views

7 years ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

266,888 views

5 years ago

Thomas 🏕
Rust Programming Exercises: K Nearest Points

In this video we explore the K Nearest Points problem by implementing a Binary Heap data structure. We write tests, explore struct ...

16:33
Rust Programming Exercises: K Nearest Points

1,413 views

3 years ago

Thomas 🏕
Rust Programming Exercises: Hamming Distance

In this video we will go over the classic information theory problem known as Hamming Distance to compare two strings (or points ...

7:11
Rust Programming Exercises: Hamming Distance

989 views

3 years ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

96,248 views

7 months ago

Jon Gjengset
Live-coding a Rust crate for cancellable services

Following the majority vote on a Twitter poll (https://twitter.com/Jonhoo/status/996138086257086464), we're building a Rust crate ...

2:49:11
Live-coding a Rust crate for cancellable services

15,465 views

7 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

704,723 views

2 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust

It should be accessible for most intermediate Rust programmers though, and the goal is for us all to learn together! This video is ...

4:50:39
Building an asynchronous ZooKeeper client in Rust

21,809 views

7 years ago

Rust Wrocław
Rusty Days 2020 - Jan-Erik Rediger: Leveraging Rust to build cross-platform mobile libraries

Agenda ▻ https://rusty-days.org/agenda Slides ▻https://rusty-days.org/assets/slides/06-cross-platform-mobile-libraries.pdf ...

1:21:09
Rusty Days 2020 - Jan-Erik Rediger: Leveraging Rust to build cross-platform mobile libraries

1,392 views

5 years ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

171,270 views

3 months ago

Rust Wrocław
Rusty Days 2020 -  Nell Shamrell - Harrington: The Rust Borrow Checker - A Deep Dive

Agenda ▻ https://rusty-days.org/agenda Slides ▻https://rusty-days.org/assets/slides/05-the-rust-borrow-checker.pdf Playlist with ...

52:49
Rusty Days 2020 - Nell Shamrell - Harrington: The Rust Borrow Checker - A Deep Dive

3,169 views

5 years ago

Paul Barker
Learning Rust with "Too Many Linked Lists" (Episode 1) - Getting Started

This video is the first episode of a new series on learning the Rust programming language, following the "Learn Rust by writing ...

59:54
Learning Rust with "Too Many Linked Lists" (Episode 1) - Getting Started

4,009 views

5 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 2)

It should be accessible for most intermediate Rust programmers though, and the goal is for us all to learn together! If you haven't ...

5:51:21
Building an asynchronous ZooKeeper client in Rust (part 2)

5,068 views

7 years ago

timClicks
Implementing Doubly-Linked Lists in Rust

... Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.

1:40:13
Implementing Doubly-Linked Lists in Rust

2,292 views

Streamed 2 years ago

Rust Programming Language
RustConf 2020 - How to Start a Solo Project that You'll Stick With by Harrison Bachrach

How to Start a Solo Project that You'll Stick With by Harrison Bachrach Have you ever started a solo project that never really came ...

20:36
RustConf 2020 - How to Start a Solo Project that You'll Stick With by Harrison Bachrach

6,890 views

5 years ago

timClicks
Rust by Example read-through - part 1 (chapters 1-8)

Welcome to this special live stream where we'll embark on an exhilarating journey through the Rust programming language.

3:36:25
Rust by Example read-through - part 1 (chapters 1-8)

4,642 views

Streamed 2 years ago

kovolff
Installation, First Application, Setting Variables | Rust Programming | Kovolff

This video kicks off a new series / playlist, in which we explore the Rust programming language. Rust is positioned as a safe ...

10:02
Installation, First Application, Setting Variables | Rust Programming | Kovolff

120 views

5 years ago

Jon Gjengset
Live-coding a Rust crate for asynchronous SSH connections

Let's build a Rust crate that provides asynchronous SSH connections! The ultimate goal is to use this in the EC2 crate we've been ...

5:16:05
Live-coding a Rust crate for asynchronous SSH connections

20,977 views

7 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 3)

It should be accessible for most intermediate Rust programmers though, and the goal is for us all to learn together! If you haven't ...

4:46:19
Building an asynchronous ZooKeeper client in Rust (part 3)

4,143 views

7 years ago

The Linux Foundation
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

Join us at the premier vendor-neutral open source conference, where developers and technologists come together to collaborate, ...

11:15
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

363 views

2 weeks ago

Blockchain Bernie
The Rust language is popular in crypto. But why tho?

Hey, I'm Blockchain Bernie. Check out Xandeum, the storage layer for smart contracts founded by me. ⇰ https://xandeum.com ...

13:46
The Rust language is popular in crypto. But why tho?

7,551 views

Streamed 3 years ago

Jon Gjengset
Porting flamegraph to Rust — part 2

In this stream, we're continuing our work to port the flamegraph profiling tool to Rust: ...

5:47:39
Porting flamegraph to Rust — part 2

23,172 views

6 years ago

KeenCode.
Variables & Mutability | Rust Programming | #rust

rust #rustprogramming Welcome back to our Rust Programming Course! In this video, we delve into the essential concepts of ...

3:46
Variables & Mutability | Rust Programming | #rust

9 views

1 year ago

The Coding Gopher
Why LLVM is a Game Changer for Compilers

Explore the inner workings of LLVM, the powerful framework behind many modern compilers! In this video, we break down key ...

6:31
Why LLVM is a Game Changer for Compilers

39,557 views

1 year ago