FileMood

Download [FreeCourseSite.com] Udemy - Mastering TypeScript - 2023 Edition

FreeCourseSite com Udemy Mastering TypeScript 2023 Edition

Name

[FreeCourseSite.com] Udemy - Mastering TypeScript - 2023 Edition

 DOWNLOAD Copy Link

Total Size

2.8 GB

Total Files

319

Last Seen

2024-11-19 00:51

Hash

DA9E3A7639AECC67B1A032DC54D9E31296CDD7BB

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Introduction/

001 Welcome & Course Overview.mp4

12.6 MB

001 Welcome & Course Overview_en.srt

3.8 KB

002 Join The Community!.html

0.7 KB

003 Course Prerequisites.mp4

6.6 MB

003 Course Prerequisites_en.srt

3.1 KB

004 The Case For TypeScript.mp4

31.4 MB

004 The Case For TypeScript_en.srt

5.8 KB

005 TypeScript Overview.mp4

20.7 MB

005 TypeScript Overview_en.srt

8.0 KB

006 GET THE COURSE SLIDES!.html

0.4 KB

006 TypeScript-Slides.pdf

38.2 MB

/02 - Installation & Setup/

001 Installing TypeScript.mp4

23.0 MB

001 Installing TypeScript_en.srt

5.1 KB

002 The TypeScript Playground.mp4

17.2 MB

002 The TypeScript Playground_en.srt

5.2 KB

003 Installing Visual Studio Code.mp4

4.5 MB

003 Installing Visual Studio Code_en.srt

3.0 KB

004 How We Use TypeScript.mp4

11.2 MB

004 How We Use TypeScript_en.srt

9.6 KB

/03 - Type Annotation Basics/

001 Our First Type Annotation.mp4

15.3 MB

001 Our First Type Annotation_en.srt

7.2 KB

001 variables.ts

0.9 KB

002 Working With Numbers & Booleans.mp4

4.2 MB

002 Working With Numbers & Booleans_en.srt

3.2 KB

003 Compiling TypeScript.mp4

17.7 MB

003 Compiling TypeScript_en.srt

5.7 KB

004 Type Inference.mp4

6.1 MB

004 Type Inference_en.srt

4.3 KB

005 The Any Type.mp4

10.1 MB

005 The Any Type_en.srt

3.2 KB

006 Delayed Initialization & Implicit Any.mp4

8.5 MB

006 Delayed Initialization & Implicit Any_en.srt

5.7 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/04 - Functions/

001 Function Parameter Annotations.mp4

11.8 MB

001 Function Parameter Annotations_en.srt

7.0 KB

001 functions.ts

0.8 KB

002 More On Function Parameter Annotations.mp4

4.9 MB

002 More On Function Parameter Annotations_en.srt

3.3 KB

003 Working With Default Parameters.mp4

4.5 MB

003 Working With Default Parameters_en.srt

2.9 KB

004 Return Type Annotations.mp4

21.2 MB

004 Return Type Annotations_en.srt

9.6 KB

005 Anonymous Function Contextual Typing.mp4

5.4 MB

005 Anonymous Function Contextual Typing_en.srt

3.5 KB

006 The Void Type.mp4

4.5 MB

006 The Void Type_en.srt

3.1 KB

007 The Never Type.mp4

7.4 MB

007 The Never Type_en.srt

5.1 KB

008 Function Types EXERCISE.mp4

23.5 MB

008 Function Types EXERCISE_en.srt

7.6 KB

008 functionsExercise.ts

1.0 KB

008 functionsExerciseSOLUTION.ts

1.5 KB

/05 - Object Types/

001 Working With Object Types.mp4

7.7 MB

001 Working With Object Types_en.srt

6.8 KB

001 objects.ts

2.1 KB

002 More Object Types.mp4

7.0 MB

002 More Object Types_en.srt

4.3 KB

003 Excess Properties.mp4

8.0 MB

003 Excess Properties_en.srt

4.2 KB

004 Creating Type Aliases.mp4

10.8 MB

004 Creating Type Aliases_en.srt

5.8 KB

005 Nested Objects.mp4

19.5 MB

005 Nested Objects_en.srt

11.3 KB

006 Optional Properties.mp4

4.9 MB

006 Optional Properties_en.srt

2.2 KB

007 The readonly Modifier.mp4

5.6 MB

007 The readonly Modifier_en.srt

3.7 KB

008 Intersection Types.mp4

9.4 MB

008 Intersection Types_en.srt

5.8 KB

009 Object Types EXERCISE.mp4

19.9 MB

009 Object Types EXERCISE_en.srt

7.6 KB

009 objectsExercise.ts

0.8 KB

009 objectsExerciseSOLUTION.ts

1.4 KB

