ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

913 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

498 views

8 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

32,910 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,485 views

6 days ago

Fio's Quest
Dependency Injection & Ports and Adapters in Rust!

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

10:45
Dependency Injection & Ports and Adapters in Rust!

1,078 views

2 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,976 views

5 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,323 views

3 days ago

SyedHussimDev
Let's Build A Simple WebAssembly UI ToolKit In Rust

In this video, I show how to build a simple UI toolkit for WebAssembly using Rust. https://github.com/syedhussim/parv-rs.

10:44
Let's Build A Simple WebAssembly UI ToolKit In Rust

1,163 views

7 days ago

Athar
Prism — A Local-First API Testing Tool Built with Rust & Tauri (Postman Alternative)

Ps: apology for clickbait hehe! just having fun with hack project .... Modern API tools are bloated and cloud-dependent. So we built ...

2:26
Prism — A Local-First API Testing Tool Built with Rust & Tauri (Postman Alternative)

43 views

7 days ago

Hack the Clown
Rewriting Python exploit to RUST

MongoBleed is a critical MongoDB vulnerability that can silently expose your data to anyone who knows how to poke at it.

7:36
Rewriting Python exploit to RUST

1,483 views

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

14,784 views

6 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

59 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,891 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

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,034 views

1 day ago

Stable Rust
Why You Can’t Index a String in Rust (And What to Do Instead)

Rust doesn't allow direct string indexing — and this single rule confuses almost everyone coming from languages like C++, ...

7:48
Why You Can’t Index a String in Rust (And What to Do Instead)

35 views

7 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 #25 – Rust Threads & Concurrency Explained

In Episode 25 of the Rust programming series on Developer Diary, we explore threads and concurrency in Rust. You'll learn: ...

14:16
Rust Programming Tutorial #25 – Rust Threads & Concurrency Explained

0 views

7 days ago

Matthew Haynes
Why is my Rust ML Model Slow? (Attempting) Profiling with Flamegraphs (Pt. 2)

In this two part series, we are taking the Provence Reranker model from Python / Hugging Face Transformers and porting it to Rust ...

18:36
Why is my Rust ML Model Slow? (Attempting) Profiling with Flamegraphs (Pt. 2)

280 views

7 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

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

42 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

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

885 views

3 days ago