Testing in TypeScript: For-Loops, Spies & Array.entries()
TypeScript with Benny Code
Testing in TypeScript: For-Loops, Spies & Array.entries()
8:43
Save time writing tests using ts-expect-error
TypeScript with Benny Code
Save time writing tests using ts-expect-error
16:43
How to Override Node.js dependencies with npm
TypeScript with Benny Code
How to Override Node.js dependencies with npm
14:14
The 7 Best TypeScript Runners Compared
TypeScript with Benny Code
The 7 Best TypeScript Runners Compared
35:19
The End of ts-node? Here’s What You Need to Know.
TypeScript with Benny Code
The End of ts-node? Here’s What You Need to Know.
20:57
TypeScript 5.5 Simplifies Configs for Monorepos
TypeScript with Benny Code
TypeScript 5.5 Simplifies Configs for Monorepos
5:37
Write Solid Code with Branded Types in TypeScript 🛡️
TypeScript with Benny Code
Write Solid Code with Branded Types in TypeScript 🛡️
17:50
Refactor Faster with "as const" in TypeScript
TypeScript with Benny Code
Refactor Faster with "as const" in TypeScript
9:58
Function Overloads will make your code cleaner 🧹
TypeScript with Benny Code
Function Overloads will make your code cleaner 🧹
10:37
Fix Every TypeScript Error with This Tool!
TypeScript with Benny Code
Fix Every TypeScript Error with This Tool!
16:49
Improve Your Code with Mutation Testing 🧟
TypeScript with Benny Code
Improve Your Code with Mutation Testing 🧟
27:59
Say goodbye to CommonJS and use ESM! 👋
TypeScript with Benny Code
Say goodbye to CommonJS and use ESM! 👋
23:04
Generator Functions will make your code cleaner 🧹
TypeScript with Benny Code
Generator Functions will make your code cleaner 🧹
11:37
Strengthen Your Fetch API Calls with Zod
TypeScript with Benny Code
Strengthen Your Fetch API Calls with Zod
18:54
Save time and effort with the Pick Utility Type
TypeScript with Benny Code
Save time and effort with the Pick Utility Type
4:46
How to fix ERR_UNKNOWN_FILE_EXTENSION in #TypeScript
TypeScript with Benny Code
How to fix ERR_UNKNOWN_FILE_EXTENSION in #TypeScript
20:56
Migrate from CommonJS to ESM in just 30 seconds!
TypeScript with Benny Code
Migrate from CommonJS to ESM in just 30 seconds!
0:37
How to receive typed results when filtering array elements
TypeScript with Benny Code
How to receive typed results when filtering array elements
3:33
The TypeScript Rap Song (Music Video)
TypeScript with Benny Code
The TypeScript Rap Song (Music Video)
1:05
Automatically upgrade from CommonJS to ESM with TS2ESM
TypeScript with Benny Code
Automatically upgrade from CommonJS to ESM with TS2ESM
5:00
How To Run Android Apps on Windows with WSA & React Native
TypeScript with Benny Code
How To Run Android Apps on Windows with WSA & React Native
9:02
Fetch paginated data from a REST API like a pro!
TypeScript with Benny Code
Fetch paginated data from a REST API like a pro!
3:20
TypeChat: The Best of ChatGPT & TypeScript (Tutorial)
TypeScript with Benny Code
TypeChat: The Best of ChatGPT & TypeScript (Tutorial)
4:50
Type Inference and Type Annotations in TypeScript
TypeScript with Benny Code
Type Inference and Type Annotations in TypeScript
3:48
Any, unknown, never, and void in TypeScript
TypeScript with Benny Code
Any, unknown, never, and void in TypeScript
10:18
The void operator explained in 1 minute
TypeScript with Benny Code
The void operator explained in 1 minute
1:00
Immutability with TypeScript's Const Assertions
TypeScript with Benny Code
Immutability with TypeScript's Const Assertions
3:41
Type Narrowing and Type Widening in TypeScript
TypeScript with Benny Code
Type Narrowing and Type Widening in TypeScript
3:11
TypeScript Compiler (tsc) configuration in VS Code
TypeScript with Benny Code
TypeScript Compiler (tsc) configuration in VS Code
8:19
Dependency Management and Semantic Versioning
TypeScript with Benny Code
Dependency Management and Semantic Versioning
10:01
Installing TypeScript with npm and Node.js
TypeScript with Benny Code
Installing TypeScript with npm and Node.js
8:23
What is TypeScript?
TypeScript with Benny Code
What is TypeScript?
8:31
How To Remember Tilde and Caret in Lockfiles
TypeScript with Benny Code
How To Remember Tilde and Caret in Lockfiles
1:39
How to catch Axios Errors in TypeScript
TypeScript with Benny Code
How to catch Axios Errors in TypeScript
5:53
Custom Type Guards in TypeScript
TypeScript with Benny Code
Custom Type Guards in TypeScript
5:32
Mastering Modules in TypeScript [FULL COURSE]
TypeScript with Benny Code
Mastering Modules in TypeScript [FULL COURSE]
18:28
From CommonJS to ES modules (ESM) in TypeScript
TypeScript with Benny Code
From CommonJS to ES modules (ESM) in TypeScript
4:40
Simulate Default Exports in CommonJS with TypeScript
TypeScript with Benny Code
Simulate Default Exports in CommonJS with TypeScript
2:26
Get to know the VOID operator and VOID type
TypeScript with Benny Code
Get to know the VOID operator and VOID type
7:03
Using JavaScript in TypeScript - Discover the Interoperability!
TypeScript with Benny Code
Using JavaScript in TypeScript - Discover the Interoperability!
6:25
Stop the Switch Case Suffering in TypeScript!
TypeScript with Benny Code
Stop the Switch Case Suffering in TypeScript!
6:33
The FASTEST way to create a TypeScript project
TypeScript with Benny Code
The FASTEST way to create a TypeScript project
5:02
TypeScript 4.9 Upgrade: The Power of Type Guards
TypeScript with Benny Code
TypeScript 4.9 Upgrade: The Power of Type Guards
6:04
Stop surprises! Use assertion functions to control inputs.
TypeScript with Benny Code
Stop surprises! Use assertion functions to control inputs.
8:56
You have to know THIS (in TypeScript)
TypeScript with Benny Code
You have to know THIS (in TypeScript)
22:43
Type Widening and Type Narrowing in TypeScript
TypeScript with Benny Code
Type Widening and Type Narrowing in TypeScript
17:02
Fix TS2300 Duplicate identifier error in TypeScript with React
TypeScript with Benny Code
Fix TS2300 Duplicate identifier error in TypeScript with React
17:30
Better error handling with unknown type in TypeScript
TypeScript with Benny Code
Better error handling with unknown type in TypeScript
11:31
Interfaces vs Types: Why Interfaces Are The Winner
TypeScript with Benny Code
Interfaces vs Types: Why Interfaces Are The Winner
12:08
The Importance of Sorting Your Code
TypeScript with Benny Code
The Importance of Sorting Your Code
5:59
Test ES Modules with Node.js 18 Test Runner
TypeScript with Benny Code
Test ES Modules with Node.js 18 Test Runner
13:16
Extending Generic Types in TypeScript
TypeScript with Benny Code
Extending Generic Types in TypeScript
4:13
The Perfect Match: Generics in Interfaces
TypeScript with Benny Code
The Perfect Match: Generics in Interfaces
5:12
Greater Flexibility: Use Generics in Classes
TypeScript with Benny Code
Greater Flexibility: Use Generics in Classes
1:42
Function Types in TypeScript | Best Practices
TypeScript with Benny Code
Function Types in TypeScript | Best Practices
4:26
TypeScript Type Terminology in 1 minute ⚡
TypeScript with Benny Code
TypeScript Type Terminology in 1 minute ⚡
0:46
Immutable TypeScript Arrays in just 2 minutes ⚡
TypeScript with Benny Code
Immutable TypeScript Arrays in just 2 minutes ⚡
2:08
Fix security vulnerabilities in your dependencies
TypeScript with Benny Code
Fix security vulnerabilities in your dependencies
11:16
FIX npm WARN config global `global`, `local` are deprecated. Use `location=global` instead.
TypeScript with Benny Code
FIX npm WARN config global `global`, `local` are deprecated. Use `location=global` instead.
5:45
Type inference, Type annotation and Type assertion in TypeScript
TypeScript with Benny Code
Type inference, Type annotation and Type assertion in TypeScript
5:26
Const assertions for immutable arrays in TypeScript
TypeScript with Benny Code
Const assertions for immutable arrays in TypeScript
4:58
Don't Limit Yourself: Use Multiple Generic Parameters
TypeScript with Benny Code
Don't Limit Yourself: Use Multiple Generic Parameters
6:06
Generic Functions: Unlock the Power of Reusability
TypeScript with Benny Code
Generic Functions: Unlock the Power of Reusability
6:36
Function Overloads in 4 minutes ✨ | TypeScript | TS2345 | TS2366 | TS2394 🐛
TypeScript with Benny Code
Function Overloads in 4 minutes ✨ | TypeScript | TS2345 | TS2366 | TS2394 🐛
4:03
Union Types in TypeScript
TypeScript with Benny Code
Union Types in TypeScript
8:40
Write Better TypeScript Code - 5 Pro Tips for Everyone
TypeScript with Benny Code
Write Better TypeScript Code - 5 Pro Tips for Everyone
14:16
Capture full page website screenshots on your iPhone #shorts
TypeScript with Benny Code
Capture full page website screenshots on your iPhone #shorts
0:16
How To Run Linux Code on Windows with WSL 2 & VS Code
TypeScript with Benny Code
How To Run Linux Code on Windows with WSL 2 & VS Code
13:41
TypeScript Interfaces & Abstract Classes Tutorial
TypeScript with Benny Code
TypeScript Interfaces & Abstract Classes Tutorial
23:34
Debug Node.js apps with Chrome DevTools (and TypeScript)
TypeScript with Benny Code
Debug Node.js apps with Chrome DevTools (and TypeScript)
12:20
Typing Errors in Catch Clauses
TypeScript with Benny Code
Typing Errors in Catch Clauses
9:20
IMPROVE YOUR SWITCH CASES ✨ | TS2322 | TS2366 | TS7030 | TYPESCRIPT
TypeScript with Benny Code
IMPROVE YOUR SWITCH CASES ✨ | TS2322 | TS2366 | TS7030 | TYPESCRIPT
9:20
TypeScript Generators, Iterators & Iterables
TypeScript with Benny Code
TypeScript Generators, Iterators & Iterables
17:08
When to use static methods in TypeScript?
TypeScript with Benny Code
When to use static methods in TypeScript?
7:02
Set up a TypeScript project with Node.js and Yarn
TypeScript with Benny Code
Set up a TypeScript project with Node.js and Yarn
3:24
Top-level await in TypeScript 3.8
TypeScript with Benny Code
Top-level await in TypeScript 3.8
7:37