ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

833 results

Jeremy Chone
The Simplest AI Coding CLI in Pure Rust 50 Lines

... Production coding with AI == JC Playlists: - Everything Rust Programming - Tutorials, Courses, Tips, Examples: ...

3:26
The Simplest AI Coding CLI in Pure Rust 50 Lines

595 views

12 hours ago

Dreams of Code
I'm never writing another Makefile ever again

Except, maybe, if I'm writing C Click this link https://boot.dev/?promo=DREAMSOFCODE and use my code DREAMSOFCODE to ...

16:37
I'm never writing another Makefile ever again

34,679 views

1 day ago

Rust Programming Language
Taylor Cramer Interview, Crubit Development Lead at Google [Rust Project Content @ RustConf 2025]

In this interview, Pete LeVasseur sits down with Taylor Cramer to chat about: her journey from functional languages to Rust, ...

45:43
Taylor Cramer Interview, Crubit Development Lead at Google [Rust Project Content @ RustConf 2025]

1,502 views

6 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

3,000 views

5 days ago

Fio's Quest
Dependency Injection & Ports and Adapters

Dependency Injection lets us better compartmentalise our code, separating concerns, making the code easier to reason about, ...

10:45
Dependency Injection & Ports and Adapters

1,203 views

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

4,427 views

3 days ago

Semicolon
Building AI Agents in Rust From Scratch | Adk | Studio

In this video I build a real AI agent using Rust and show why systems level languages matter for production agents. We talk speed ...

13:16
Building AI Agents in Rust From Scratch | Adk | Studio

886 views

3 days ago

D&E Deep Dive
The Rust Programming Handbook

This handbook explores Rust as a high-performance language for systems programming, web development, and concurrency.

5:42
The Rust Programming Handbook

62 views

1 day 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?

14,915 views

6 days ago

The Cherno
C++ CHESS ENGINE using Walnut! // Code Review

Get Rust training from Let's Get Rusty: https://letsgetrusty.com/start-with-cherno Patreon ▻ https://patreon.com/thecherno ...

25:38
C++ CHESS ENGINE using Walnut! // Code Review

12,505 views

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

1,935 views

3 days ago

Stevan Freeborn
Code + Coffee + Chat: Learning Rust

Rustlings: https://rustlings.rust-lang.org/ The Rust Programming Language Book: https://rust-book.cs.brown.edu Zoeae: ...

2:52:08
Code + Coffee + Chat: Learning Rust

4,605 views

Streamed 6 days ago

D&E Deep Dive
Rust  A First Look

This guide covers Rust fundamentals, including Cargo for dependency management and ownership rules for memory safety.

5:41
Rust A First Look

28 views

5 days ago

Developer Diary
Rust Programming Tutorial #26 – Share Data Safely Between Rust Threads with Arc and Mutex

Learn how to share and update data safely across threads in Rust using Arc and Mutex. Perfect for beginners who want to ...

23:58
Rust Programming Tutorial #26 – Share Data Safely Between Rust Threads with Arc and Mutex

0 views

6 days ago

Francesco Ciulla
I joined Zerops as Head of Developer Relations Engineer! Deploy Rust, Python, PHP, Go, Next.js apps

Wish me luck!!! What kind of video would you like me to create about this? I'm officially back in Developer Relations!

5:54
I joined Zerops as Head of Developer Relations Engineer! Deploy Rust, Python, PHP, Go, Next.js apps

1,066 views

6 days ago

ACM SIGPLAN
[POPL'26] Miri: Practical Undefined Behavior Detection for Rust

Miri: Practical Undefined Behavior Detection for Rust (Video, POPL 2026) Ralf Jung, Benjamin Kimock, Christian Poveda, ...

24:41
[POPL'26] Miri: Practical Undefined Behavior Detection for Rust

43 views

5 days ago

Code With Manas
Tic Tac Toe Game in Rust - Quick & Easy Beginner Project Tutorial

Want to learn Rust programming? Watch me build a complete Tic Tac Toe game in just 86 seconds! This quick tutorial shows ...

1:26
Tic Tac Toe Game in Rust - Quick & Easy Beginner Project Tutorial

0 views

1 day ago

imainiginations
Write Your First Hello World in Rust (2026)

Write your first Hello World in Rust! In this tutorial, we dive into the absolute basics of the Rust programming language. We go ...

4:06
Write Your First Hello World in Rust (2026)

14 views

5 days ago

Stephen Blum
Blockchain From Scratch with Rust Day 3 Bootstrapping

All right, we're bootstrapping our blockchain project in Rust. Yesterday we made our ledger schema, and now I want the Rust ...

9:23
Blockchain From Scratch with Rust Day 3 Bootstrapping

54 views

4 days ago

codeporul
Rust program basics | Creating a "Hello, World!" Program on Linux

Rust program basics | Creating a "Hello, World!" Program on Linux.

3:39
Rust program basics | Creating a "Hello, World!" Program on Linux

2 views

6 days ago

Salih Cantekin
RustFrame: GPU-Accelerated Screen Mirroring Using Rust

... overlays & "Click-through" mode - Native Windows Graphics Capture API integration If you are interested in Rust programming, ...

36:02
RustFrame: GPU-Accelerated Screen Mirroring Using Rust

155 views

6 days ago

The Thinking Terminal
Rust HashMap & BTreeMap Explained | Collections Part 2 | Rust Programming | Learn Rust Step by Step

In the previous video, we explored ordered collections like Vec, VecDeque, and LinkedList. In this video, we continue Rust ...

17:10
Rust HashMap & BTreeMap Explained | Collections Part 2 | Rust Programming | Learn Rust Step by Step

0 views

11 hours ago

Developer Diary
Rust Programming Tutorial #28 – Generic Types in Rust

Today you learned: - What generic types are - How to use them in functions and structs If this video helped: Like Subscribe ...

6:56
Rust Programming Tutorial #28 – Generic Types in Rust

0 views

4 days ago

Vipin Joshi
PB-02 of Advent of Code | Rust Programming | Live Coding | QnA

I am just solving the First advent of code problem, i know its late but trust me its not! Make sure you subscribe to the channel and ...

2:04:59
PB-02 of Advent of Code | Rust Programming | Live Coding | QnA

851 views

Streamed 6 days ago

Stevan Freeborn
Code + Coffee + Chat: Learning Rust

Rustlings: https://rustlings.rust-lang.org/ The Rust Programming Language Book: https://rust-book.cs.brown.edu Zoeae: ...

2:54:31
Code + Coffee + Chat: Learning Rust

3,097 views

Streamed 2 days ago