FileMood

Download [GigaCourse.Com] Udemy - Understanding TypeScript - 2022 Edition

GigaCourse Com Udemy Understanding TypeScript 2022 Edition

Name

[GigaCourse.Com] Udemy - Understanding TypeScript - 2022 Edition

 DOWNLOAD Copy Link

Total Size

4.0 GB

Total Files

328

Last Seen

2024-07-05 23:51

Hash

4B313B7A7C9503DAF666567CB8A9406C6EFD33A4

/0. Websites you may like/

[CourseClub.ME].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/1 - Getting Started/

1 - Welcome to the Course.mp4

45.0 MB

2 - What Is TypeScript & Why Should You Use It.mp4

12.7 MB

3 - Join Our Learning Community.html

0.8 KB

4 - Installing & Using TypeScript.mp4

67.9 MB

4 - adjusted-project.zip

3.0 KB

4 - first-project.zip

2.3 KB

5 - TypeScript Advantages - Overview.mp4

8.4 MB

6 - Course Outline.mp4

15.2 MB

7 - How To Get The Most Out Of The Course.mp4

8.7 MB

8 - Setting Up A Code Editor IDE.mp4

22.7 MB

9 - The Course Project Setup.mp4

32.8 MB

9 - course-starting-project.zip

3.5 KB

/10 - Modules & Namespaces/

1 - Module Introduction.mp4

4.5 MB

10 - Wrap Up.mp4

26.4 MB

11 - Useful Resources & Links.html

0.7 KB

2 - Writing Module Code - Your Options.mp4

5.5 MB

3 - Working with Namespaces.mp4

65.4 MB

4 - Organizing Files & Folders.mp4

71.3 MB

5 - A Problem with Namespace Imports.mp4

13.1 MB

5 - modules-01-namespaces.zip

11.7 KB

6 - Important Use Chrome or Firefox.html

0.3 KB

7 - Using ES Modules.mp4

107.5 MB

7 - modules-02-es-modules-basics.zip

11.9 KB

8 - Understanding various Import & Export Syntaxes.mp4

34.8 MB

9 - How Does Code In Modules Execute.mp4

14.4 MB

9 - modules-03-finished-modules.zip

11.9 KB

external-assets-links.txt

0.1 KB

/11 - Using Webpack with TypeScript/

1 - Module Introduction.mp4

1.1 MB

10 - Useful Resources & Links.html

0.3 KB

2 - What is Webpack & Why do we need it.mp4

24.9 MB

3 - A Note About NodeJS.html

0.7 KB

4 - Installing Webpack & Important Dependencies.mp4

9.9 MB

5 - Adding Entry & Output Configuration.mp4

32.6 MB

5 - webpack-01-basic-setup.zip

12.0 KB

6 - Adding TypeScript Support with the ts-loader Package.mp4

49.1 MB

6 - webpack-02-added-ts-loader.zip

12.3 KB

7 - Finishing the Setup & Adding webpack-dev-server.mp4

19.9 MB

7 - webpack-03-finished-dev-setup.zip

12.5 KB

8 - Adding a Production Workflow.mp4

11.3 MB

8 - webpack-04-added-prod-workflow.zip

13.1 KB

9 - Wrap Up.mp4

6.8 MB

/12 - 3rd Party Libraries & TypeScript/

1 - Module Introduction.mp4

1.5 MB

2 - Using JavaScript ( ) Libraries with TypeScript.mp4

57.7 MB

2 - libs-01-starting-setup.zip

4.2 KB

2 - libs-02-lodash-and-types.zip

4.3 KB

3 - Using declare as a Last Resort.mp4

6.8 MB

4 - No Types Needed class-transformer.mp4

46.5 MB

4 - libs-03-class-transformer.zip

4.9 KB

5 - TypeScript-embracing class-validator.mp4

26.3 MB

5 - libs-04-class-validator.zip

5.1 KB

6 - Wrap Up.mp4

7.5 MB

7 - Useful Resources & Links.html

0.1 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/13 - Time to Practice Let's build a Select & Share a Place App (incl. Google Maps)/

1 - Module Introduction.mp4

556.3 KB

2 - Project Setup.mp4

18.7 MB

