ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

886 results

Jeremy Likness
TypeScript for JavaScript Developers Part 10: Simple Refactoring

No new features are introduced in this segment. A simple function is added to make debug messages cleaner to write and the ...

1:30
TypeScript for JavaScript Developers Part 10: Simple Refactoring

373 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 1: Introduction

This series will explore TypeScript for JavaScript developers by taking a JavaScript app and transforming it piece by piece. In this ...

2:43
TypeScript for JavaScript Developers Part 1: Introduction

1,102 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 16: Strict Typing

Remember the first step revealed several errors when converting to TypeScript because "strict typing" was turned on? In this step ...

1:48
TypeScript for JavaScript Developers Part 16: Strict Typing

120 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 5: Scope and Let

A bug has surfaced due to the way variables are captured in scope in JavaScript. Rather than wrap the call in additional code that ...

1:52
TypeScript for JavaScript Developers Part 5: Scope and Let

229 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 18 (The End): Compilation Targets

In this last step, learn how TypeScript helps you prepare for future versions of JavaScript by keeping pace with the latest specs.

1:35
TypeScript for JavaScript Developers Part 18 (The End): Compilation Targets

145 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 13: Formatting the Print

This episode features a small refactoring that enables the printing functionality to show labels along with values by passing the ...

2:27
TypeScript for JavaScript Developers Part 13: Formatting the Print

271 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 7: String Interpolation

In this video, Jeremy shows how to use a modern JavaScript feature for building strings known as "string interopolation.

1:34
TypeScript for JavaScript Developers Part 7: String Interpolation

421 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 4: Custom Types

In this video, I fix a defect revealed by refactoring to classes. I then use a custom type to define the allowable values of a property.

1:47
TypeScript for JavaScript Developers Part 4: Custom Types

357 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 14: Key Types

Part 13 introduced a defect caused by passing a property name with improper case. In this step, a "key type" is introduced that ...

1:24
TypeScript for JavaScript Developers Part 14: Key Types

143 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 3: Classes and Types

A few function constructors are refactored to classes and properties are tagged with types. This one step reveals yet another ...

2:17
TypeScript for JavaScript Developers Part 3: Classes and Types

446 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

In this short clip, a custom type is defined using generics to define a "predicate" or a simple method that takes an item of a certain ...

0:56
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

263 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 2: Configuration and Spread Operator

A JavaScript file was renamed to TypeScript and has errors. Learn how to suppress the errors by changing the configuration to ...

2:29
TypeScript for JavaScript Developers Part 2: Configuration and Spread Operator

398 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 8: Generics

Learn about support for generic types in TypeScript. The existing code has a "find" method that isn't running properly. In this video ...

1:43
TypeScript for JavaScript Developers Part 8: Generics

344 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 12: Recursive Print using Interfaces

This step extends the interfaces that were defined and uses them to create a generic method for recursive printing. The code is ...

3:29
TypeScript for JavaScript Developers Part 12: Recursive Print using Interfaces

379 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 15: Type Guards

Type guards allow code to test that a variable is of a specific type. If the test succeeds, TypeScript's compiler understands the ...

2:01
TypeScript for JavaScript Developers Part 15: Type Guards

163 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 11: Interfaces

Interfaces specify signatures that classes must follow. Unlike other languages, interfaces in TypeScript aren't unique types on their ...

2:58
TypeScript for JavaScript Developers Part 11: Interfaces

186 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

403 views

6 years ago

Philippe Voinov
[Outdated] Forest "Hello world" tutorial

Update: This video shows a really old version of Forest. Almost everything is different now. The latest version is described on ...

16:08
[Outdated] Forest "Hello world" tutorial

140 views

5 years ago

Alex Demko
I built a full Node.js app without touching it 😉

Wondering how AI and new language features are changing web development forever! ✨ Get ready for a deep dive into the ...

0:08
I built a full Node.js app without touching it 😉

154 views

4 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 17: Type Decorators

Type decorators are one of my favorite aspects of TypeScript. They enable aspect-oriented development by allowing the ...

2:35
TypeScript for JavaScript Developers Part 17: Type Decorators

170 views

6 years ago