ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

313 results

CNCF [Cloud Native Computing Foundation]
Lightning Talk: Talking to Kubernetes with Rust - James Laverack, Jetstack

Lightning Talk: Talking to Kubernetes with Rust - James Laverack, Jetstack The Kubernetes API provides a gateway to manage ...

4:51
Lightning Talk: Talking to Kubernetes with Rust - James Laverack, Jetstack

1,522 views

2 years ago

EmacsConf and Emacs hangouts
EmacsConf 2024 Q&A: An experimental Emacs core in Rust

Troy Hinckley This is the Q&A for the talk at https://youtu.be/629ct-cBwSI . 00:08 Q: Have you considered using CRDTs to share ...

19:16
EmacsConf 2024 Q&A: An experimental Emacs core in Rust

335 views

1 year ago

Andy Balaam
Rust 101 - 35: Futures

Exploring what a Future is in async Rust and how we could manually write code that polls futures. Normally, we avoid this manual ...

18:56
Rust 101 - 35: Futures

2,507 views

1 year ago

uint
Rust's borrow rules: but why, really?

This video explains why borrow rules exist in the Rust programming language, as in why mutable and immutable references ...

6:20
Rust's borrow rules: but why, really?

1,022 views

1 year ago

Cave of Programming
Figuring Out Tuples and Arrays: Exploring Rust Part 005

Blog, including Rust write-up and videos: https://blog.caveofprogramming.com Free and premium courses: ...

13:47
Figuring Out Tuples and Arrays: Exploring Rust Part 005

229 views

1 year ago

Peter Schneider
Why is Rust port of function 2x slower than C++?

Why is Rust port of function 2x slower than C++? I hope you found a solution that worked for you :) The Content is licensed under ...

5:35
Why is Rust port of function 2x slower than C++?

14 views

1 year ago

Cave of Programming
Rust Installation and Hello World: Exploring Rust Part 001

https://blog.caveofprogramming.com/ A video on installing Rust and writing a hello world program.

6:14
Rust Installation and Hello World: Exploring Rust Part 001

944 views

1 year ago

Andy Balaam
Rust 101 - 20: Unit, integration and benchmark tests

How to write unit tests in your Rust code, and some quick pointers on writing integration and benchmark tests. Slides and more ...

15:56
Rust 101 - 20: Unit, integration and benchmark tests

161 views

1 year ago

Andy Balaam
Rust 101 – 1: Course intro

Introducing the Rust 101 series and how to install Rust. Rust 101 is a series of videos explaining how to write programs in Rust.

9:44
Rust 101 – 1: Course intro

2,860 views

1 year ago

Mii beta
How kids learn Rust today

true in some extend!

5:29
How kids learn Rust today

6,824 views

1 year ago

Andy Balaam
Rust 101 – 8: Writing methods using impl blocks

This time we discuss how to add methods to structs and enums, using impl blocks. Methods work similarly to other languages, but ...

11:53
Rust 101 – 8: Writing methods using impl blocks

372 views

1 year ago

Cave of Programming
Slices - Rust stops you using invalid slices via an ingenious mechanism: Exploring Rust Part 009

Blog, including Rust write-up and videos: https://blog.caveofprogramming.com Free and premium courses: ...

11:02
Slices - Rust stops you using invalid slices via an ingenious mechanism: Exploring Rust Part 009

165 views

1 year ago

Andy Balaam
Rust 101 - 21: Exercises for module B (q1)

Going through an exercise on serialization with serde. Slides and more info: ...

11:48
Rust 101 - 21: Exercises for module B (q1)

97 views

1 year ago

Andy Balaam
Rust 101 - 28: Dynamic dispatch

Explaining how to hold on to something even when we don't know its exact type, just what trait it implements. Slides and more ...

19:32
Rust 101 - 28: Dynamic dispatch

439 views

1 year ago

Andy Balaam
Rust 101 - 34: What is async?

What async programming is and what it looks like in Rust. Slides and more info: ...

18:12
Rust 101 - 34: What is async?

516 views

1 year ago

CNCF [Cloud Native Computing Foundation]
Lightning Talk: Rust-Based Magic: Streamlined and Secure - Christian Hüning, BWI GmbH

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon North America in Salt Lake City from ...

6:15
Lightning Talk: Rust-Based Magic: Streamlined and Secure - Christian Hüning, BWI GmbH

412 views

1 year ago

Andy Balaam
Rust 101 - 43: The two meanings of "unsafe" in Rust

The unsafe keyword in Rust means two things: "You must read the docs!" or "I promise I read the docs and followed the rules!".

11:49
Rust 101 - 43: The two meanings of "unsafe" in Rust

143 views

1 year ago

Isaac Harris-Holt
Gleam is not Rust

Gleam is not Rust, and I'm sick of people comparing them. Here's why they're different. Join the Discord!

7:46
Gleam is not Rust

38,497 views

1 year ago

timClicks
Are Rust's governance issues worth avoiding the language?

An extract from the timclicks dev Office Hours, June 2023. Rust resources: - Rust Documentation: https://doc.rust-lang.org/book/ ...

5:33
Are Rust's governance issues worth avoiding the language?

1,082 views

2 years ago

timClicks
Swap uppercase and lowercase of text (hELLO to Hello) with code using Python and Rust

Python #Rust #rustlang #programming #textprocessing Learn how to swap uppercase and lowercase and text within a string ...

5:55
Swap uppercase and lowercase of text (hELLO to Hello) with code using Python and Rust

777 views

1 year ago