ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,736 results

YouTux Channel
RUST: A Language Without Poetry

00:00 Introduction 05:26 The Paradox of Limits – When Safety Becomes a Cage 10:00 Ownership and Borrowing – The Hidden ...

38:26
RUST: A Language Without Poetry

10,739 views

4 months ago

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

74,982 views

1 month ago

Rust Programming Language
RustConf 2018 - Closing Keynote - Using Rust For Game Development by Catherine West

RustConf 2018 - Closing Keynote by Catherine West When you're just starting out in Rust, you start by building small programs.

42:30
RustConf 2018 - Closing Keynote - Using Rust For Game Development by Catherine West

147,535 views

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

93,546 views

7 months ago

Rust Programming Language
RustFest Zürich 2017 - Rust: an alternative to high-level programming languages? by Élisabeth Henry

Rust is a systems programming language that runs blazingly fast. But what's its place for writing applications that don't particularly ...

30:27
RustFest Zürich 2017 - Rust: an alternative to high-level programming languages? by Élisabeth Henry

3,495 views

8 years ago

HiRSE
RUST - HiRSE Summer of Programming Languages

The HiRSE Summer of Programming Languages series features RUST, presented by Timo Betcke from UCL. More about the ...

1:17:27
RUST - HiRSE Summer of Programming Languages

922 views

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

159,625 views

3 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

228,319 views

4 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

240,808 views

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

265,006 views

5 years ago

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

84,866 views

2 years 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

87,928 views

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

46,171 views

5 months ago

Rust Programming Language
RustLatam 2019 - Niko Matsakis: What's unique about Rust?

Nicholas Matsakis is a Senior Staff Researcher at Mozilla Research and a member of the Rust core, compiler, and language ...

46:46
RustLatam 2019 - Niko Matsakis: What's unique about Rust?

42,433 views

6 years ago

FOSS4G
FOSS4G 2021 - Geospatial programming with Rust

Rust is one of the emerging new programming languages which is well suited for geospatial applications and especially libraries.

30:33
FOSS4G 2021 - Geospatial programming with Rust

1,414 views

4 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

104,315 views

1 year ago

SwedenCpp
Mats Kindahl: A C++ programmer's view on Rust

Rust is a relatively new language that has been voted as the most popular programming language in the Stack Overflow ...

1:05:04
Mats Kindahl: A C++ programmer's view on Rust

8,231 views

4 years ago

CNCF [Cloud Native Computing Foundation]
The Rustvolution: How Rust Is the Future of Cloud Native - Flynn, Buoyant

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon North America in Salt Lake City from ...

33:51
The Rustvolution: How Rust Is the Future of Cloud Native - Flynn, Buoyant

5,433 views

1 year ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

99,831 views

4 years ago

timClicks
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

Have you ever wondered about how to create a pixelated image? This video shows you how to do it yourself with the nearest ...

34:41
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

4,837 views

2 years ago