ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,114 results

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

97,885 views

3 months ago

ArjanCodes
An Introduction to Coding In Rust for Pythonistas

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll explore coding with ...

20:42
An Introduction to Coding In Rust for Pythonistas

147,062 views

2 years ago

freeCodeCamp.org
Rust Programming Course for Beginners - Tutorial

Learn the Rust programming language in this course for beginners. ✏️ Shaun Hamilton created this course. Rust Template ...

1:25:37
Rust Programming Course for Beginners - Tutorial

355,647 views

4 years ago

Coding Chats
The Rust job market in 2026

Coding Chats episode 66 - Alex Garella discusses the current state of the Rust job market, highlighting its mixed nature amidst ...

36:31
The Rust job market in 2026

354 views

3 weeks ago

Coding Chats
Rust in production at planet scale : lessons learned deploying Rust code to millions of devices

Coding Chats episode 55 - Emma Nedelcu discusses her experience managing teams that transitioned to Rust at Amazon Prime ...

34:04
Rust in production at planet scale : lessons learned deploying Rust code to millions of devices

1,143 views

3 months ago

Beyond Coding
The Language That Makes You a Better Engineer (Even If You Hate It)

People who use Rust seem to fall into two camps: those who quit because the compiler is too frustrating, and those who push ...

45:58
The Language That Makes You a Better Engineer (Even If You Hate It)

19,059 views

10 months ago

Francesco Ciulla
Stop writing slow code: Rust for Developers (Full Beginner Course)

IMPORTANT: The second part of the Bootcamp is open for Registrations! Reserve your spot here: https://luma.com/6n0agjqj Rust ...

1:10:27
Stop writing slow code: Rust for Developers (Full Beginner Course)

6,041 views

3 months ago

Jane Street
Will Crichton: Rust for Everyone!

Rust promises to empower everyone to build reliable software, but its unique features create steep learning curves. In this talk ...

1:01:24
Will Crichton: Rust for Everyone!

69,973 views

6 months ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

91,744 views

1 year 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)

100,983 views

9 months ago

Jon Gjengset
Vibe coding complex changes in Rust

Those who have followed me for a while may already know that I'm a bit of an ML Luddite — it's not that I'm opposed to the use of ...

2:59:08
Vibe coding complex changes in Rust

48,785 views

7 months 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

271,312 views

5 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

164,611 views

4 years ago

Rust Foundation
Chandler Carruth: Memory Safety Everywhere with Both Rust and Carbon | RustConf 2025

Slides: https://chandlerc.blog/slides/2025-rustconf-memory-safety-everywhere Abstract: This talk will compare and contrast some ...

37:27
Chandler Carruth: Memory Safety Everywhere with Both Rust and Carbon | RustConf 2025

4,759 views

5 months ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

153,833 views

5 years ago

Jon Gjengset
Crust of Rust: Sorting Algorithms

In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...

2:37:53
Crust of Rust: Sorting Algorithms

67,602 views

5 years ago

Jon Gjengset
Crust of Rust: Channels

In this (fifth) Crust of Rust video, we cover multi-produce/single-consumer (mpsc) channels, by re-implementing some of the ...

1:43:12
Crust of Rust: Channels

94,803 views

5 years ago

Jon Gjengset
Implementing (parts of) git from scratch in Rust

In this stream, we implement core pieces of git from scratch by following the CodeCrafters git "course" ...

4:29:28
Implementing (parts of) git from scratch in Rust

106,711 views

2 years ago

Jon Gjengset
Crust of Rust: Declarative Macros

In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...

1:36:11
Crust of Rust: Declarative Macros

78,171 views

5 years ago

Jon Gjengset
Crust of Rust: async/await

Finally, we tackle the topic of async/await in Rust, and specifically looking at how to use and think about async/await more so than ...

2:34:01
Crust of Rust: async/await

232,120 views

4 years ago