ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

651,289 results

Related queries

typescript vs javascript

typescript types doom

typescript types vs interfaces

typescript course

typescript express

typescript projects

typescript fireship

typescript generics react

Web Dev Simplified
Learn Advanced TypeScript In 25 Minutes (infer, extends, ternaries)

TypeScript is a daunting language to learn (especially when diving into the more complex features) which is why in this video I will ...

25:55
Learn Advanced TypeScript In 25 Minutes (infer, extends, ternaries)

55,522 views

6 months ago

Matt Pocock
Generics: The most intimidating TypeScript feature

Generics are a huge reason why TypeScript is SO DARN POWERFUL. Letting you create types from other types, pass types to ...

18:19
Generics: The most intimidating TypeScript feature

226,041 views

2 years ago

Matt Pocock
as const: the most underrated TypeScript feature

'as const' is an amazingly useful TypeScript feature that most people still don't know about. 00:00 SO underrated 00:12 Objects ...

5:38
as const: the most underrated TypeScript feature

184,425 views

2 years ago

Boot dev and Web Dev Simplified
The TypeScript Course for JS Devs

Master TypeScript from start to finish in this immersive, hands-on course. TypeScript's meteoric rise in popularity, both on the ...

4:24:19
The TypeScript Course for JS Devs

81,844 views

4 months ago

Youssef Benlemlih
Top 8 Underrated TypeScript Features

TypeScript is a surprisingly powerful & developer-friendly programming language. In this video I share its most useful features.

6:54
Top 8 Underrated TypeScript Features

5,164 views

2 months ago

People also watched

Microsoft Developer
A 10x Faster TypeScript with Anders Hejlsberg | BRK116

To address ever increasing scaling demands, the TypeScript team has embarked on a port of the TypeScript compiler to native ...

54:27
A 10x Faster TypeScript with Anders Hejlsberg | BRK116

33,494 views

6 months ago

Code Genix
Next.js 15 Ultimate Fullstack Course: Engineering an Enterprise App with Scalable Architecture

Next.js 15 Ultimate Fullstack Course: Engineering an Enterprise App with Advanced Patterns, Database Design & Scalable ...

5:50:24
Next.js 15 Ultimate Fullstack Course: Engineering an Enterprise App with Scalable Architecture

21,967 views

4 months ago

freeCodeCamp.org
Learn TypeScript - Full Course for Beginners

This course is a hands-on introduction to TypeScript. You'll learn how TypeScript can make your life easier and your code less ...

2:06:13
Learn TypeScript - Full Course for Beginners

285,595 views

1 year ago

CoderOne
Typescript Mistakes Every Junior Developer should Avoid | clean-code

Learn to write cleaner React code with the new SOLID React book: https://solidreact.dev If you're a Typescript Developer and you ...

13:40
Typescript Mistakes Every Junior Developer should Avoid | clean-code

330,517 views

2 years ago

NDC Conferences
A Deep Dive into Advanced TypeScript: A Live Coding Expedition - Christian Woerz - NDC Oslo 2025

This talk was recorded at NDC Oslo in Oslo, Norway. #ndcoslo #ndcconferences #developer #softwaredeveloper Attend the next ...

59:16
A Deep Dive into Advanced TypeScript: A Live Coding Expedition - Christian Woerz - NDC Oslo 2025

1,125 views

5 months ago

Code with Beto
React with TypeScript Course | Learn from Zero to Hero 2025

Elevate your development skills by mastering React with TypeScript, from the fundamentals to advanced concepts. ⚛️ React ...

3:08:02
React with TypeScript Course | Learn from Zero to Hero 2025

33,152 views

1 year ago

Headway
Exploring Advanced TypeScript Concepts - Guards, Utility Functions, and More [Typescript Tutorial]

Ready to gain more confidence with your TypeScript skills? If you're familiar with basic TypeScript functions and features, what ...

