ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

129 results

Hands On Course Demo
Flame Graphs and Visualization: Interpreting Call Stack Hotspots

Flame graphs work through statistical profiling. Every ~10 milliseconds, the kernel interrupts your program, captures the instruction ...

1:08
Flame Graphs and Visualization: Interpreting Call Stack Hotspots

0 views

4 days ago

Learn In Minutes
Unlock Memory Secrets: Stack, Heap, Pointers, Alignment

Support the channel on Patreon: https://www.patreon.com/15345164/join Imagine your program is a complex city, but its map is ...

5:30
Unlock Memory Secrets: Stack, Heap, Pointers, Alignment

23 views

4 days ago

CS50
CS50x 2026 - Lecture 4 - Memory

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:19:55
CS50x 2026 - Lecture 4 - Memory

5,274 views

2 days ago

CS50
CS50x 2026 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:06:14
CS50x 2026 - Lecture 5 - Data Structures

10,229 views

1 day ago

Reinventing D Wheel
Debugger From Scratch In Rust | Registers |

Source Code - https://github.com/sharmachait/rdb.

47:57
Debugger From Scratch In Rust | Registers |

206 views

6 days ago

TrueTech Academy
Stack Pointer & Program Counter in Microprocesser : RRB JE ECE & RRB Technician Grade 1 #rrbje

Welcome to "True Tech Academy" for aspirants who are preparing for ECET, RRB JE, and SSC JE and mastering core ...

1:04:46
Stack Pointer & Program Counter in Microprocesser : RRB JE ECE & RRB Technician Grade 1 #rrbje

69 views

2 days ago

BitFlip Academy
Microcontroller BootUp Sequence: From Power-On Reset to main().

Topics covered in this video: • What happens immediately after power-on or reset • How MSP (Main Stack Pointer) is loaded from ...

4:55
Microcontroller BootUp Sequence: From Power-On Reset to main().

270 views

7 days ago

code with me
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained

In this DSA Episode 4, we master the Stack data structure in a simple and visual way. You will understand what a stack is, how ...

2:13
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained

14 views

7 days ago

gokun
Go Compiler Internals: Escape Analysis, Stack vs Heap #GoLang#EscapeAnalysis#GoCompiler

Escape Analysis is one of the most misunderstood concepts in Golang. In this video, you will learn how the Go compiler decides ...

8:51
Go Compiler Internals: Escape Analysis, Stack vs Heap #GoLang#EscapeAnalysis#GoCompiler

43 views

4 days ago

vlogommentary
Fixing cursor: pointer and :hover CSS Issues on Multiple Elements

Learn why CSS hover and cursor styles might work on one element but not another and how to correctly apply these styles to ...

2:06
Fixing cursor: pointer and :hover CSS Issues on Multiple Elements

1 view

5 days ago

CS50
CS50x 2026 - Lecture 6 - Python

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:29:32
CS50x 2026 - Lecture 6 - Python

10,122 views

1 day ago

Coding with Tamilarasan
Stack | Implementation of Stack Using Array | Data Structures Tutorial - 16

In this video, you'll learn how to implement a Stack using an Array, understanding how stack operations work internally using the ...

14:09
Stack | Implementation of Stack Using Array | Data Structures Tutorial - 16

4 views

3 days ago

OldManPHP
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115c

I am converting the LinkedList (Singly Linked List) using the Procedural PHP way. Converting an Object-Oriented approach (using ...

27:52
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115c

0 views

5 days ago

CS50
CS50x 2026 - Lecture 7 - SQL

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:15:33
CS50x 2026 - Lecture 7 - SQL

5,737 views

1 day ago

OldManPHP
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115f

Let me show you PHP examples with the associated Big O complexity for searching the target value 50:1. A Linked List is a ...

1:11:32
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115f

0 views

5 days ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

6,961 views

1 day ago

Lex Fridman
Infinity, Paradoxes, Gödel Incompleteness & the Mathematical Multiverse | Lex Fridman Podcast #488

Joel David Hamkins is a mathematician and philosopher specializing in set theory, the foundations of mathematics, and the nature ...

3:52:18
Infinity, Paradoxes, Gödel Incompleteness & the Mathematical Multiverse | Lex Fridman Podcast #488

140,644 views

2 days ago

Logan Kearsley
Little C-mer Part 5 - Some Tidying Up

... pointer instead of an actual buffer it'll just tell you how many bytes it would have written um and so we can use that to do a stack ...

6:01
Little C-mer Part 5 - Some Tidying Up

4 views

2 days ago

Sajjaad Khader
Data Structures Masterclass 😤😤

... start at the head node and follow each pointer to your desired node next a stack this one should be easy think of a stack of chips ...

0:40
Data Structures Masterclass 😤😤

9,565 views

2 days ago

vlogommentary
Managing One Variable for Multiple Classes with a Shared Interface in C+ +

Learn how to use polymorphism and smart pointers in C+ + to handle one variable that can represent instances of multiple ...

3:29
Managing One Variable for Multiple Classes with a Shared Interface in C+ +

0 views

7 days ago