ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

561 results

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

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

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

115,840 views

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

KingOfDog
TypeScript & Dart - JavaScript² von Microsoft & Google 💻 Programmiersprachen

Neue Website: https://kingofdog.eu Schau doch mal vorbei ;) Die letzte Folge der Programmiersprachen-Serie mit zwei Sprachen: ...

3:56
TypeScript & Dart - JavaScript² von Microsoft & Google 💻 Programmiersprachen

451 views

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

420 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

Gentleman Programming
Which framework | library should you learn first? #frontend #backend #webprogramming

React vs. Next.js: Which programming language should you learn first? #gentlemanprogramming #webdevelopment #programming ...

0:29
Which framework | library should you learn first? #frontend #backend #webprogramming

18,340 views

1 year ago

BrisJS
Anna Gerber Presents: the great Typescript Debate

"TypeScript: Handy Helper, or Harmful Hindrance. This month Kory and Josh will duke it out for and against TypeScript and ...

28:22
Anna Gerber Presents: the great Typescript Debate

214 views

8 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

Microsoft Visual Studio
Google engineers from Angular core development team are building Angular 2 with TypeScript

Angular is a JavaScript development framework that is an open source project from Google built in collaboration with Microsoft.

2:25
Google engineers from Angular core development team are building Angular 2 with TypeScript

3,370 views

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