ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,387 results

NDC Conferences
Keynote: Rust is not about memory safety - Helge Penne - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

46:06
Keynote: Rust is not about memory safety - Helge Penne - NDC TechTown 2025

4,868 views

10 days ago

Code to the Moon and Orhun Parmaksız
OpenAI went ALL IN on this Rust framework

A conversation with Orhun Parmaksız about Ratatui, OpenAI adopting Ratatui, AI assisted coding, fonts and themes, making ...

41:57
OpenAI went ALL IN on this Rust framework

17,128 views

8 days ago

Rust Programming Language
AI should write rust and only rust ;) — by Patrick Gray — Seattle Rust User Group, January 2026

AI should write rust and only rust ;) (ok maybe typescript too) A talk about using Rust to safely go fast with AI Links: ...

46:38
AI should write rust and only rust ;) — by Patrick Gray — Seattle Rust User Group, January 2026

2,160 views

2 days ago

Chris Schwenk | Tech Jobber Podcast
Rust vs C++ Salaries in 2025 (Why Rust Pays $100K More)

Rust developers are making up to $400000 — and they're earning $50K–$100K MORE than C++ engineers for the same work.

9:53
Rust vs C++ Salaries in 2025 (Why Rust Pays $100K More)

1,684 views

2 weeks ago

Anton Putra
Zig vs Rust Performance Benchmark 2026

Rust vs Zig Performance Benchmark (Actix vs ZZZ) - LinkedIn - https://www.linkedin.com/in/anton-putra - Twitter ...

1:46
Zig vs Rust Performance Benchmark 2026

20,090 views

2 weeks ago

IvanHerm
Rust and Golang Head-to-Head: Real Lessons from Building One App Twice

In the world of programming, the battle among coding languages is ongoing. Recently, Golang has emerged as a strong ...

26:01
Rust and Golang Head-to-Head: Real Lessons from Building One App Twice

8,601 views

1 month ago

Let's Get Rusty
Rust’s most complicated features explained

Join the Rust Live Accelerator (30 seats now open): https://letsgetrusty.com/join . In this video we'll explore some of Rust's most ...

30:19
Rust’s most complicated features explained

65,855 views

4 weeks ago

DigiKey
Intro to Embedded Rust - Part 1: What is Rust? | DigiKey

Rust is a modern systems programming language designed for both safety and speed. In this first episode, we explore what ...

56:03
Intro to Embedded Rust - Part 1: What is Rust? | DigiKey

7,026 views

7 days ago

Francesco Ciulla
Should you learn Rust in 2026? Watch 5 minutes of this video

... Rust Programming Language, but are unsure whether to learn it or not? https://github.com/FrancescoXX/hexagon-stats Tokio, ...

23:02
Should you learn Rust in 2026? Watch 5 minutes of this video

3,819 views

3 weeks ago

Steve Builds (Tech)
Rust Game Programming Tutorial with Linux with Bevy

Want to create a game using Rust, or just learn Rust in general? Using Bevy we can create a 2d game using open source tools ...

1:39:21
Rust Game Programming Tutorial with Linux with Bevy

1,610 views

3 weeks ago

Quiche19
stubborn C++ dev tries Rust for 20min, then creates a whole video about how awesome it is

POV: You're a C++ dev who finally tried Rust - docs that don't gatekeep ✓ - one command install ✓ - cargo just works ✓ - offline ...

1:16
stubborn C++ dev tries Rust for 20min, then creates a whole video about how awesome it is

3,305 views

3 weeks ago

Rust Programming Language
Fast and Safe Image Decoding in Rust—by Jonathan Behrens—Seattle Rust User Group, December 2025

This talk gives an introduction to image formats and lossless compression, and shares some insights from building fast image ...

41:31
Fast and Safe Image Decoding in Rust—by Jonathan Behrens—Seattle Rust User Group, December 2025

2,414 views

3 weeks ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

17,808 views

3 weeks ago

The Kernel Log
Rust in the Linux Kernel: Why After 30 Years of C?

For over 30 years, C has been the undisputed language of the Linux Kernel. But with version 6.1, a historic shift occurred: Rust ...

6:34
Rust in the Linux Kernel: Why After 30 Years of C?

917 views

10 days ago

DigiKey
Intro to Embedded Rust - Part 2: Blink and LED | DigiKey

Whether you're coming from C/C++ embedded development or from higher-level Rust programming, this tutorial bridges the gap ...

43:29
Intro to Embedded Rust - Part 2: Blink and LED | DigiKey

499 views

6 hours ago

BugBytes
django-bolt - Rust-powered API Framework for Django

Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?

18:23
django-bolt - Rust-powered API Framework for Django

1,898 views

10 hours ago

Tech With Tim
The Only Programming Languages Worth Learning in 2026

Start building real Python skills today with DataCamp's Python Programming Fundamentals track (perfect if you're still shaky on ...

10:44
The Only Programming Languages Worth Learning in 2026

39,819 views

9 days ago

Code to the Moon
14 Rust Smart Pointers Compared

A completely arbitrary tier list of Rust smart pointers. The criteria is mainly how often I use them. Get Rust training from Let's Get ...

11:01
14 Rust Smart Pointers Compared

17,103 views

3 weeks ago

Tsoding
Self-Reproducing Programs

References: - Rust Compiler: https://github.com/rust-lang/rust/ - Porth Compiler: https://gitlab.com/tsoding/porth - Porth Playlist: ...

24:37
Self-Reproducing Programs

115,178 views

11 days ago

Semicolon
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

Explore Rust's **fat pointers** and understand why they're essential. Learn how slices (`[T]`) and trait objects (`dyn Trait`) use fat ...

10:30
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

789 views

12 days ago

Premature Abstraction
Okay, so why are lexers even needed?

Get Rust training from Let's Get Rusty: https://letsgetrusty.com/start-with-abstraction If you like my work and want to see more, you ...

12:57
Okay, so why are lexers even needed?

11,170 views

2 days ago

Francesco Ciulla
Build a Game with Rust! Learn the Rust Programming Language - 1-hour Bootcamp for beginners - Part 2

IMPORTANT: Check part 1 first if you are not proficent with Rust: https://youtu.be/tgJ8d9yQtKY In this second part, we will build a ...

56:53
Build a Game with Rust! Learn the Rust Programming Language - 1-hour Bootcamp for beginners - Part 2

2,651 views

9 days ago

NDC Conferences
Rust at Volvo Cars - Julius Gustavsson - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

53:04
Rust at Volvo Cars - Julius Gustavsson - NDC TechTown 2025

19,896 views

2 weeks ago

NDC Conferences
Embedded Rust in Production - Ulf Lilleengen - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

54:46
Embedded Rust in Production - Ulf Lilleengen - NDC TechTown 2025

583 views

2 weeks ago

Francesco Ciulla
What you missed about Rust in 2025 - Rust Official blog recap

In this video, I will recap the most important Rust announcements in 2025, based on the official Rust blog. Rust official ...

17:09
What you missed about Rust in 2025 - Rust Official blog recap

4,187 views

4 weeks ago