ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

76 results

Programming threads
Call Stack: The Secret Behind How Code Runs

Call Stack In this video we are going to present the call stack data structure and how it is used to track the code execution. The call ...

3:25
Call Stack: The Secret Behind How Code Runs

52 views

1 year ago

Raphael Matori
Como funciona: Event Loop, Web APIs, Call Stack, Task e Microtask Queue

Neste vídeo, vamos mergulhar no funcionamento do Event Loop no JavaScript, um dos conceitos mais importantes para entender ...

14:06
Como funciona: Event Loop, Web APIs, Call Stack, Task e Microtask Queue

796 views

1 year ago

Chrome for Developers
Debugging JavaScript - Chrome DevTools 101

If you're still using console.log() to find and fix JavaScript issues, you might be spending more time debugging than you need to.

7:28
Debugging JavaScript - Chrome DevTools 101

902,563 views

8 years ago

Chrome for Developers
Breakpoints and logpoints #DevToolsTips

Chapters: 0:00 Introduction 0:18 Breakpoints 0:24 Cleaning up call stack 0:34 Live edit in the Scope pane 0:42 Live edit in the ...

3:41
Breakpoints and logpoints #DevToolsTips

43,938 views

2 years ago

Khan Academy Computing
Recursive Fibonacci Calls (Diagrammed)

This diagram traces the calls that the computer makes while executing a recursive algorithm to calculate Fibonacci numbers for an ...

0:19
Recursive Fibonacci Calls (Diagrammed)

2,116 views

6 years ago

bendtherules
What if Javascript lost its closure?

What if Javascript lost its closure and lexical scope? I added dynamic scoping to a JS engine to explore this question. What if JS ...

19:24
What if Javascript lost its closure?

352 views

9 months ago

Kodumaro
Tail-Call Optimisation

T.C.O. is a programming technique to avoid memory stack overflow in recursions. Sorry for the missynchronised audio, I use ...

4:55
Tail-Call Optimisation

54 views

4 years ago

Scripting With Charles
Huge catch about SetTimeout #javascript #coding #programming  #webdevelopment

In the event loop, functions are put on the call stack and then settimeouts are put somewhere else. And JavaScript prioritizes ...

1:10
Huge catch about SetTimeout #javascript #coding #programming #webdevelopment

414 views

5 months ago

BloxiCode ㋡
JavaScript Explained for BEGINNERS (10 MIN) - 2026

Learn JavaScript in just 10 minutes with this complete crash course for beginners (2025)! Whether you want to become a web ...

9:50
JavaScript Explained for BEGINNERS (10 MIN) - 2026

221 views

3 months ago

Shriram Krishnamurthi
How do Function Calls Work?

How does the function call-and-return stack work?

5:11
How do Function Calls Work?

1,348 views

5 years ago

Confreaks
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther Submitted for your approval: a circle of torment ...

42:03
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

638 views

10 years ago

Caden Crowson
What is Recursion

Recursion is the process of defining something using itself. In computer science, recursion can greatly simplify creating a function.

1:24
What is Recursion

89 views

1 year ago

Chrome for Developers
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

To achieve a truly responsive experience, developers have to execute their code in 10ms chunks. That's nearly impossible. In this ...

33:08
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

14,426 views

7 years ago

Codexpanse with Rakhim
Recursion and recursive functions / Intro to JavaScript ES6 programming, lesson 7

What is recursion and how to wrap your head around it? Watch this video to learn about iterative processes: ...

6:31
Recursion and recursive functions / Intro to JavaScript ES6 programming, lesson 7

22,877 views

9 years ago

ArchiLab
The Return of the Evil Stacktrace, or: How to Debug

Unerklärliches Programmverhalten und Stacktraces gehören zum täglichen Brot von Programmierer*innen. Wie liest man so ...

29:02
The Return of the Evil Stacktrace, or: How to Debug

670 views

4 years ago

Caden Crowson
Push and Pop - Assembly Part 8

This series covers x86-64 NASM. Let's start actually utilizing the stack, and start working on creating a string-reversing program.

0:45
Push and Pop - Assembly Part 8

287 views

1 year ago

Codegram
Best Practices on building a UI component library for your company (David Wells) - FSF 2016

Learn how to building an internal component library & style guide can help your company ship and iterate faster. This talk will ...

44:20
Best Practices on building a UI component library for your company (David Wells) - FSF 2016

14,323 views

9 years ago

Chrome for Developers
Class-based Tree Shaking - HTTP203

Jake Archibald and Surma talk tree shaking in this episode of HTTP203. And show you some code! For the first time. Lovely.

12:16
Class-based Tree Shaking - HTTP203

26,223 views

7 years ago

Chrome for Developers
Working with Promises

Promises make asynchronous programming much easier than the traditional event-listener or callback approaches. This video ...

4:44
Working with Promises

10,893 views

8 years ago

Caden Crowson
The End - Assembly Part 12

This series covers x86-64 NASM. Here are some small things I didn't cover in this series, some helpful resources, and then a few ...

2:34
The End - Assembly Part 12

97 views

1 year ago