ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

149 results

Bare Metal Studio
I Tried Learning Rust as a C Programmer

I've spent the past year learning C, so I wanted to see what would happen when I tried Rust for the first time. In this video, I work ...

53:54
I Tried Learning Rust as a C Programmer

5,890 views

2 days ago

Hack the Clown
Why Rust Is Safer (Reason #1: No Buffer Overflows)

Did Rust just prevent a buffer overflow? In this video, I compare how C and Rust handle the exact same programming mistake.

1:59
Why Rust Is Safer (Reason #1: No Buffer Overflows)

647 views

16 hours ago

Will Velida
Learn Rust: Fearless Concurrency

Rust's ownership system extends to threads, so the compiler rejects data races before your program runs. In this episode: ...

10:12
Learn Rust: Fearless Concurrency

28 views

4 days ago

Rust Programming Language and 2 more
Rust Release Changelog - 1.97.0

Hi, hello. Welcome to another video in the Rust Release Changelog Series We are Chris Biscardi ...

30:27
Rust Release Changelog - 1.97.0

2,684 views

3 days ago

ZC Workspace
Building A DB AI Agent from Scratch with Rust Part1  - Tool Use #rustlang #postgres #aiagents

Python and heavy orchestration frameworks like LangChain hide the actual mechanics of AI agents behind layers of abstractions.

14:31
Building A DB AI Agent from Scratch with Rust Part1 - Tool Use #rustlang #postgres #aiagents

9 views

3 days ago

Merlin Wellington
The Invisible Code Trap I Left in My Own Video

In a previous video [https://youtu.be/M_MtcgDZYDU], I used explicit lexical scoping blocks to manually force a borrow to end.

1:53
The Invisible Code Trap I Left in My Own Video

122 views

1 day ago

Fireship
The most controversial rewrite in history just shipped...

Try CodeRabbit Review free and turn your next big PR into a guided walkthrough - https://coderabbit.link/fireship Bun just ...

5:52
The most controversial rewrite in history just shipped...

606,470 views

5 days ago

Fabio NR
Release Profiles do Rust 🦀 Aprendendo Rust 🦀 do zero - parte 40

Nesta série de vídeos eu leio a documentação oficial do Rust para aprender a linguagem e te convido a participar para aprender ...

7:34
Release Profiles do Rust 🦀 Aprendendo Rust 🦀 do zero - parte 40

12 views

6 days ago

Will Velida
Learn Rust: Iterators and Closures

Closures and iterators are how Rust expresses functional-style data processing, and they compile down to the same fast code as ...

13:41
Learn Rust: Iterators and Closures

63 views

5 days ago

Semicolon
Stop Using Vec for Everything: Rust's Hidden Data Structures

Vec and HashMap only get you so far. This video covers Rust's other essential collections: a double-ended queue for fast ...

9:00
Stop Using Vec for Everything: Rust's Hidden Data Structures

2,988 views

5 days ago

Will Velida
Learn Rust: Modules, Collections, and Error Handling

Learn how to organize code with modules, the standard collections in Rust, and how Rust handles errors. In this episode: ...

15:43
Learn Rust: Modules, Collections, and Error Handling

27 views

6 days ago

Will Velida
Learn Rust: Smart Pointers

Smart pointers are types that own data and add behavior, such as heap allocation or runtime borrow checking. In this episode: ...

13:49
Learn Rust: Smart Pointers

82 views

4 days ago

Parth Jadav
118+ Apps, 1 Brain. OpenHuman is the Open-Source Superintelligence  #RustLang #OpenSource #GitHub

Most AI tools are "stateless"—they forget everything the second you close the tab. OpenHuman changes that by becoming a ...

9:42
118+ Apps, 1 Brain. OpenHuman is the Open-Source Superintelligence #RustLang #OpenSource #GitHub

7 views

1 day ago

The PrimeTime
The Great Bun Rewrite

Infinite Red builds serious mobile apps for companies that need strong engineering, thoughtful architecture, and code that can ...

14:28
The Great Bun Rewrite

261,244 views

5 days ago

Will Velida
Learn Rust: Writing Tests in Rust

Rust has a test runner built into Cargo, so you need no extra framework. This episode covers writing and running tests, then adds ...

13:15
Learn Rust: Writing Tests in Rust

92 views

5 days ago

Theo - t3․gg
Zig's creator can't stop himself

Andrew Kelley posted a response article to Jarred's port of Bun to rust, and it's pretty bad... Thank you WorkOS for sponsoring!

1:00:07
Zig's creator can't stop himself

97,740 views

5 days ago

Marius Arvinte
Learning Rust - Enums and Types

A lot of time spent on enums and `match`: https://doc.rust-lang.org/book/ch06-00-enums.html.

3:39:42
Learning Rust - Enums and Types

90 views

Streamed 1 day ago

Vipin Joshi
🚨 🔴 LIVE Coding a Terminal Typing Test Application in Rust 🦀

Building a typing speed test (like Monkeytype, but in the terminal!) completely live in Rust — real-time WPM counter, color-coded ...

2:44:41
🚨 🔴 LIVE Coding a Terminal Typing Test Application in Rust 🦀

69 views

Streamed 8 hours ago

Will Velida
Learn Rust: References, Borrowing, and Slices

References let you use data without taking ownership of it, which solves the move problem from the previous episode.

11:55
Learn Rust: References, Borrowing, and Slices

45 views

6 days ago

Will Velida
Learn Rust: Generics, Traits, and Lifetimes

Three features that let you write flexible, reusable code without giving up safety or speed: generics, traits, and lifetimes. They are ...

12:27
Learn Rust: Generics, Traits, and Lifetimes

128 views

5 days ago