ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,059 results

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

pragmattic
Animated sphere in React Three Fiber! (shader logic written entirely in Typescript!)

Quickly get started with WebGPU in React Three Fiber, and start utilising the new Three.js Shading Language Node materials.

7:35
Animated sphere in React Three Fiber! (shader logic written entirely in Typescript!)

844 views

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

Alex Demko
Bun vs Node.js: The Ultimate JavaScript Backend Showdown You Need to See 🤯

Discover the real differences between Bun and Node.js in this hands-on, no-nonsense comparison Are you ready to see which ...

14:21
Bun vs Node.js: The Ultimate JavaScript Backend Showdown You Need to See 🤯

6,138 views

2 months ago

Vaadin
Modern web apps with TypeScript: reactive templates and type-safe Java server access - Vaadin Fusion

A faster way of building modern web apps on Spring Boot. Learn how Vaadin's new TypeScript APIs simplify web app ...

3:51
Modern web apps with TypeScript: reactive templates and type-safe Java server access - Vaadin Fusion

3,463 views

5 years ago

Alex Demko
Why TypeScript is the Future of Vue 3 Development

If you're still working with Vue 2, it's time to level up and migrate to Vue 3 before you fall behind! In this video, I'll guide you ...

0:26
Why TypeScript is the Future of Vue 3 Development

220 views

1 year 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 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

Alex Demko
How tRPC Makes TypeScript Queries Lightning Fast? 🚀

Choosing between GraphQL, REST, and tRPC can change everything for your next project Are you ready to discover the real ...

0:31
How tRPC Makes TypeScript Queries Lightning Fast? 🚀

82 views

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

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

149 views

2 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

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

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