ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78 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

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

903,173 views

8 years 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

802 views

1 year 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

44,115 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,119 views

6 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

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

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

225 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,349 views

5 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,879 views

9 years ago

Chrome for Developers
Snippets and live expressions #DevToolsTips

Are you running the same code repeatedly during debugging? Learn how to use snippets and live expressions to speed them up!

4:18
Snippets and live expressions #DevToolsTips

21,503 views

2 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

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

10 months ago

Chrome for Developers
Thinking on ways to solve a SIDENAV

In today's GUI challenge we create a responsive, accessible slide out side navigation user experience using CSS and JS.

8:33
Thinking on ways to solve a SIDENAV

26,906 views

5 years ago

Chrome for Developers
Thinking on ways to solve SETTINGS

In today's GUI challenge, we build and demo a dynamic settings page with sliders and checkboxes. Our settings page is ...

8:43
Thinking on ways to solve SETTINGS

17,496 views

4 years ago

All Systems Go!
GNU poke, an extensible editor for structured binary data

https://media.ccc.de/v/ASG2019-127-gnu-poke-an-extensible-editor-for-structured-binary-data GNU poke is a new interactive ...

44:13
GNU poke, an extensible editor for structured binary data

1,950 views

6 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

Meri (Engel) Kasprak - programming videos
PRG-105: Recursive Function Calls in Python

Using recursive function calls in python. View an annotated PDF transcription of the video: ...

2:10
PRG-105: Recursive Function Calls in Python

387 views

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

90 views

1 year ago