ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

194 results

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

2 months ago

Django Under The Hood
Idan Gazit about JavaScript at Django: Under The Hood 2016

Slides: https://speakerdeck.com/djangounderthehood/javascript-by-idan-gazit Django: Under The Hood: ...

59:20
Idan Gazit about JavaScript at Django: Under The Hood 2016

2,233 views

9 years ago

Chrome for Developers
Navigating the JavaScript framework ecosystem

The JavaScript framework landscape is ever-evolving, making it exhilarating and overwhelming at the same time. This talk will cut ...

42:30
Navigating the JavaScript framework ecosystem

60,296 views

1 year ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

7 months ago

Confreaks
RubyConf 2018 - Inheritance, Composition, Ruby and You by Cody Stringham

If you're new to Ruby, Object-Oriented programming, or just curious what all the hubbub is about - this talk is aimed at you.

27:47
RubyConf 2018 - Inheritance, Composition, Ruby and You by Cody Stringham

5,952 views

7 years ago

Instructor Victor
CIS165 L1 JavaScript Objects

Be sure to read Lesson 1 in the book before watching this video. A discussion of Object Oriented Programming and JavaScript.

39:23
CIS165 L1 JavaScript Objects

169 views

9 years ago

CodeTV
Going further with tests and cleaner code

Part 2: an exploration of TDD as a way to clean up our code — and our thinking. Cory Speisman returns. Upcoming episodes: ...

1:32:19
Going further with tests and cleaner code

1,179 views

Streamed 10 months ago

Confreaks
RubyConf 2017: 4 Programming Paradigms in 45 Minutes by Aja Hammerly

4 Programming Paradigms in 45 Minutes by Aja Hammerly One of the most important lessons I've learned is that programming ...

43:10
RubyConf 2017: 4 Programming Paradigms in 45 Minutes by Aja Hammerly

7,715 views

8 years 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,584 views

7 years ago

Confreaks
RailsConf 2014 - All the Little Things by Sandi Metz

Theory tells us to build applications out of small, interchangeable objects but reality often supplies the exact opposite. Many apps ...

38:47
RailsConf 2014 - All the Little Things by Sandi Metz

184,816 views

11 years ago

Chrome for Developers
V8, modern JavaScript, and beyond - Google I/O 2016

Join Seth Thompson as he talks about V8, modern JavaScript, and beyond. JavaScript powers the modern web and countless ...

36:58
V8, modern JavaScript, and beyond - Google I/O 2016

45,518 views

9 years ago

Chrome for Developers
V8, Advanced JavaScript, & the Next Performance Frontier (Google I/O '17)

This talk will help developers write performant JavaScript, use new language constructs (ES2015+, async/await, etc.), and learn ...

43:28
V8, Advanced JavaScript, & the Next Performance Frontier (Google I/O '17)

73,995 views

8 years 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,585 views

3 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,242 views

5 years ago

Chrome for Developers
WebWorkers: Code Session - Supercharged

In this Supercharged Live Code Session, Mariko Kosaka joins Surma to show you how to use WebWorkers to keep your main ...

1:06:34
WebWorkers: Code Session - Supercharged

42,467 views

Streamed 8 years ago

Instructor Victor
CIS165 02 Chapter 1 Lecture

Based on Chapter 1 of our "JavaScript & jQuery" by Jon Duckett book, we'll get used to writing some JavaScript (the syntax), and ...

32:21
CIS165 02 Chapter 1 Lecture

987 views

8 years ago

Houston FPUG
Richard Feldman, "Millions of Users, Purely Functional Code"

Abstract: At NoRedInk we had a normal React code base. That is, until we tried Elm – a purely functional language that compiles ...

1:48:35
Richard Feldman, "Millions of Users, Purely Functional Code"

8,359 views

4 years ago

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

3 years ago

Chrome for Developers
What’s new in JavaScript (Google I/O ’19)

This presentation gives an overview of cutting-edge JavaScript development techniques to build modern web and Node.js apps.

36:33
What’s new in JavaScript (Google I/O ’19)

223,525 views

6 years ago

Chrome for Developers
Dart, Flutter, and WasmGC with Ömer Ağacan and Martin Kustermann

In this episode of WasmAssembly, your host Thomas Steiner is joined by Ömer Ağacan and Martin Kustermann from the Dart team ...

1:05:28
Dart, Flutter, and WasmGC with Ömer Ağacan and Martin Kustermann

5,327 views

5 months ago

James Livesey
I Made a Programming Language (Voxel)

... 11:10 - Demo: error handling and enums in Voxel 14:57 - Demo: object-oriented programming in Voxel 21:24 - Prototype pocket ...

24:05
I Made a Programming Language (Voxel)

110,373 views

1 year 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,491 views

9 years ago

CS50
Section 9: Less Comfortable

We're talking about the object-oriented paradigm of programming, and this is kind of one of those aspects of the functional ...

1:20:48
Section 9: Less Comfortable

609 views

13 years ago

Confreaks
RailsConf 2018: The GraphQL Way: A new path for JSON APIs by Nick Quaranto

RailsConf 2018: The GraphQL Way: A new path for JSON APIs by Nick Quaranto Have you written JSON APIs in Rails a few times ...

41:04
RailsConf 2018: The GraphQL Way: A new path for JSON APIs by Nick Quaranto

8,350 views

7 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

71,989 views

4 years ago