IsabellaSoares / NodeJS-para-Iniciantes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS para Iniciantes

Repository for the "NodeJS para Iniciantes" course by #NodeBR.

Course link

Modules

  1. Synchronization of Javascript functions
  2. Manipulation of lists
  • forIn
  • forOf
  • for
  • map
  • filter
  • reduce
  1. Introduction to automated test development
  • Mocha
  • Nock
  • Asserts
  • Axios
  1. Node.js beyond the Web - Creating command line tools
  • Commander
  1. Databases - Our Multi-database project
  2. Introduction to Postgres and Relational Banks
  • Sequelize
  1. Introduction to MongoDB and Non-Relational Databases (NoSQL)
  • Mongoose
  1. Refactoring our project for multi-schema databases
  2. Node.js and Web Services - Creating professional services with Hapi.js
  3. Service documentation with Swagger
  4. Authentication with Json Web Token
  5. Publishing services on the Web

About


Languages

Language:JavaScript 99.2%Language:Shell 0.8%