TypeScript for Node.js Developers

TypeScript for Node.js Developers

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 02m | 640 MB

As your development needs grow with your enterprise, you need better tools and syntax when working with Node.js. This is where using TypeScript with Node.js can be a perfect next step. TypeScript is a superset of JavaScript that offers optional static type checking, as well as support for the latest JavaScript features. In this course, Emmanuel Henri helps Node.js developers quickly get up to speed with TypeScript as he steps through how to best leverage this popular language in Node.js applications. To begin, he shows how to set up TypeScript and familiarizes you with its file conventions. He then discusses how to use types in Node.js, leverage TypeScript tools to organize your application, and use iterators and decorators. To wrap up, he shares resources that can help you further explore all that TypeScript has to offer.

Topics include:

  • TypeScript file conventions
  • Using types in Node.js
  • Adding types in your functions
  • Using TypeScript classes in Node.js
  • Using an interface in Node.js
  • Using tools to organize your code
  • Declaration merging
  • Leveraging decorators in your Node.js application
Table of Contents

1 TypeScript with Node.js
2 What you should know
3 Template a Node.js and Express project
4 TypeScript setup
5 TypeScript file conventions
6 Compiling and automation, part 1
7 Compiling and automation, part 2
8 Adding basic types
9 Adding types in your functions
10 Use TypeScript classes in Node.js
11 How to use enums in Node.js
12 How to use an interface in Node.js
13 Generics in a Node.js project
14 Organizing with modules
15 Introduction to declaration merging
16 Introduction to iterators
17 Use decorators into Node.js
18 Playground exploration
19 TypeScript docs and advanced types
20 Next steps