Format/VideoSeries

- Rust in Audio - YouTube: In this video, I'll show you all the basic types of collections that are relevant for audio and how to pass them as references to functions.The Rust in Audio...
- Rust in Audio: Collections
- Rust in Audio: Pointers & Lifetimes
- Rust in Audio: Interleaved Audio & Iterators
- Rust in Audio: Generics & Traits

- Backend In Rust - 01 Building a basic server - YouTube: Welcome to the first episode of our "Backend in Rust" series! In this video, we'll walk you through the basics of building a simple HTTP server using Rust. W...
- Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust

- Crafting an Interpreter in Rust #01: Basic Bytecode Chunks - PeerTube (xy-space): In this video, we start our journey on implementing a bytecode virtual machine for the Lox language by implementing a data structure for our bytecode: a chunk. This series follows the second part o...
- Crafting an Interpreter in Rust #02: First Virtual Machine
- Crafting an Interpreter in Rust #03: Scanning on Demand

- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info) - YouTube: This video series, related article and repo explore Linux TTY, processes, signals, and more using Rust. The video provides live coding examples of using Rust...
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 2/3, live code signal, proc, IPC
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 3/3 (tokio::process::Command)
- Article version