Everything that published here is the result of the code produced on the classes from the course and each commit was made at the end of each class. For detailed personal notes taken during the classes, check the wiki.
This class of the course is focused in providing a quick overview about TypeScript
Notes about this section can be found here
This class of the course is focused into creating the application that will be used throughout the course
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into converting the initial code provided into TypeScript
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning the concepts of defensive coding
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning the basic concepts about typing variables
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused on adding basic types to the pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused on providing basic knowledge on how to create custom types using TypeScript
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning how to work with nested object types in TypeScript
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning how to create optional properties in type definitions
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning how to create optional properties in type definitions
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning the concepts related to literal types declarations
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into explaning the concepts related to unions
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding types to the Pizza App while creating a new helper function with narrowed types
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into understading the concetps of the types returned by functions
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding return types to our Pizza application
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into continue adding return types to our Pizza application
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into adding a functionaly to create automatic ids to menu items
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into learning what are utility types and how to use them in TypeScript
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into adding setting up types correctly with utility types
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into learning about Generics in TypeScript
Notes about this section can be found here
The code for this class can be found here
This class of the course is focused into adding generic types to the PizzaApp
Notes about this section can be found here
The code for this class can be found here