ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,128 results

Jesse Warden
TypeScript Enum's vs. Unions

We cover why TypeScript's Discriminated Unions are superior to Enum's, how they form a core tool in modelling with types, and ...

44:00
TypeScript Enum's vs. Unions

637 views

2 years ago

Cyber Junk
🔥Awesome way to handle conditional Types in Typescript | Cyber Junk

Master Conditional Types in TypeScript! In this video, we're diving deep into one of TypeScript's most powerful features: ...

6:28
🔥Awesome way to handle conditional Types in Typescript | Cyber Junk

172 views

1 year ago

Tech Talks with Simon
TypeScript: tsconfig demystified!

tsconfig.json is a black box; bajillions of permutations of opaque, confusing options. Let's sift through the madness and see if we ...

22:32
TypeScript: tsconfig demystified!

19,586 views

2 years ago

Tech Talks with Simon
TypeScript Wizardry: Recursive Template Literals

In this one, I'll show you some template literal magic for accessing deeply nested objects in TypeScript. If you like pushing the ...

14:47
TypeScript Wizardry: Recursive Template Literals

40,508 views

2 years ago

CodeBig
Types In TypeScript | TypeScript Tutorial

Video Title: Types In Type Script Code Big Website - https://teamcodebig.com/ Contact us at - contact@teamcodebig.com Repl.it ...

14:27
Types In TypeScript | TypeScript Tutorial

110 views

5 years ago

Thapa Technical
#31: Types vs. Interfaces in TypeScript 👉 When & Where to Use Differences with Examples

Welcome, we will see the differences between Types vs. Interfaces in TypeScript. Also, we will cover which one to use Types or ...

14:02
#31: Types vs. Interfaces in TypeScript 👉 When & Where to Use Differences with Examples

12,661 views

2 years ago

Tech Talks with Simon
TypeScript: Building a better EventEmitter

The built-in types for EventEmitter are totally broken. I'll show you how to build a 100% type-safe EventEmitter in TypeScript and ...

12:56
TypeScript: Building a better EventEmitter

13,109 views

2 years ago

Java
Type-Safe JavaScript (TypeScript)

You wear safety helmet when you ride your bike (and hopefully your motorbike) for personal safety. You use a compiler when you ...

6:53
Type-Safe JavaScript (TypeScript)

2,468 views

11 years ago

Hyo
Typescript Tips Part 1

1. `as` keyword to cast variable 2. Optional chaining 3. Type guards 4. Utility types 5. Type aliases #typescript #tips #hacks ...

1:00
Typescript Tips Part 1

361 views

2 years ago

DeepSource
Writing Type-Level programs in TypeScript | Talks at DeepSource

TypeScript's type system is more powerful than is let on by everyday use. Following the release of 4.9 — it's become more than ...

30:42
Writing Type-Level programs in TypeScript | Talks at DeepSource

3,008 views

2 years ago

Code with tkssharma
Typescript Section 1 Enforcing types in a List #08

Elevate Your JavaScript Development with TypeScript Are you ready to take your JavaScript skills to the next level? TypeScript ...

3:53
Typescript Section 1 Enforcing types in a List #08

123 views

7 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

Hyo
Practical Typescript - 1. Infer

Here is the practical typescript series part 1. Current shorts explains and shows a practical example of the inferred type.

1:00
Practical Typescript - 1. Infer

201 views

2 years ago

OpenJS Foundation
Type-safe GraphQL with TypeScript - Aaron Powell, Microsoft

When building with GraphQL you define the schema up front and this can be really handy go use when it comes to writing the ...

25:19
Type-safe GraphQL with TypeScript - Aaron Powell, Microsoft

480 views

4 years ago

Jedi
TypeScript (3 of 4): Type Inference

We gloss over some advanced types and then get into how TypeScript's type inference works and when you should rely upon it.

51:30
TypeScript (3 of 4): Type Inference

36 views

6 years ago

Code with tkssharma
Typescript Section 2 Types in Typescript #14 14

Elevate Your JavaScript Development with TypeScript Are you ready to take your JavaScript skills to the next level? TypeScript ...

3:37
Typescript Section 2 Types in Typescript #14 14

78 views

7 years ago

ProgramArtist
TypeScript - Mapped Types

In this episode I talk about the Mapped Types in TypeScript. 00:05 What are Mapped Types? 01:17 Readonly Mapped Type ...

10:43
TypeScript - Mapped Types

4,095 views

8 years ago

Thapa Technical
Typescript Tutorial #4:  Mastering Type Annotations in TS with Practical Examples and In-depth Q&A

Welcome, "Type Annotations in TypeScript: Practical Examples, Best Practices, and Expert Q&A" Enhance your TypeScript skills ...

24:40
Typescript Tutorial #4: Mastering Type Annotations in TS with Practical Examples and In-depth Q&A

49,066 views

2 years ago

Code with tkssharma
Typescript Section 2 Types & Type Cast in Typescript #15

Elevate Your JavaScript Development with TypeScript Are you ready to take your JavaScript skills to the next level? TypeScript ...

4:45
Typescript Section 2 Types & Type Cast in Typescript #15

149 views

7 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