2 - prj-libs-01-starting-setup.zip

4.3 KB

2 - prj-libs-02-basic-form-and-markup.zip

4.9 KB

3 - Getting User Input.mp4

16.9 MB

4 - Setting Up a Google API Key.mp4

10.1 MB

5 - Using Axios to Fetch Coordinates for an Entered Address.mp4

75.8 MB

5 - prj-libs-03-fetching-coordinates.zip

5.4 KB

6 - Rendering a Map with Google Maps (incl. Types ).mp4

58.5 MB

6 - prj-libs-04-finished.zip

5.4 KB

7 - Working with Maps without a Credit Card.html

1.6 KB

8 - Useful Resources & Links.html

0.9 KB

/14 - React.js & TypeScript/

1 - Module Introduction.mp4

1.3 MB

10 - Adding Styling.mp4

3.8 MB

10 - NewTodo.css

0.6 KB

10 - TodoList.css

0.3 KB

11 - Types for other React Features (e.g. Redux or Routing).mp4

18.7 MB

11 - react-05-finished.zip

50.8 KB

12 - Wrap Up.mp4

4.5 MB

13 - Useful Resources & Links.html

0.8 KB

2 - Setting Up a React + TypeScript Project.mp4

12.5 MB

3 - How Do React + TypeScript Work Together.mp4

8.5 MB

4 - Working with Props and Types for Props.mp4

32.9 MB

4 - react-01-first-component-props.zip

48.3 KB

5 - Getting User Input with refs.mp4

29.1 MB

5 - react-02-user-input-with-ref.zip

49.1 KB

6 - Cross-Component Communication.mp4

14.5 MB

6 - react-03-cross-cmp-communication.zip

49.5 KB

7 - Working with State & Types.mp4

16.2 MB

8 - Managing State Better.mp4

5.2 MB

8 - react-04-state.zip

48.7 KB

9 - More Props & State Work.mp4

15.0 MB

/15 - Node.js + Express & TypeScript/

1 - Module Introduction.mp4

1.8 MB

2 - Executing TypeScript Code with Node.js.mp4

7.6 MB

3 - Setting up a Project.mp4

9.2 MB

3 - node-01-starting-setup.zip

5.2 KB

4 - Finished Setup & Working with Types (in Node + Express Apps).mp4

15.0 MB

4 - node-02-first-server.zip

6.5 KB

5 - Adding Middleware & Types.mp4

13.9 MB

5 - node-03-basic-routes-and-middleware.zip

8.7 KB

6 - Working with Controllers & Parsing Request Bodies.mp4

31.3 MB

6 - node-04-post-request.zip

11.1 KB

7 - More CRUD Operations.mp4

72.2 MB

7 - node-05-finished.zip

11.1 KB

8 - Wrap Up.mp4

15.1 MB

9 - Useful Resources & Links.html

0.1 KB

/16 - Course Roundup/

1 - Roundup.mp4

19.6 MB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/2 - TypeScript Basics & Basic Types/

1 - Module Introduction.mp4

503.7 KB

10 - Working with Tuples.mp4

15.3 MB

10 - basics-07-tuples.zip

2.1 KB

11 - Working with Enums.mp4

22.5 MB

11 - basics-08-enums.zip

2.2 KB

12 - The any Type.mp4

6.5 MB

13 - Union Types.mp4

19.0 MB

13 - basics-09-union-types.zip

2.7 KB

14 - Literal Types.mp4

26.6 MB

14 - basics-10-literal-types.zip

2.8 KB

15 - Type Aliases Custom Types.mp4

10.3 MB

15 - basics-11-type-aliases.zip

2.8 KB

16 - Type Aliases & Object Types.html

1.1 KB

17 - Function Return Types & void.mp4

20.2 MB

18 - Functions as Types.mp4

14.8 MB

19 - Function Types & Callbacks.mp4

15.0 MB

19 - basics-12-function-types.zip

3.3 KB

2 - Using Types.mp4

21.5 MB

2 - basics-01-ts-benefits.zip

1.5 KB

2 - course-starting-project.zip

3.6 KB

20 - The unknown Type.mp4

8.3 MB

21 - The never Type.mp4

13.1 MB

21 - basics-13-unknown-never.zip

