ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75 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

799 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,910 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

44,038 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,118 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

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

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

221 views

3 months 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
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

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

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,325 views

9 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

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

Vaadin
Hilla in 50 seconds⚡️ Build React + Spring Boot apps faster

Hilla is a productivity-optimized full stack web framework built for Spring Boot. https://hilla.dev 0:00 - Build React + Spring Boot ...

0:51
Hilla in 50 seconds⚡️ Build React + Spring Boot apps faster

5,353 views

2 years ago

IPFS
Browsers 3000: Fission - decentralized web applications at the Edge - Jeff Griffiths

Browsers 3000 is a six-week virtual event to explore and accelerate the development of web3 in the browser through ...

11:13
Browsers 3000: Fission - decentralized web applications at the Edge - Jeff Griffiths

148 views

4 years ago

Caden Crowson
Strucs and Local Variables - Assembly Part 11

This series covers x86-64 NASM. Let's create a linked list and in the process, learn about strucs and local variables!

2:23
Strucs and Local Variables - Assembly Part 11

323 views

1 year ago

JT Devs
Lessons on Prototypes and Inheritance in Javascript 2022 #Javascript

Lessons on Prototypes and Inheritance in Javascript 2022 #Javascript In this video, we going to focus on prototypes and ...

14:11
Lessons on Prototypes and Inheritance in Javascript 2022 #Javascript

66 views

3 years ago

Caden Crowson
Dynamic Programming using cmp - Assembly Part 5

This series covers x86-64 NASM. Dynamic programming allows us to make programs that react to their input, producing a more ...

2:17
Dynamic Programming using cmp - Assembly Part 5

539 views

1 year ago