Pluralsight | TypeScript 5 Fundamentals [FCO]

seeders: 2
leechers: 1
Added 2 years ago by Prom3th3uS in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Pluralsight | TypeScript 5 Fundamentals [FCO] (Size: 549.12 MB)
  0. Websites you may like
  1. OneHack.us Premium Cracked Accounts-Tutorials-Guides-Articles Community Based Forum.url 377 B
  2. FTUApps.com Download Cracked Developers Applications For Free.url 239 B
  1. Course Overview
  1. Course Overview.mp4 3.27 MB
  1. Course Overview.vtt 1.82 KB
  10. Using Type Declaration Files
  1. Introduction.mp4 6.86 MB
  1. Introduction.vtt 5.74 KB
  2. Installing and Using a Type Declaration File.mp4 13.67 MB
  2. Installing and Using a Type Declaration File.vtt 8.67 KB
  11. Applying TypeScript Decorators
  1. Introduction.mp4 4.67 MB
  1. Introduction.vtt 3.41 KB
  2. Decorating a Method.mp4 9.63 MB
  2. Decorating a Method.vtt 7.41 KB
  12. Debugging TypeScript Code
  1. Introduction.mp4 2.58 MB
  1. Introduction.vtt 2.4 KB
  2. Debugging TypeScript with Visual Studio Code.mp4 17.94 MB
  2. Debugging TypeScript with Visual Studio Code.vtt 9.11 KB
  3. Debugging TypeScript with Chrome DevTools.mp4 9.06 MB
  3. Debugging TypeScript with Chrome DevTools.vtt 6.31 KB
  2. Getting Started with TypeScript
  1. Introduction.mp4 5.31 MB
  1. Introduction.vtt 5.05 KB
  2. Setting up a Development Environment.mp4 8 MB
  2. Setting up a Development Environment.vtt 4.93 KB
  3. Compiling and Running TypeScript Programs.mp4 8.26 MB
  3. Compiling and Running TypeScript Programs.vtt 6.36 KB
  4. Basic Project Configuration.mp4 15.32 MB
  4. Basic Project Configuration.vtt 8.35 KB
  5. Using the Official Documentation.mp4 9.5 MB
  5. Using the Official Documentation.vtt 3.64 KB
  3. Understanding Basic Syntax and Data Types
  1. Introduction.mp4 1.69 MB
  1. Introduction.vtt 1.4 KB
  2. Basic Types and Variable Declarations.mp4 5.1 MB
  2. Basic Types and Variable Declarations.vtt 4.31 KB
  3. Type Annotations and Type Inference.mp4 4.03 MB
  3. Type Annotations and Type Inference.vtt 3.6 KB
  4. Using let and const with Type Annotations.mp4 4.62 MB
  4. Using let and const with Type Annotations.vtt 4.95 KB
  5. Additional Built-in Types.mp4 2.17 MB
  5. Additional Built-in Types.vtt 2.59 KB
  6. Union Types and the --strictNullChecks Compiler Option.mp4 4.64 MB
  6. Union Types and the --strictNullChecks Compiler Option.vtt 4.26 KB
  7. Declaring Arrays.mp4 2.49 MB
  7. Declaring Arrays.vtt 2.78 KB
  8. Controlling Program Flow.mp4 7.57 MB
  8. Controlling Program Flow.vtt 6.92 KB
  9. Understanding Control Flow Type Analysis.mp4 10.39 MB
  9. Understanding Control Flow Type Analysis.vtt 8.54 KB
  4. Creating and Calling Functions
  1. Introduction.mp4 2.14 MB
  1. Introduction.vtt 1.9 KB
  2. Adding Type Annotations to Functions.mp4 3.68 MB
  2. Adding Type Annotations to Functions.vtt 3.24 KB
  3. Using the --noImplicitAny Compiler Option.mp4 1.51 MB
  3. Using the --noImplicitAny Compiler Option.vtt 1.17 KB
  4. Optional, Default, and Rest Parameters.mp4 3.53 MB
  4. Optional, Default, and Rest Parameters.vtt 3.53 KB
  5. Annotating Functions and Using Parameters.mp4 22.13 MB
  5. Annotating Functions and Using Parameters.vtt 11.03 KB
  6. Anatomy of an Arrow Function.mp4 7.24 MB
  6. Anatomy of an Arrow Function.vtt 6.79 KB
  7. Converting a Traditional Function to an Arrow Function.mp4 4.55 MB
  7. Converting a Traditional Function to an Arrow Function.vtt 4.43 KB
  8. Function Overloads.mp4 11.91 MB
  8. Function Overloads.vtt 8.61 KB
  9. Taking Advantage of Function Types.mp4 10.43 MB
  9. Taking Advantage of Function Types.vtt 8.31 KB
  5. Working with Interfaces
  1. Introduction.mp4 1.36 MB
  1. Introduction.vtt 1.12 KB
  2. Understanding Interfaces.mp4 7.07 MB
  2. Understanding Interfaces.vtt 5.79 KB
  3. Declaring and Using Interfaces.mp4 18.69 MB
  3. Declaring and Using Interfaces.vtt 9.49 KB
  4. Interfaces for Function Types.mp4 8.91 MB
  4. Interfaces for Function Types.vtt 5.92 KB
  5. Extending Interfaces.mp4 7.46 MB
  5. Extending Interfaces.vtt 4.59 KB
  6. Implementing Interfaces with Classes.mp4 11.93 MB
  6. Implementing Interfaces with Classes.vtt 7.75 KB
  6. Creating and Using Classes
  1. Introduction.mp4 3.55 MB
  1. Introduction.vtt 2.67 KB
  2. Parts of a Class.mp4 10.74 MB
  2. Parts of a Class.vtt 9.25 KB
  3. Creating and Using Classes.mp4 15.08 MB
  3. Creating and Using Classes.vtt 10.52 KB
  4. Extending Classes with Inheritance.mp4 16.33 MB
  4. Extending Classes with Inheritance.vtt 11.55 KB
  5. Abstract Classes.mp4 7.87 MB
  5. Abstract Classes.vtt 5.33 KB
  6. Using Class Expressions.mp4 7.46 MB
  6. Using Class Expressions.vtt 5.15 KB
  7. Organizing Your Code with Modules
  1. Introduction.mp4 1.48 MB
  1. Introduction.vtt 1.24 KB
  2. Why Use Modules.mp4 3.71 MB
  2. Why Use Modules.vtt 3.97 KB
  3. Exporting and Importing.mp4 9.93 MB
  3. Exporting and Importing.vtt 8.08 KB
  4. Module Resolution.mp4 6.87 MB
  4. Module Resolution.vtt 5.69 KB
  5. Converting an Application to Use Modules.mp4 27.31 MB
  5. Converting an Application to Use Modules.vtt 12.3 KB
  8. Writing Asynchronous Code
  1. Introduction.mp4 4.39 MB
  1. Introduction.vtt 4.28 KB
  2. Understanding Promises.mp4 8.68 MB
  2. Understanding Promises.vtt 7.24 KB
  3. Creating and Using Promises.mp4 19.64 MB
  3. Creating and Using Promises.vtt 13.06 KB
  4. The Role of asyncawait.mp4 3.44 MB
  4. The Role of asyncawait.vtt 2.62 KB
  5. Writing Code with asyncawait.mp4 9.35 MB
  5. Writing Code with asyncawait.vtt 7 KB
  9. Creating and Using Generics
  1. Introduction.mp4 4.07 MB
  1. Introduction.vtt 3.37 KB
  2. Using ArrayT.mp4 2.25 MB
  2. Using ArrayT.vtt 2.29 KB
  3. Generic Functions.mp4 13.46 MB
  3. Generic Functions.vtt 8.99 KB
  4. Generic Interfaces and Classes.mp4 13.66 MB
  4. Generic Interfaces and Classes.vtt 10.04 KB
  5. Generic Constraints.mp4 10.85 MB
  5. Generic Constraints.vtt 7.32 KB
  FreeCoursesOnline.me Download Udacity, Masterclass, Lynda, PHLearn, etc Free.url 290 B
  exercise.zip 69.34 MB
  playlist.m3u 3.85 KB
  ▲ 121 total files

