ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

195 results

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

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

9 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,314 views

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

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

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

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

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

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

Streamed 8 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,782 views

11 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

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

3 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

Chrome for Developers
V8 Performance from the Driver's Seat (Chrome Dev Summit 2015)

When peak JavaScript speed is the bottleneck in your app's performance, is it the browser's fault or is it inefficient code?

32:34
V8 Performance from the Driver's Seat (Chrome Dev Summit 2015)

5,552 views

10 years ago

Heapspace
Railway Oriented TypeScript - Robin Pokorny

Whe code, we tend to focus on the “happy path”. Yet in the real world, there is validation, logging, network errors, and other ...

32:11
Railway Oriented TypeScript - Robin Pokorny

144 views

2 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,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

607 views

13 years ago

wikipedia tts
JavaScript | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/JavaScript 00:02:12 1 History 00:02:21 1.1 ...

1:04:07
JavaScript | Wikipedia audio article

23 views

6 years ago

Confreaks
RailsConf 2017: Developer Happiness on the Front End with Elm by Kevin Yank

RailsConf 2017: Developer Happiness on the Front End with Elm by Kevin Yank Ruby and Rails famously prioritised developer ...

38:35
RailsConf 2017: Developer Happiness on the Front End with Elm by Kevin Yank

4,247 views

8 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

Confreaks
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton Performance, readability and ...

49:11
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

891 views

9 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
Doing a Perf Audit of your Polymer App (The Polymer Summit 2015)

Performance is measured from the ground truth of the browser internals, and you're operating a few levels up, with the DOM, ...

35:16
Doing a Perf Audit of your Polymer App (The Polymer Summit 2015)

7,433 views

10 years ago

bendtherules
`this` inside method call - Part 2 | #BitsOfEcmascript

Part 1 - https://youtu.be/j894fgpStZI In part 2, we go through the Ecmascript specification to understand the behavior of this in ...

26:43
`this` inside method call - Part 2 | #BitsOfEcmascript

288 views

5 years ago