Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
149 results
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 ...
5,890 views
2 days ago
Did Rust just prevent a buffer overflow? In this video, I compare how C and Rust handle the exact same programming mistake.
647 views
16 hours ago
Rust's ownership system extends to threads, so the compiler rejects data races before your program runs. In this episode: ...
28 views
4 days ago
Hi, hello. Welcome to another video in the Rust Release Changelog Series We are Chris Biscardi ...
2,684 views
3 days ago
Python and heavy orchestration frameworks like LangChain hide the actual mechanics of AI agents behind layers of abstractions.
9 views
In a previous video [https://youtu.be/M_MtcgDZYDU], I used explicit lexical scoping blocks to manually force a borrow to end.
122 views
1 day ago
Try CodeRabbit Review free and turn your next big PR into a guided walkthrough - https://coderabbit.link/fireship Bun just ...
606,470 views
5 days ago
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 ...
12 views
6 days ago
Closures and iterators are how Rust expresses functional-style data processing, and they compile down to the same fast code as ...
63 views
Vec and HashMap only get you so far. This video covers Rust's other essential collections: a double-ended queue for fast ...
2,988 views
Learn how to organize code with modules, the standard collections in Rust, and how Rust handles errors. In this episode: ...
27 views
Smart pointers are types that own data and add behavior, such as heap allocation or runtime borrow checking. In this episode: ...
82 views
Most AI tools are "stateless"—they forget everything the second you close the tab. OpenHuman changes that by becoming a ...
7 views
Infinite Red builds serious mobile apps for companies that need strong engineering, thoughtful architecture, and code that can ...
261,244 views
Rust has a test runner built into Cargo, so you need no extra framework. This episode covers writing and running tests, then adds ...
92 views
Andrew Kelley posted a response article to Jarred's port of Bun to rust, and it's pretty bad... Thank you WorkOS for sponsoring!
97,740 views
A lot of time spent on enums and `match`: https://doc.rust-lang.org/book/ch06-00-enums.html.
90 views
Streamed 1 day ago
Building a typing speed test (like Monkeytype, but in the terminal!) completely live in Rust — real-time WPM counter, color-coded ...
69 views
Streamed 8 hours ago
References let you use data without taking ownership of it, which solves the move problem from the previous episode.
45 views
Three features that let you write flexible, reusable code without giving up safety or speed: generics, traits, and lifetimes. They are ...
128 views