/06 - Array Types/

001 Working With Array Types.mp4

7.8 MB

001 Working With Array Types_en.srt

6.2 KB

001 arrays.ts

0.5 KB

002 More Array Syntax.mp4

5.9 MB

002 More Array Syntax_en.srt

3.9 KB

003 Multidimensional Arrays.mp4

4.0 MB

003 Multidimensional Arrays_en.srt

2.4 KB

004 Array Types EXERCISE.mp4

17.4 MB

004 Array Types EXERCISE_en.srt

5.6 KB

004 arraysExercise.ts

1.1 KB

004 arraysExerciseSOLUTION.ts

1.3 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/07 - Union Types/

001 Introducing Union Types.mp4

8.5 MB

001 Introducing Union Types_en.srt

5.9 KB

001 unionTypes.ts

1.2 KB

002 Type Narrowing w Union Types.mp4

44.2 MB

002 Type Narrowing w Union Types_en.srt

11.9 KB

003 Union Types and Arrays.mp4

10.2 MB

003 Union Types and Arrays_en.srt

6.5 KB

004 Literal Types.mp4

10.1 MB

004 Literal Types_en.srt

6.1 KB

005 Union Types EXERCISE.mp4

33.0 MB

005 Union Types EXERCISE_en.srt

9.7 KB

005 unionsExercise.ts

2.0 KB

005 unionsExerciseSOLUTION.ts

2.6 KB

/08 - Tuples and Enums/

001 Introducing Tuples.mp4

7.8 MB

001 Introducing Tuples_en.srt

6.3 KB

001 tuplesEnums.ts

0.8 KB

002 A Bit More On Tuples.mp4

16.0 MB

002 A Bit More On Tuples_en.srt

10.8 KB

003 Introducing Enums.mp4

13.7 MB

003 Introducing Enums_en.srt

9.5 KB

004 A Bit More On Enums!.mp4

7.9 MB

004 A Bit More On Enums!_en.srt

5.1 KB

005 Enums Behind The Scenes.mp4

17.7 MB

005 Enums Behind The Scenes_en.srt

8.1 KB

/09 - Interfaces/

001 Introducing Interfaces.mp4

7.9 MB

001 Introducing Interfaces_en.srt

5.9 KB

001 interfaces.ts

1.8 KB

002 Readonly and Optional Interface Properties.mp4

5.3 MB

002 Readonly and Optional Interface Properties_en.srt

3.4 KB

003 Interface Methods.mp4

6.9 MB

003 Interface Methods_en.srt

4.7 KB

004 Interface Method Parameters.mp4

9.3 MB

004 Interface Method Parameters_en.srt

6.0 KB

005 Reopening Interfaces.mp4

5.8 MB

005 Reopening Interfaces_en.srt

4.0 KB

006 Extending Interfaces.mp4

8.2 MB

006 Extending Interfaces_en.srt

5.0 KB

007 Interface Multiple Inheritance.mp4

8.4 MB

007 Interface Multiple Inheritance_en.srt

4.3 KB

008 Interfaces Vs. Type Aliases.mp4

9.4 MB

008 Interfaces Vs. Type Aliases_en.srt

6.8 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/10 - The TypeScript Compiler/

001 Compiling to JavaScript.mp4

33.5 MB

001 Compiling to JavaScript_en.srt

9.1 KB

002 Watch Mode.mp4

5.5 MB

002 Watch Mode_en.srt

3.7 KB

003 Working With Multiple Files.mp4

24.5 MB

003 Working With Multiple Files_en.srt

6.3 KB

004 The Files Compiler Option.mp4

22.8 MB

004 The Files Compiler Option_en.srt

6.1 KB

005 Include & Exclude Options.mp4

37.0 MB

005 Include & Exclude Options_en.srt

9.3 KB

006 Outdir Option.mp4

11.6 MB

006 Outdir Option_en.srt

2.4 KB

007 Target Option.mp4

24.3 MB

007 Target Option_en.srt

3.3 KB

008 Strict Option.mp4

35.3 MB

008 Strict Option_en.srt

8.2 KB

009 Compiler Options Wrap Up.mp4

20.0 MB

009 Compiler Options Wrap Up_en.srt

4.1 KB

/11 - Mini Project The DOM, Type Assertions, and More!/

001 A Simple Project Setup.mp4

35.7 MB

001 A Simple Project Setup_en.srt

12.0 KB

001 MiniProject.zip

22.6 KB

002 Working With The DOM.mp4

65.0 MB

002 Working With The DOM_en.srt

12.3 KB

003 The Lib Compiler Option.mp4

72.2 MB

003 The Lib Compiler Option_en.srt

9.2 KB

004 TypeScript's Non-Null Assertion Operator.mp4

26.1 MB

