ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25,919 results

Related queries

typescript advanced

typescript vs javascript

typescript freecodecamp

type in typescript

typescript types doom

typescript classes

typescript express

typescript crash course

typescript + react

javascript classes

typescript project

Matt Pocock
Types vs Interfaces: What I Got Wrong In 2022

AI Hero: https://www.aihero.dev/ Total TypeScript: https://www.totaltypescript.com/ Types Vs Interfaces: ...

9:57
Types vs Interfaces: What I Got Wrong In 2022

87,970 views

8 months ago

onjsdev
Explained in 2 Minutes: Type vs Interface In Typescript

Today, we're diving into one of the most common questions in TypeScript: What's the difference between type and interface?

1:57
Explained in 2 Minutes: Type vs Interface In Typescript

17,306 views

11 months ago

ByteGrad
Why I use Type and not Interface in TypeScript

NEW React & Next.js Course: https://bytegrad.com/courses/professional-react-nextjs Hi, I'm Wesley. I'm a brand ambassador for ...

14:12
Why I use Type and not Interface in TypeScript

248,059 views

2 years ago

Matt Pocock
[DEPRECATED] TypeScript: Should you use Types or Interfaces?

The advice in this video is outdated. See the updated version here: https://www.youtube.com/watch?v=e0AIkYrXAYE Become a ...

4:06
[DEPRECATED] TypeScript: Should you use Types or Interfaces?

180,254 views

3 years ago

wise.js 
Разница между Интерфейсом и Типом в Тайпскрипт 2021. TypeScript Interface vs Type.

Интерфейс и тип очень похожи между собой. С развитием Тайпскрипта разница между ними почти стерлась. И Интерфейс ...

7:42
Разница между Интерфейсом и Типом в Тайпскрипт 2021. TypeScript Interface vs Type.

72,470 views

4 years ago

Hitesh Choudhary
Interface vs Type in typescript

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss ...

5:22
Interface vs Type in typescript

40,267 views

3 years ago

People also watched

Web Dev Simplified
You are a Junior Dev if You Don’t Know These 18 TypeScript Utility Types

FREE TypeScript Utility Types Cheat Sheet: https://webdevsimplified.com/ts-utility-types-cheat-sheet.html Learning the 18 most ...

22:10
You are a Junior Dev if You Don’t Know These 18 TypeScript Utility Types

77,727 views

1 month ago

Karol Stępień
Developer Glossary - Interfaces vs. Types - Differences and usage in TypeScript

The differences between types and interfaces in TypeScript seem to be very subtle. When should we use types and when ...

4:46
Developer Glossary - Interfaces vs. Types - Differences and usage in TypeScript

2,839 views

5 years ago

Виноградов
10 Вопросов TypeScript (И как на них отвечать)

Всем привет, сегодня я расскажу вам про топ 10 TypeScript вопросов на собеседованиях. Это видео покрывает 80% ...

11:07
10 Вопросов TypeScript (И как на них отвечать)

4,915 views

6 months ago

Flo Woelki
Golang: The Last Interface Explanation You'll Ever Need

Interfaces are common, easy and important to use in Golang. Next to interfaces, structs are also really important. I've also made a ...

17:58
Golang: The Last Interface Explanation You'll Ever Need

80,004 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,834 views

2 years ago

Daniel | Tech & Data
TypeScript vs JavaScript in 2025 - Difference EXPLAINED

(Discount Link) Best TypeScript Course I Recommend: https://bit.ly/3Ltydps Use Code for 10% OFF (FRIENDS10) (Discount ...

8:56
TypeScript vs JavaScript in 2025 - Difference EXPLAINED

102,162 views

2 years ago

Angular University
💥 Typescript Type Aliases vs Interfaces - When to Use Which And Why?

This video is part of the Typescript: The Ultimate Bootcamp Course - https://angular-university.io/course/typescript-bootcamp ...

5:16
💥 Typescript Type Aliases vs Interfaces - When to Use Which And Why?

5,327 views

3 years 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,394 views

2 years ago

Fireship
TypeScript - The Basics

TypeScript has forever altered the lives of JavaScript developers. Learn why TS is so awesome and the basic concepts required to ...

