ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

72 results

JT Devs
Objects and Arrays Destructuring in Javascript JT Devs 2022

About us ======= JT Devs is a Software consulting and IT College based. We build different types of applications such as web, ...

24:18
Objects and Arrays Destructuring in Javascript JT Devs 2022

158 views

4 years ago

dotconferences
dotJS 2024 - Ben Lesh - Thinking About Your Code: Push vs Pull

We're going to explore a different way of thinking about code. What does it mean for your code to "push"? What does it mean to ...

21:00
dotJS 2024 - Ben Lesh - Thinking About Your Code: Push vs Pull

2,428 views

1 year ago

Houston FPUG
Rafal Dittwald, “Data Oriented Programming”

The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?

1:44:01
Rafal Dittwald, “Data Oriented Programming”

7,657 views

3 years ago

Chrome for Developers
Weak JavaScript - HTTP 203

Surma and Jake take a look at 'weak' JavaScript, specifically WeakMap, WeakSet, and the new and shiny WeakRefs. Surma ...

29:22
Weak JavaScript - HTTP 203

25,683 views

5 years ago

Alex Demko
JS Anti-Patterns: The JavaScript Mistakes You’re Still Making 🤯

Unlock the secrets behind the most common JavaScript anti-patterns and discover how to write cleaner, faster code every day ...

28:19
JS Anti-Patterns: The JavaScript Mistakes You’re Still Making 🤯

1,322 views

4 months ago

Confreaks
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta Some people love Ruby and some people love Javascript. Both will ...

35:08
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

10,609 views

7 years ago

Jon Gjengset
Decrusting the serde crate

In this stream, we peel back the crust on the serde crate — https://github.com/serde-rs/serde/ — and explore its interface, structure, ...

1:51:21
Decrusting the serde crate

79,277 views

3 years ago

Sean (SheepTester)
Negative zero and other fun numbers · JavaScript Tutorial for Beginners

A simple, short, and easy to understand introduction to JavaScript's numbers. Unary plus vs. Number vs. parseInt vs. parseFloat: ...

21:44
Negative zero and other fun numbers · JavaScript Tutorial for Beginners

691 views

4 years ago

Confreaks
RailsConf 2019 - Closing Keynote by Aaron Patterson

RailsConf 2019 - Closing Keynote by Aaron Patterson. Cloud 66 - Pain Free Rails Deployments Cloud 66 for Rails acts like your ...

59:18
RailsConf 2019 - Closing Keynote by Aaron Patterson

13,114 views

6 years ago

I Hate Programming
Find the most frequent item of an array | I hate programming

PLEASE DON'T FORGET TO SUBSCRIBE MY CHANNEL AND IT WILL NOT TAKE YOU MUCH TIME TO HELP ME THANK YOU ...

20:46
Find the most frequent item of an array | I hate programming

1,503 views

3 years ago

Kerrick Long
JavaScript Promises: Thinking Sync in an Async World

This talk about JavaScript Promises was delivered by Kerrick Long at the STL Ember.js Meetup on Feb 6, 2014. Slides: ...

25:59
JavaScript Promises: Thinking Sync in an Async World

39,725 views

12 years ago

Confreaks
RailsConf 2018: Closing Keynote by Aaron Patterson

Closing Keynote by Aaron Patterson.

59:29
RailsConf 2018: Closing Keynote by Aaron Patterson

11,487 views

7 years ago

Confreaks
RubyConf 2016 - Metaprogramming? Not good enough! by Justin Weiss

RubyConf 2016 - Metaprogramming? Not good enough! by Justin Weiss If you know how to metaprogram in Ruby, you can create ...

36:10
RubyConf 2016 - Metaprogramming? Not good enough! by Justin Weiss

2,494 views

9 years ago

Thytos
Wie spaltet man Strings? | Programmieren lernen mit JavaScript #21

In diesem Video schreiben wir ein Programm, um einen String in ein Array aufzuspalten. Schau diese Videoserie von Anfang an: ...

20:21
Wie spaltet man Strings? | Programmieren lernen mit JavaScript #21

9,872 views

11 years ago

Confreaks
RailsConf 2014 - Debugger Driven Developement with Pry by Joel Turnbull

When our tests fail all we get is output in a terminal. Testing is core to the culture of Ruby, and the tools are sophisticated, but ...

40:59
RailsConf 2014 - Debugger Driven Developement with Pry by Joel Turnbull

9,431 views

11 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,320 views

5 years ago

Instructor Victor
CIS165 L5 Document Object Model

We create a Marvel Super Heroes vs Villains game in this practice. There is a focus on Document Object Model manipulation.

1:12:07
CIS165 L5 Document Object Model

65 views

9 years ago

Confreaks
RailsConf 2019 - The Elusive Attribute by Chris Salzberg

RailsConf 2019 - The Elusive Attribute by Chris Salzberg. Cloud 66 - Pain Free Rails Deployments Cloud 66 for Rails acts like ...

38:39
RailsConf 2019 - The Elusive Attribute by Chris Salzberg

1,875 views

6 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,949 views

6 years ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

153,550 views

5 years ago

Kairos: A Journal of Rhetoric, Technology, and Pedagogy
“The ‘Missing’ Tutorial Part 3” by Chris Lindgren and Jim Ridolfo, Kairos PraxisWiki

A tutorial on reading Javascript and Rhetmap's data-processing code. The clip is included in “Rhetmap.org: Composing Data for ...

30:00
“The ‘Missing’ Tutorial Part 3” by Chris Lindgren and Jim Ridolfo, Kairos PraxisWiki

13 views

6 years ago

CS50
jQuery

JavaScript has this helpful syntax where you can create a variable and loop over an array, and var i is just the iterator, so instead ...

42:45
jQuery

4,137 views

13 years ago

Instructor Victor
CIS165 04 Chapter 3 Lecture

After reading Chapter 3 ("Functions, Methods & Objects"), we'll practice creating an music album collection.

37:26
CIS165 04 Chapter 3 Lecture

303 views

8 years ago

Confreaks
RailsConf 2016   Writing a Test Framework from Scratch by Ryan Davis

Assertions (or expectations) are the most important part of any test framework. How are they written? What happens when one ...

31:32
RailsConf 2016 Writing a Test Framework from Scratch by Ryan Davis

2,723 views

9 years ago

Thytos
Backbone.Undo.js Tutorial

Backbone.Undo.js, an extremely simple undo manager for Backbone.js Visit http://backbone.undojs.com to learn more.

33:39
Backbone.Undo.js Tutorial

2,595 views

12 years ago