ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,440 results

Chris Schwenk | Tech Jobber Podcast
Rust vs C++ Salaries in 2025 (Why Rust Pays $100K More)

Rust developers are making up to $400000 — and they're earning $50K–$100K MORE than C++ engineers for the same work.

9:53
Rust vs C++ Salaries in 2025 (Why Rust Pays $100K More)

1,655 views

2 weeks ago

Code to the Moon
14 Rust Smart Pointers Compared

A completely arbitrary tier list of Rust smart pointers. The criteria is mainly how often I use them. Get Rust training from Let's Get ...

11:01
14 Rust Smart Pointers Compared

17,051 views

2 weeks ago

Francesco Ciulla
What you missed about Rust in 2025 - Rust Official blog recap

In this video, I will recap the most important Rust announcements in 2025, based on the official Rust blog. Rust official ...

17:09
What you missed about Rust in 2025 - Rust Official blog recap

4,186 views

4 weeks ago

Tech With Tim
The Only Programming Languages Worth Learning in 2026

Start building real Python skills today with DataCamp's Python Programming Fundamentals track (perfect if you're still shaky on ...

10:44
The Only Programming Languages Worth Learning in 2026

38,639 views

8 days ago

Semicolon
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

Explore Rust's **fat pointers** and understand why they're essential. Learn how slices (`[T]`) and trait objects (`dyn Trait`) use fat ...

10:30
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

782 views

12 days ago

Struct Build
The 'Dead' Language That Beat Rust & Go For My Server

Everyone told me to use Rust or Go for my server backend. I refused. Instead, I found a 24-year-old "dead" language that offers the ...

4:24
The 'Dead' Language That Beat Rust & Go For My Server

147 views

2 weeks ago

code_report
Rust (and Haskell) Win! 👑

A follow up video to The Beauty of Algorithms. I improve the Rust solution and add Haskell and J to the previous solutions (C++, ...

9:26
Rust (and Haskell) Win! 👑

12,785 views

3 weeks ago

The Linux Foundation
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

Join us at the premier vendor-neutral open source conference, where developers and technologists come together to collaborate, ...

11:15
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

365 views

2 weeks ago

The Kernel Log
Rust in the Linux Kernel: Why After 30 Years of C?

For over 30 years, C has been the undisputed language of the Linux Kernel. But with version 6.1, a historic shift occurred: Rust ...

6:34
Rust in the Linux Kernel: Why After 30 Years of C?

914 views

9 days ago

Coding Crash Courses
The Ultimate Power Duo: Python Simplicity + Rust Performance 💪

Code: https://github.com/Coding-Crashkurse/Python-Rust Python is fantastic, easy to learn, and extremely versatile. But let's be ...

5:11
The Ultimate Power Duo: Python Simplicity + Rust Performance 💪

410 views

2 weeks ago

Gioele Stefano Luca Fierro
Atom 2.11: Returning references

Rustlers – Atomics Rust, is a series of bite-sized videos exploring the Rust programming language. Each episode is a small ...

12:58
Atom 2.11: Returning references

27 views

2 weeks ago

frugle
Why the Obsession with Rust | The Pillars and Performance of the Rust Language

The provided text highlights Rust as a premier programming language celebrated for its ability to combine high-level memory ...

7:07
Why the Obsession with Rust | The Pillars and Performance of the Rust Language

30 views

2 weeks ago

Context Free
Programming Languages in 2025!

https://tjpalmer.github.io/languish/ https://docs.python.org/3/whatsnew/3.14.html ...

9:53
Programming Languages in 2025!

11,130 views

3 weeks ago

Shade of Code
Ranking the Hottest Programming Languages in 2026

What made me stand out for BIG TECH (CodeCrafters 40% OFF): https://app.codecrafters.io/join?via=shadeofcodex ✓ What ...

5:54
Ranking the Hottest Programming Languages in 2026

8,350 views

2 weeks ago

Code Different
I Created the Best Programming Language of All Time

Blink is a compiled programming language offering speeds matching that of C, C++, Rust, etc. Designed with a simple, modern ...

17:11
I Created the Best Programming Language of All Time

3,605 views

3 weeks ago

Monad Developers
How to consume Execution events using Rust

This video walks you through a simple Rust code example that consumes Execution events from a Monad full node. This video ...

4:18
How to consume Execution events using Rust

63 views

3 weeks ago

Premature Abstraction
Wait, how can a compiler compile itself?!

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

9:45
Wait, how can a compiler compile itself?!

49,250 views

3 weeks ago

frugle
Rust  Speed & Safety | The Rust Programming Language Fast Track

This guide provides an accelerated introduction to the Rust programming language, highlighting its reputation for speed and ...

6:23
Rust Speed & Safety | The Rust Programming Language Fast Track

11 views

3 weeks ago

Taught by Celeste AI - AI Coding Coach
Rust File I/O Tutorial: Build a Persistent Todo App with Modules | Rust by Examples #6

... with persistence This is part 6 of the Rust by Examples series, where we build practical projects to learn Rust programming.

6:20
Rust File I/O Tutorial: Build a Persistent Todo App with Modules | Rust by Examples #6

22 views

2 weeks ago

Saad Saleem
Rust Network Programming | TCP Client-Server | Message Framing | 02

In this video, we continue our Rust network programming series and fix a very common mistake in TCP applications. TCP is a ...

15:08
Rust Network Programming | TCP Client-Server | Message Framing | 02

71 views

3 weeks ago

Hack the Clown
These Rust CLI Tools Make Linux Hacking Faster

Rust isn't just for backend and systems – it's becoming a must-have toolkit for ethical hackers and security engineers. In this video ...

6:18
These Rust CLI Tools Make Linux Hacking Faster

2,602 views

7 days ago

frugle
C++ vs Rust Safer Code? Evolution of Systems Programming: Rust vs. C++ in 2025

The provided sources examine the shifting landscape of systems programming as Rust emerges as a primary rival to C++ in 2025.

7:05
C++ vs Rust Safer Code? Evolution of Systems Programming: Rust vs. C++ in 2025

56 views

4 weeks ago

samuel åkesson
Using Rust on the frontend?

Dioxus 0.7: https://dioxuslabs.com/learn/0.7/

9:49
Using Rust on the frontend?

2,619 views

5 days ago

Developer Diary
Rust Programming Tutorial #13 – Arrays vs Tuples Explained with Examples

Welcome back to Developer Diary This is Episode 13 of our Rust programming tutorial series, where we take a deep dive into ...

15:34
Rust Programming Tutorial #13 – Arrays vs Tuples Explained with Examples

17 views

2 weeks ago

Developer Diary
Rust Programming Tutorial #11 – Create, Call & Use Functions

Welcome to Developer Diary! In this Rust programming tutorial, we'll dive deep into functions in Rust. Whether you're a beginner ...

9:24
Rust Programming Tutorial #11 – Create, Call & Use Functions

23 views

2 weeks ago