TypeScript: The Complete Developer's Guide

Taught By: Stephen Grider

certification of completion for TypeScript: The Complete Developer's Guide

This course covered Typescript comprehensively, from the foundational basics of simple type annotations all way to the complexities of using it with various JS libraries and web frameworks. It was exciting to be working on a course designed not necessarily for beginners to software development, but rather developers who are beginners in this specific content. There was a lot of assumed knowledge, which made this course occasionally challenging, but ultimately a great experience to move beyond basic tutorial.

Skills Learned:

  • Foundational type annotations - variables, functions, arrays, etc.
  • How to type using interfacts, tuples, generics, etc.
  • Extracting/refactoring logic in order to make components reusable.