- This repo outlines my learning process of .ts
- It contains all of my: notes, practices, and exercises
- This repo will act as my cheatsheet when needed
- Hopefully, this repo also shows that my learning of .ts was thorough
- config file
- strict data types
- arrays/ nested arrays
- union types
- type Aliases
- objects
- enums
- tuples
- interface
- functions
- classes
- read only
- optional data
- type narrowing
- ts with react
- generics
An amazing course by Colt Steele on Udemy: https://www.udemy.com/course/learn-typescript/
Here are some techniques I used to reenforce the learning process:
-
Although some sections of the course are short, I have spent many hours practicing the areas covered.
-
I changed all of the examples in the videos and personalised them to re-enforce the learning process.
-
I would often watch the intro to a section and then try to solve the upcoming problems.
-
I made notes and organized examples of .ts features for 'future me' so that I have cheatsheets and references to refer back to (this repo).