ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

LearnThatStack
Memory Explained  - Why Your Code Crashes (Stack vs Heap)

Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...

5:45
Memory Explained - Why Your Code Crashes (Stack vs Heap)

878 views

13 hours ago

E&C SIMPLIFIED
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...

16:37
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

7 views

15 hours ago

Open Source
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

263 views

2 days ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

11,274 views

14 hours ago

vlogommentary
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

Learn how to properly parse CSV lines into a struct using double pointers (`char**`) in C on ESP-IDF, with a simple and clear CSV ...

4:02
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

1 view

5 days ago

Rayan's Classroom
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...

13:50
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

294 views

3 days ago

Chang Tan
D/Invoked Attack Chains

So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...

6:54
D/Invoked Attack Chains

12 views

2 days ago

Tech Simplified
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

Struggling to understand Linked Lists? This video explains Linked Lists in just 5 minutes — the easiest and fastest way to ...

5:23
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

9 views

3 days ago

Kunusoft
Dynamic Memory Allocation in Arm64 Assembly Explained #raspberrypi #assembly #linkedlists

In this video, we explore how to allocate dynamic memory after the data segment in Arm64 assembly to build runtime data ...

8:01
Dynamic Memory Allocation in Arm64 Assembly Explained #raspberrypi #assembly #linkedlists

188 views

3 days ago

Logically
EP-2 Features and Block Diagram of 8051 Microcontroller? | Microprocessor | Logically by Poonam
6:50
EP-2 Features and Block Diagram of 8051 Microcontroller? | Microprocessor | Logically by Poonam

61 views

4 days ago

DevOps Toolbox
Traefik Is Probably The Best Docker Proxy I've Ever Used

Start FREE with Incident.io: on-call, incident response, and status pages—built for fast-moving teams: https://fandf.co/4pkWqQg ...

10:16
Traefik Is Probably The Best Docker Proxy I've Ever Used

11,415 views

5 days ago

Harshit Trehan
How To Start LeetCode from ZERO in 2026

10 LeetCode Patterns to Solve 80% of Coding Interview Problems How to Start LeetCode from ZERO in 2026 LeetCode was ...

12:10
How To Start LeetCode from ZERO in 2026

3,706 views

2 days ago

12 AM Coding
Linked List | Reverse Linked List | Lecture 16

Linked List - Reverse Linked List | Iterative & Recursive Methods | Lecture 17 Master the classic reverse linked list operation!

12:30
Linked List | Reverse Linked List | Lecture 16

12 views

6 days ago

A. I. R. Tech
The Efficiency Quest A Data Structures Guide

Mastering Data Structures: The Full Evolution (From O(n) to O(\log n))In this 13-minute masterclass, we move beyond the basics of ...

13:32
The Efficiency Quest A Data Structures Guide

17 views

6 days ago

Eddy Says Hi #EddySaysHi
The Four Byte Takeover FortiClient  CVE-2025-47761

Breaking down the FortiClient VPN Zero-Day!** 🛡️ Ever wondered how a simple VPN driver could grant a hacker total control ...

6:26
The Four Byte Takeover FortiClient CVE-2025-47761

0 views

3 hours ago

Ajmain Fayek Diganta
LeetCode 430 Flatten a Multilevel Doubly Linked List Solution Explained

In this video, we solve LeetCode Problem 430: Flatten a Multilevel Doubly Linked List, a classic data structures problem that ...

10:34
LeetCode 430 Flatten a Multilevel Doubly Linked List Solution Explained

0 views

4 days ago

rEst
Command Line Argument and main() in C: #C107 #education #everyone

... the platform so that is what you call environment so this one we have the stack we have the heap um here we have on initialize.

12:11
Command Line Argument and main() in C: #C107 #education #everyone

41 views

6 days ago

LadyLegendXO
DO THIS to find the WILD HAGGIS in Call of the Wild!!! (HOTSPOT MAP)

The Wild Haggis is REAL in theHunter: Call of the Wild — and in this video I'm proving it's actually in-game, breaking down ...

14:29
DO THIS to find the WILD HAGGIS in Call of the Wild!!! (HOTSPOT MAP)

33,224 views

6 days ago

PUP study hub
PUP BA Sem 3 Computer Science All important short question#study#education#ba#computer @PUP.StudyHub

PUP BA Sem 3 Computer Science All important questions in punjabi mediam ba Sem 3 Computer Science c language important ...

15:32
PUP BA Sem 3 Computer Science All important short question#study#education#ba#computer @PUP.StudyHub

552 views

3 days ago

Divyansh Raj Soni
LeetCode 148 | Sort List using Merge Sort (O(n log n)) | C++ Explained

Description In this video, we solve LeetCode 148 – Sort List using the optimal Merge Sort approach on a singly linked list.

14:34
LeetCode 148 | Sort List using Merge Sort (O(n log n)) | C++ Explained

0 views

6 days ago

amigaparadise
Kool - Jurassic Kool / Amiga Demoscene Music

... Trax Graphism: Knice / Serval Code: Quarx Text: Knice / Serval / Stackpointer / Trax https://amigaparadise.com/card.php?id=95.

7:12
Kool - Jurassic Kool / Amiga Demoscene Music

8 views

5 days ago

vlogommentary
Does the const Qualifier in C Apply to the Memory or the Pointer?

Understand whether the const qualifier in C marks the pointer or the memory area. Learn how C type qualifiers affect memory ...

4:13
Does the const Qualifier in C Apply to the Memory or the Pointer?

0 views

1 day ago

vlogommentary
Simplifying Polymorphic Object Creation with std::tuple and Variadic Templates in C+ +

Learn how to avoid repetitive std::make_shared calls in polymorphic C+ + code by leveraging variadic templates and std::tuple for ...

4:16
Simplifying Polymorphic Object Creation with std::tuple and Variadic Templates in C+ +

0 views

9 hours ago

vlogommentary
Using std::invoke with Overloaded Functions and Reference Qualifiers in C+ +

Learn how to use std::invoke with overloaded functions that have lvalue and rvalue reference parameters, and understand when ...

4:02
Using std::invoke with Overloaded Functions and Reference Qualifiers in C+ +

0 views

10 hours ago

RuthieMath
I Built a Retro Web Experience | 3D Room, Minecraft Demo & TempleOS Tribute Pages

Code walkthrough of a multi-page retro computing project built with vanilla HTML/CSS/JS and Three.js. Technical overview: - 3D ...

6:24
I Built a Retro Web Experience | 3D Room, Minecraft Demo & TempleOS Tribute Pages

50 views

1 day ago