50:59
Exploring Advanced TypeScript Concepts - Guards, Utility Functions, and More [Typescript Tutorial]

128,851 views

4 years ago

Cosden Solutions
Why I Stopped Using Next.js (And What I Switched To Instead)

Join Cosden Code → https://cosdencode.com Import React (Newsletter) → https://cosden.solutions/newsletter VSCode Theme ...

13:19
Why I Stopped Using Next.js (And What I Switched To Instead)

33,304 views

2 days ago

Lex Clips
TypeScript vs JavaScript | Guido van Rossum and Lex Fridman

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9I Please support this podcast by checking out ...

6:02
TypeScript vs JavaScript | Guido van Rossum and Lex Fridman

187,368 views

3 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,488 views

2 years ago

Matt Pocock
6 TypeScript tips to turn you into a WIZARD

00:00 Intro 00:29 Key vs Value Optional 03:13 Pick/Omit vs Extract/Exclude 07:00 Prettify 08:01 Loose Autocomplete 09:49 ...

15:56
6 TypeScript tips to turn you into a WIZARD

144,716 views

6 months ago

Josh tried coding
7 Awesome TypeScript Types You Should Know

These have saved me so much time in building out my apps, so I thought I'd share them with you. Hopefully they'll save you just ...

8:57
7 Awesome TypeScript Types You Should Know

108,265 views

2 years ago

Fireship
Big projects are ditching TypeScript… why?

Why are some big open-source projects like Turbo and Svelte dropping TypeScript in favor of vanilla JavaScript? Learn about the ...

3:38
Big projects are ditching TypeScript… why?

1,557,272 views

2 years ago

Web Dev Simplified
Will I Survive These Advanced TypeScript Challenges?

FREE TypeScript Utility Types Cheat Sheet: https://webdevsimplified.com/ts-utility-types-cheat-sheet.html Using TypeScript is ...

29:40
Will I Survive These Advanced TypeScript Challenges?

21,034 views

1 month ago

HuXn WebDev
TypeScript Pro: A 4-Hour Deep Dive from Basics to Expert Level

Welcome to the ultimate TypeScript experience! In this power-packed 4-hour course, we take you on a journey from TypeScript ...

3:28:26
TypeScript Pro: A 4-Hour Deep Dive from Basics to Expert Level

158,010 views

2 years ago

Awesome
TypeScript is actually really powerful...

Check out Sevalla and get $50 free credits.

8:55
TypeScript is actually really powerful...

31,229 views

2 weeks ago

Tech With Tim
TypeScript Full Course - From Beginner to Advanced

If you want to land a developer job check out my program with CourseCareers: https://techwithtim.net/dev GET MY FREE ...

3:54:02
TypeScript Full Course - From Beginner to Advanced

263,017 views

1 year ago

NDC Conferences
Deep Dive into Advanced TypeScript: A Live Coding Expedition - Christian Woerz - NDC Oslo 2023

Get ready to embark on a journey into the depths of TypeScript. We'll be exploring the often overlooked, yet powerful, features that ...

47:39
Deep Dive into Advanced TypeScript: A Live Coding Expedition - Christian Woerz - NDC Oslo 2023

14,806 views

2 years ago

Web Dev Simplified
Learn TypeScript Generics In 13 Minutes

TypeScript Simplified Course: ...

12:52
Learn TypeScript Generics In 13 Minutes

385,341 views

1 year ago

Dave Gray
TypeScript Full Course for Beginners | Complete All-in-One Tutorial | 8 Hours

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap This TypeScript Full Course for Beginners is ...

8:21:57
TypeScript Full Course for Beginners | Complete All-in-One Tutorial | 8 Hours

668,473 views

2 years ago

theSeniorDev
TypeScript Interview Questions (Junior & Mid)

HOW WE CAN HELP YOU Find Your Technical Gaps With This FREE 10-Minute Technical Assessment ...

13:46
TypeScript Interview Questions (Junior & Mid)

47,079 views

1 year ago