Description



Lynda and other Courses >>> https://freecoursesonline.me/
Forum for discussion >>> https://onehack.us/

https://get.freecoursesonline.me/wp-content/uploads/2023/11/typescript-5.png

Pluralsight - TypeScript 5 Fundamentals [FCO]

About

This course will teach you all the fundamental features of the TypeScript programming language. You’ll learn how to use important language constructs and syntax, as well as how to use different compiler options and project configuration settings.

What you'll learn

TypeScript helps you create web applications that are easier to maintain and contain fewer bugs than traditional JavaScript applications. In this course, TypeScript 5 Fundamentals, you'll learn all of the major features of the language and develop the skills to begin working on your first TypeScript project. First, you'll explore the basic features of the language including type annotations, functions, interfaces, and classes. Next, you'll discover more advanced features such as generics, modules, and asynchronous programming techniques. Finally, you'll learn to use the TypeScript compiler and configure TypeScript projects using a tsconfig.json configuration file. When you finish this course, you'll have the skills and knowledge of TypeScript needed to build client and server-side web applications faster and with fewer errors.

Instructor(s)

Pluralsight, we see firsthand how technology makes the impossible possible. That's why Pluralsight One exists: to accelerate our mission of advancing the world’s tech workforce by unlocking opportunity for the underrepresented, increasing access to tech skill development, and promoting diversity in the tech workforce.

General Info:

Author(s): Pluralsight
Language: English
Updated: Oct 2, 2023
Videos Duration: 4h 1m
Course Source: https://www.pluralsight.com/courses/typescript-5-fundamentals

Related Torrents

torrent name size uploader age seed leech
0
1
0
0
0