004 TypeScript's Non-Null Assertion Operator_en.srt

10.8 KB

005 Type Assertions.mp4

5.8 MB

005 Type Assertions_en.srt

4.7 KB

006 Type Assertions With the DOM.mp4

40.0 MB

006 Type Assertions With the DOM_en.srt

11.4 KB

007 Working With Events.mp4

29.7 MB

007 Working With Events_en.srt

9.4 KB

008 Building The Todo List.mp4

22.1 MB

008 Building The Todo List_en.srt

10.1 KB

009 Adding in an Interface.mp4

16.6 MB

009 Adding in an Interface_en.srt

7.3 KB

010 Connecting to LocalStorage.mp4

28.6 MB

010 Connecting to LocalStorage_en.srt

10.6 KB

011 Todo List Finishing Touches.mp4

33.8 MB

011 Todo List Finishing Touches_en.srt

9.0 KB

/12 - Classes/

001 Classes Setup.mp4

12.5 MB

001 Classes Setup_en.srt

6.2 KB

002 The Class Keyword.mp4

12.3 MB

002 The Class Keyword_en.srt

7.3 KB

003 Constructors.mp4

10.7 MB

003 Constructors_en.srt

5.3 KB

004 Class Fields.mp4

12.8 MB

004 Class Fields_en.srt

5.9 KB

005 Private Fields.mp4

21.0 MB

005 Private Fields_en.srt

10.0 KB

006 Getters.mp4

10.2 MB

006 Getters_en.srt

4.3 KB

007 Setters.mp4

32.0 MB

007 Setters_en.srt

8.5 KB

008 Static Properties & Methods.mp4

13.5 MB

008 Static Properties & Methods_en.srt

6.3 KB

009 Extending Classes.mp4

10.9 MB

009 Extending Classes_en.srt

4.7 KB

010 The Dreaded Super().mp4

16.5 MB

010 The Dreaded Super()_en.srt

7.1 KB

/13 - TypeScript Classes/

001 Annotating Classes In TypeScript.mp4

14.4 MB

001 Annotating Classes In TypeScript_en.srt

6.4 KB

001 TSClasses.ts

1.9 KB

002 Class Fields In TypeScript.mp4

5.0 MB

002 Class Fields In TypeScript_en.srt

3.4 KB

003 readonly Class Properties.mp4

3.5 MB

003 readonly Class Properties_en.srt

2.1 KB

004 The public Modifier.mp4

5.3 MB

004 The public Modifier_en.srt

3.5 KB

005 The private Modifier.mp4

18.6 MB

005 The private Modifier_en.srt

9.9 KB

006 Parameter Properties Shorthand.mp4

10.7 MB

006 Parameter Properties Shorthand_en.srt

5.6 KB

007 Getters and Setters.mp4

15.7 MB

007 Getters and Setters_en.srt

7.9 KB

008 The Protected Modifier.mp4

10.0 MB

008 The Protected Modifier_en.srt

4.3 KB

009 Classes and Interfaces.mp4

13.1 MB

009 Classes and Interfaces_en.srt

8.0 KB

010 Creating Abstract Classes.mp4

29.4 MB

010 Creating Abstract Classes_en.srt

13.5 KB

/14 - Generics/

001 Introducing Generics.mp4

11.8 MB

001 Introducing Generics_en.srt

9.2 KB

001 generics.zip

22.5 KB

002 Another Example Of A Built-In Generic.mp4

25.1 MB

002 Another Example Of A Built-In Generic_en.srt

12.3 KB

003 Writing Our First Generic.mp4

16.8 MB

003 Writing Our First Generic_en.srt

11.2 KB

004 Writing Another Generic Function.mp4

15.4 MB

004 Writing Another Generic Function_en.srt

8.0 KB

005 Inferred Generic Type Parameters.mp4

11.1 MB

005 Inferred Generic Type Parameters_en.srt

5.2 KB

006 Generics, Arrow Functions, & TSX Files.mp4

11.1 MB

006 Generics, Arrow Functions, & TSX Files_en.srt

3.4 KB

007 Generics With Multiple Types.mp4

13.7 MB

007 Generics With Multiple Types_en.srt

8.6 KB

008 Adding Type Constraints.mp4

18.5 MB

008 Adding Type Constraints_en.srt

6.9 KB

009 Default Type Parameters.mp4

9.9 MB

009 Default Type Parameters_en.srt

4.1 KB

010 Writing Generic Classes.mp4

8.4 MB

010 Writing Generic Classes_en.srt

4.8 KB

/15 - Type Narrowing/

001 Typeof Guards.mp4

12.0 MB

001 Typeof Guards_en.srt

8.7 KB

001 narrowing.ts

3.0 KB

002 Truthiness Guards.mp4

