Course Highlights
  • Use TypeScript at your day to day job
  • Learn the Basics of TypeScript's Type System
  • Use Types for annotating any JavaScript Object
  • Learn Advanced TypeScript concepts
  • Create Complex Type Utility Functions
Curriculum

22 Topics
Setup and Hello World
Primitive Types
Instance Types
Arrays And Tuples
Object Types and Type Aliases
const declarations
Functions
Structural Typing
Classes
Target Compiler Option
Generics
Special Types : any and unknown
JavaScript to TypeScript
Universal Utilities
Creating a Frontend Project
Type Assertions
Type Casting
Modules
Type Declarations
Creating an NPM Package
Async Await
ts-node

16 Topics
Lexical this
readonly modifier
Union Types
Literal Types
Type Narrowing
Discriminated Unions
Class Parameter Properties
Strict Compiler Option
Null versus Undefined
Intersection types
Optional modifier
Non-null Assertion Operator
Interfaces
Interface Declaration Merging
Types versus Interfaces
never type

14 Topics
implements keyword
Definite Assignment Assertion
User Defined Type Guards
Assertion Functions
Function Overloading
Call Signatures
Abstract Classes
Index Signatures
Readonly Arrays and Tuples
Double Assertion
const Assertion
this parameter
Generic Constraints
Dealing with Temporal Uncertainty

9 Topics
typeof type operator
Lookup Types
keyof type operator
Conditional Types
Conditional Types with Unions and never
infer keyword and `ReturnType<T>`
Mapped Types
Mapped type modifiers
Template Literal Type

15 Topics
Partial<T>
Required<T>
Readonly<T>
Record<KV>
AutoComplete Literal Unions with Primitives
Project References
undefined vs optional
satisfies operator
PropertyKey
ThisType<T> Utility
Awaited<T> Utility
String Manipulation Utilities
Mapped Types as Clauses
TypeScript Unions vs Intersection Mental Model
TypeScript Enums are Bad

  Write a Review

TypeScript for Professionals - by Basarat

Go to Paid Course