12:01
TypeScript - The Basics

1,651,849 views

7 years ago

Andrew Burgess
any vs unknown vs never: TypeScript demystified

Here are a couple links that have helped me understand these types: https://ivov.dev/notes/typescript-and-set-theory ...

8:01
any vs unknown vs never: TypeScript demystified

31,183 views

2 years ago

basarat
TypeScript TYPES vs INTERFACES (Key Differences)

TypeScript has two ways of declaring structures of your objects in the form of #types (type aliases) and #interfaces. In this ...

7:16
TypeScript TYPES vs INTERFACES (Key Differences)

97,227 views

5 years ago

Notezz
Type vs Interface in TypeScript — The Ultimate Comparison Explained! 🔥

Learn the difference between Type and Interface in TypeScript! This video explains when to use each, key differences, ...

4:32
Type vs Interface in TypeScript — The Ultimate Comparison Explained! 🔥

58 views

2 months ago

Web Dev Simplified
I Cannot Believe TypeScript Recommends You Do This!

TypeScript Simplified: ...

7:45
I Cannot Believe TypeScript Recommends You Do This!

201,333 views

2 years ago

Monsterlessons Academy
Typescript Type vs Interface - Which One Is Better?

Free PDF: Senior Developer Starter Kit (Checklist + 30-Day Plan) ...

8:26
Typescript Type vs Interface - Which One Is Better?

6,898 views

2 years ago

Andrew Burgess
Interfaces vs Type Aliases: what's the difference?

Just how different are type aliases and interfaces? Does it matter which one you use? https://shaky.sh.

10:20
Interfaces vs Type Aliases: what's the difference?

24,677 views

3 years ago

Miquel Canal (Treeindev)
TypeScript: Interfaces vs Types - Learn in 5 minutes

What are the differences between Interfaces and Types in the TypeScript language? Here is a quick overview of the two concepts ...

4:55
TypeScript: Interfaces vs Types - Learn in 5 minutes

5,121 views

4 years ago

Project Brackets
TypeScript #4 - Interfaces, Classes and Implementing an Interface

Discord: https://discord.gg/bHmekXQghU Website: https://projectbrackets.com ...

5:04
TypeScript #4 - Interfaces, Classes and Implementing an Interface

5,013 views

5 years ago

Software Developer Diaries
TypeScript Implements vs. Extends Explained

How to use "implements" and "extends" in TypeScript and how do they interact with TypeScript classes and objects?

4:08
TypeScript Implements vs. Extends Explained

14,776 views

3 years ago

James Perkins
Typescript Basics : What is an interface

Join this channel to get access to perks: https://www.youtube.com/channel/UC-zet8Eyyy-OUE_fmocp3Wg/join Follow me on: ...

8:00
Typescript Basics : What is an interface

7,583 views

3 years ago

Grafikart.fr
Apprendre TypeScript : Type ou Interface ?

Article ▻ https://grafikart.fr/tutoriels/typescript-type-vs-interface-1955 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Si vous ...

7:12
Apprendre TypeScript : Type ou Interface ?

21,752 views

4 years ago

webdecoded
TypeScript Types Vs. Interfaces

Let's talk about Type Aliases and Interfaces in TypeScript! In today's video, we will go over their differences and use cases.

6:09
TypeScript Types Vs. Interfaces

2,602 views

4 years ago

HunterScript
Types vs. Interfaces in TypeScript #typescript #typescripttutorial #coding #programming

We will debate types vs interfaces in TypeScript.

0:59
Types vs. Interfaces in TypeScript #typescript #typescripttutorial #coding #programming

1,062 views

1 year ago

Harry Wolff
TypeScript Interfaces vs Types

I'm answering one of the most asked questions from my last video: What should I use? TypeScript Interface or Type? It's a great ...

13:59
TypeScript Interfaces vs Types

89,880 views

5 years ago

The PrimeTime
Type your functions in TypeScript and SAVE TIME

Recorded live on twitch, JOIN IN https://twitch.tv/ThePrimeagen https://discord.gg/ThePrimeagen.

8:31
Type your functions in TypeScript and SAVE TIME

60,691 views

2 years ago