3.7 KB

22 - Wrap Up.mp4

6.3 MB

23 - Useful Resources & Links.html

0.4 KB

3 - TypeScript Types vs JavaScript Types.mp4

11.1 MB

3 - basics-02-js-types.zip

1.6 KB

4 - Important Type Casing.html

0.4 KB

5 - Working with Numbers, Strings & Booleans.mp4

14.5 MB

5 - basics-03-core-data-types.zip

1.7 KB

6 - Type Assignment & Type Inference.mp4

14.6 MB

6 - basics-04-type-inferrance-and-assignments.zip

1.9 KB

7 - Object Types.mp4

18.5 MB

7 - basics-05-object-types.zip

2.0 KB

8 - Nested Objects & Types.html

0.7 KB

9 - Arrays Types.mp4

13.1 MB

9 - basics-06-arrays.zip

2.0 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/3 - The TypeScript Compiler (and its Configuration)/

1 - Module Introduction.mp4

1.2 MB

10 - Stop Emitting Files on Compilation Errors.mp4

19.3 MB

11 - Strict Compilation.mp4

74.0 MB

12 - Code Quality Options.mp4

29.2 MB

12 - config-03-config-finished.zip

4.3 KB

13 - Debugging with Visual Studio Code.mp4

17.9 MB

13 - config-04-chrome-debugging.zip

5.3 KB

14 - Wrap Up.mp4

6.9 MB

15 - Useful Resources & Links.html

0.9 KB

2 - Using Watch Mode.mp4

4.8 MB

2 - config-00-starting-setup.zip

1.5 KB

3 - Compiling the Entire Project Multiple Files.mp4

13.7 MB

3 - config-01-watch-mode-tsconfig.zip

3.8 KB

4 - Including & Excluding Files.mp4

37.0 MB

4 - config-02-excluding.zip

3.7 KB

5 - Setting a Compilation Target.mp4

32.6 MB

6 - Understanding TypeScript Core Libs.mp4

20.2 MB

7 - More Configuration & Compilation Options.mp4

5.2 MB

8 - Working with Source Maps.mp4

8.2 MB

9 - rootDir and outDir.mp4

46.8 MB

external-assets-links.txt

0.2 KB

/4 - Next-generation JavaScript & TypeScript/

1 - Module Introduction.mp4

6.1 MB

1 - next-gen-01-starting-setup.zip

3.8 KB

2 - let and const.mp4

47.4 MB

3 - Arrow Functions.mp4

17.0 MB

3 - next-gen-02-let-conts-arrow-functions.zip

4.2 KB

4 - Default Function Parameters.mp4

5.6 MB

5 - The Spread Operator (...).mp4

19.7 MB

5 - next-gen-03-spread-operator.zip

4.1 KB

6 - Rest Parameters.mp4

15.8 MB

6 - next-gen-04-spread-and-rest.zip

4.2 KB

7 - Array & Object Destructuring.mp4

16.1 MB

7 - next-gen-05-destructuring.zip

4.3 KB

8 - How Code Gets Compiled & Wrap Up.mp4

6.8 MB

8 - next-gen-06-finished.zip

4.2 KB

9 - Useful Resources & Links.html

0.1 KB

external-assets-links.txt

0.2 KB

/5 - Classes & Interfaces/

1 - Module Introduction.mp4

992.3 KB

10 - Overriding Properties & The protected Modifier.mp4

11.0 MB

10 - cl-interfaces-07-overriding-and-protected.zip

4.5 KB

11 - Getters & Setters.mp4

27.2 MB

11 - cl-interfaces-08-getters-and-setters.zip

4.6 KB

12 - Static Methods & Properties.mp4

17.2 MB

13 - Abstract Classes.mp4

18.7 MB

13 - cl-interfaces-09-abstract.zip

4.5 KB

14 - Singletons & Private Constructors.mp4

21.3 MB

14 - cl-interfaces-10-private-constructors.zip

4.7 KB

15 - Classes - A Summary.mp4

5.7 MB

16 - A First Interface.mp4

10.4 MB

16 - cl-interfaces-11-basic-interfaces.zip

5.1 KB

17 - Using Interfaces with Classes.mp4

19.3 MB

