/nodejs-typescript-training

Repository to learn basic concepts of Nodejs, Typescript, Unit tests and GraphQL

Primary LanguageTypeScript

Nodejs Training

Project to navigate Nodejs and Typescript

Required Nodejs version: 14

Class 01: Understanding the basic

  • Nodejs is not a language
  • Javascript basic, From "var" to "let and const". Const doesn't mean constant.
  • Module, Functions and classes
  • Async / Await

Class 02: Typescript

  • Install and configure typescripts
  • Run the first file
  • Import/Export, Functions and Classes
  • Async / Await

Exercises - Class 02:

Class 03: Test Driven Development

  • Install and configure Jest
  • Run the first test

Tasks - Class 03:

  • Group 01: Get top free games from google store

  • Group 02: List all repositories by user

Class 04: GraphQL