13.0 MB

002 Truthiness Guards_en.srt

8.6 KB

003 Equality Narrowing.mp4

8.6 MB

003 Equality Narrowing_en.srt

5.3 KB

004 Narrowing With The In Operator.mp4

15.8 MB

004 Narrowing With The In Operator_en.srt

9.4 KB

005 Instanceof Narrowing.mp4

18.9 MB

005 Instanceof Narrowing_en.srt

8.1 KB

006 Working With Type Predicates.mp4

20.6 MB

006 Working With Type Predicates_en.srt

10.3 KB

007 Discriminated Unions.mp4

34.4 MB

007 Discriminated Unions_en.srt

17.6 KB

008 Exhaustiveness Checks With Never.mp4

17.0 MB

008 Exhaustiveness Checks With Never_en.srt

6.8 KB

/16 - Working With Type Declarations/

001 Introducing Type Declarations.mp4

45.9 MB

001 Introducing Type Declarations_en.srt

6.7 KB

001 thirdpartylibs.zip

6.2 KB

002 Using 3rd Party Libraries Axios.mp4

36.6 MB

002 Using 3rd Party Libraries Axios_en.srt

8.9 KB

003 Working With Axios Types.mp4

48.4 MB

003 Working With Axios Types_en.srt

17.6 KB

004 Installing Types Separately.mp4

68.0 MB

004 Installing Types Separately_en.srt

12.6 KB

/17 - Modules/

001 A Note On Namespaces.mp4

29.9 MB

001 A Note On Namespaces_en.srt

5.7 KB

001 modules.zip

23.0 KB

002 Working Without Modules.mp4

28.9 MB

002 Working Without Modules_en.srt

8.7 KB

003 Using TypeScript Modules.mp4

26.0 MB

003 Using TypeScript Modules_en.srt

8.9 KB

004 Changing Compilation Module System.mp4

33.4 MB

004 Changing Compilation Module System_en.srt

10.0 KB

005 ImportExport Syntax In Depth.mp4

19.4 MB

005 ImportExport Syntax In Depth_en.srt

9.7 KB

006 Importing Types.mp4

20.5 MB

006 Importing Types_en.srt

8.9 KB

/18 - Webpack & TypeScript/

001 What's The Point Of Webpack.mp4

16.3 MB

001 What's The Point Of Webpack_en.srt

7.1 KB

002 Setting Up a Project.mp4

48.1 MB

002 Setting Up a Project_en.srt

16.8 KB

002 webpack-ts-starter.zip

7.3 MB

003 Installing Webpack Dependencies.mp4

22.1 MB

003 Installing Webpack Dependencies_en.srt

7.3 KB

004 Basic Webpack Config.mp4

77.9 MB

004 Basic Webpack Config_en.srt

17.8 KB

005 Adding Source Maps.mp4

10.0 MB

005 Adding Source Maps_en.srt

3.9 KB

006 Webpack Dev Server.mp4

31.5 MB

006 Webpack Dev Server_en.srt

5.5 KB

007 Production Configuration.mp4

59.4 MB

007 Production Configuration_en.srt

11.1 KB

007 webpack-ts-final.zip

7.3 MB

/19 - React & TypeScript/

001 React & TypeScript Introduction.mp4

21.5 MB

001 React & TypeScript Introduction_en.srt

5.9 KB

001 shopping-app.zip

405.8 KB

002 Create React App With TypeScript.mp4

50.9 MB

002 Create React App With TypeScript_en.srt

14.2 KB

003 Our First Component.mp4

42.9 MB

003 Our First Component_en.srt

9.3 KB

004 A Note on React.FC.mp4

14.2 MB

004 A Note on React.FC_en.srt

4.3 KB

005 Props With TypeScript.mp4

19.9 MB

005 Props With TypeScript_en.srt

6.3 KB

006 Creating Our ShoppingList Component.mp4

27.1 MB

006 Creating Our ShoppingList Component_en.srt

11.6 KB

007 useState With TypeScript.mp4

19.7 MB

007 useState With TypeScript_en.srt

7.7 KB

008 Creating Our ShoppingItem Form.mp4

22.8 MB

008 Creating Our ShoppingItem Form_en.srt

5.4 KB

009 useRef With TypeScript.mp4

47.8 MB

009 useRef With TypeScript_en.srt

12.1 KB

010 Updating The State.mp4

19.1 MB

010 Updating The State_en.srt

4.4 KB

011 Finishing Touches.mp4

20.1 MB

011 Finishing Touches_en.srt

6.5 KB

012 React + TypeScript Wrapup.mp4

9.5 MB

012 React + TypeScript Wrapup_en.srt

3.4 KB

 

Total files 319


Copyright © 2024 FileMood.com