17 - cl-interfaces-12-implementing-interfaces.zip

5.2 KB

18 - Why Interfaces.mp4

4.0 MB

19 - Readonly Interface Properties.mp4

4.2 MB

2 - What are Classes.mp4

7.2 MB

20 - Extending Interfaces.mp4

9.6 MB

20 - cl-interfaces-13-interface-inheritance.zip

5.2 KB

21 - Interfaces as Function Types.mp4

8.9 MB

21 - cl-interfaces-14-interface-function-types.zip

5.3 KB

22 - Optional Parameters & Properties.mp4

11.4 MB

22 - cl-interfaces-15-optional-properties.zip

5.3 KB

23 - Compiling Interfaces to JavaScript.mp4

7.0 MB

24 - Wrap Up.mp4

5.3 MB

25 - Useful Resources & Links.html

0.7 KB

3 - Creating a First Class.mp4

11.6 MB

3 - cl-interfaces-01-starting-setup.zip

3.8 KB

4 - Compiling to JavaScript.mp4

9.1 MB

5 - Constructor Functions & The this Keyword.mp4

23.4 MB

5 - cl-interfaces-02-class-and-this-basics.zip

4.1 KB

6 - cl-interfaces-03-private-and-public.zip

4.2 KB

6 - private and public Access Modifiers.mp4

19.6 MB

7 - Shorthand Initialization.mp4

10.4 MB

7 - cl-interfaces-04-shorter-init-syntax.zip

4.2 KB

8 - cl-interfaces-05-readonly.zip

4.1 KB

8 - readonly Properties.mp4

10.9 MB

9 - Inheritance.mp4

27.7 MB

9 - cl-interfaces-06-inheritance.zip

4.3 KB

external-assets-links.txt

0.3 KB

/6 - Advanced Types/

1 - Module Introduction.mp4

1.1 MB

10 - Wrap Up.mp4

4.9 MB

11 - Useful Resources & Links.html

0.4 KB

2 - Intersection Types.mp4

12.7 MB

2 - adv-types-01-starting-setup.zip

3.8 KB

2 - adv-types-02-intersection-types.zip

4.0 KB

3 - More on Type Guards.mp4

34.9 MB

3 - adv-types-03-type-guards.zip

4.3 KB

4 - Discriminated Unions.mp4

20.4 MB

4 - adv-types-04-discriminated-unions.zip

4.6 KB

5 - Type Casting.mp4

28.9 MB

5 - adv-types-05-type-casting.zip

4.6 KB

6 - Index Properties.mp4

21.6 MB

6 - adv-types-06-index-properties.zip

4.7 KB

7 - Function Overloads.mp4

22.3 MB

8 - Optional Chaining.mp4

11.5 MB

9 - Nullish Coalescing.mp4

7.6 MB

9 - adv-types-08-optional-chaining-nullish-coalescing.zip

5.2 KB

/7 - Generics/

1 - Module Introduction.mp4

1.1 MB

10 - Generic Types vs Union Types.mp4

12.5 MB

10 - generics-06-finished.zip

4.6 KB

11 - Useful Resources & Links.html

0.4 KB

2 - Built-in Generics & What are Generics.mp4

18.2 MB

2 - generics-01-starting-setup.zip

3.8 KB

3 - Creating a Generic Function.mp4

21.6 MB

4 - Working with Constraints.mp4

9.3 MB

4 - generics-02-first-generic-method.zip

4.1 KB

5 - Another Generic Function.mp4

18.9 MB

5 - generics-03-another-generic-function.zip

4.3 KB

6 - The keyof Constraint.mp4

8.4 MB

6 - generics-04-keyof-constraints.zip

4.3 KB

7 - Generic Classes.mp4

29.6 MB

7 - generics-05-generic-classes.zip

4.5 KB

8 - A First Summary.mp4

3.9 MB

9 - Generic Utility Types.mp4

19.9 MB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

external-assets-links.txt

0.3 KB

/8 - Decorators/

1 - Module Introduction.mp4

1.5 MB

10 - Other Decorator Return Types.mp4

15.0 MB

10 - decorators-08-returning-values-in-decorators.zip

4.8 KB

11 - Example Creating an Autobind Decorator.mp4

