TypeScript for Node.js Developers (2018)
1h 2mIntermediate2018-12-05
Authors

Emmanuel Henri
Executive with 20+ years of experience in programming and design
Course details
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.
Learning objectives
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
Learning objectives
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
Skills covered
TypeScriptNode.jsJavaScript FrameworksPersonaWeb DevelopmentProgramming LanguagesOpen SourceSoftware Development
Concepts
0. Introduction
- 01 - TypeScript with Node.js
- 02 - What you should know
1. TypeScript Setup
- 03 - Template a Node.js and Express project
- 04 - TypeScript setup
- 05 - TypeScript file conventions
- 06 - Compiling and automation, part 1
- 07 - Compiling and automation, part 2
2. Using Types in Node.js
- 08 - Adding basic types
- 09 - Adding types in your functions
- 10 - Use TypeScript classes in Node.js
- 11 - How to use enums in Node.js
3. Node Organization with TypeScript
- 12 - How to use an interface in Node.js
- 13 - Generics in a Node.js project
- 14 - Organizing with modules
4. TypeScript Tools for Node.js
- 15 - Introduction to declaration merging
- 16 - Introduction to iterators
- 17 - Use decorators into Node.js
5. Further Exploration
- 18 - Playground exploration
- 19 - TypeScript docs and advanced types
Conclusion
- 20 - Next steps