35.3 MB

11 - decorators-09-example-autobind.zip

4.8 KB

12 - Validation with Decorators - First Steps.mp4

29.9 MB

13 - Validation with Decorators - Finished.mp4

48.9 MB

13 - decorators-10-decorator-validation.zip

5.4 KB

14 - Fixing a Validator Bug.html

1.3 KB

15 - Wrap Up.mp4

20.8 MB

16 - Useful Resources & Links.html

0.4 KB

2 - A First Class Decorator.mp4

21.6 MB

2 - decorators-01-starting-setup.zip

3.8 KB

2 - decorators-02-first-class-decorator.zip

4.0 KB

3 - Working with Decorator Factories.mp4

4.9 MB

3 - decorators-03-decorator-factories.zip

4.0 KB

4 - Building More Useful Decorators.mp4

34.2 MB

4 - decorators-04-adv-decorators.zip

4.1 KB

5 - Adding Multiple Decorators.mp4

11.2 MB

5 - decorators-05-finished-class-decorators.zip

4.3 KB

6 - Diving into Property Decorators.mp4

15.9 MB

6 - decorators-06-different-decorators.zip

4.6 KB

7 - Accessor & Parameter Decorators.mp4

32.0 MB

7 - decorators-07-non-class-decorators-finished.zip

4.7 KB

8 - When Do Decorators Execute.mp4

17.9 MB

9 - Returning (and changing) a Class in a Class Decorator.mp4

36.5 MB

external-assets-links.txt

0.1 KB

/9 - Practice Time Let's build a Drag & Drop Project/

1 - Module Introduction.mp4

1.0 MB

10 - More Classes & Custom Types.mp4

27.6 MB

10 - prj-09-project-and-listener-types.zip

6.6 KB

11 - Filtering Projects with Enums.mp4

34.9 MB

11 - prj-10-filtering-added.zip

6.5 KB

12 - Adding Inheritance & Generics.mp4

123.2 MB

12 - prj-11-inheritance-and-generics.zip

6.8 KB

13 - Rendering Project Items with a Class.mp4

89.4 MB

13 - prj-12-added-projectitem-class.zip

6.9 KB

14 - Using a Getter.mp4

13.3 MB

14 - prj-13-added-a-getter.zip

6.8 KB

15 - Utilizing Interfaces to Implement Drag & Drop.mp4

53.7 MB

15 - prj-14-draggable-list-item.zip

7.0 KB

16 - Drag Events & Reflecting the Current State in the UI.mp4

25.5 MB

16 - prj-15-visual-drag-and-drop-feedback.zip

7.3 KB

17 - Adding a Droppable Area.mp4

46.3 MB

18 - Finishing Drag & Drop.mp4

40.6 MB

18 - prj-16-finished.zip

7.1 KB

19 - Wrap Up.mp4

11.1 MB

2 - Getting Started.mp4

16.3 MB

2 - app.css

1.5 KB

2 - index.html.zip

1.0 KB

2 - prj-00-initial-starting-setup.zip

3.8 KB

20 - Useful Resources & Links.html

0.4 KB

3 - DOM Element Selection & OOP Rendering.mp4

60.6 MB

3 - prj-02-prj-input-form.zip

5.0 KB

4 - Interacting with DOM Elements.mp4

48.3 MB

4 - prj-03-form-access-and-bind-this.zip

5.3 KB

5 - Creating & Using an Autobind Decorator.mp4

29.6 MB

5 - prj-04-autobind-decorator.zip

5.4 KB

6 - Fetching User Input.mp4

38.9 MB

6 - prj-05-fetching-user-input-with-validation.zip

5.9 KB

7 - Creating a Re-Usable Validation Functionality.mp4

84.7 MB

7 - prj-06-more-elaborate-validation.zip

6.0 KB

8 - Rendering Project Lists.mp4

65.9 MB

8 - prj-07-rendering-a-project-section.zip

6.2 KB

9 - Managing Application State with Singletons.mp4

94.7 MB

9 - prj-08-basic-list-rendering-basic-state-mgmt.zip

6.7 KB

external-assets-links.txt

0.1 KB

/

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

 

Total files 328


Copyright © 2024 FileMood.com