Skip to content

Instantly share code, notes, and snippets.

@guisouza
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guisouza/e002ea8e87d8346cedfd to your computer and use it in GitHub Desktop.
Save guisouza/e002ea8e87d8346cedfd to your computer and use it in GitHub Desktop.
Curso NODEJS - MODULO 1

###Curso de NODEJS - IBTA Modulo 1

1- introdução javascript

  • Origem
  • Mercado
  • Tipagem
  • Execução
  • Escopo
  • Design Patterns

2- introdução server-side

  • HTTP & REST
  • Headers
  • Verbs
  • Codes
  • Same-origin policy & CORS

3- Arquitetura - Separation of Concerns

  • Modulos
  • Esquemas
  • Logica de Negócio
  • Autenticação
  • ORM
  • MVC

4- NODE.JS

  • Modulos
  • NPM
  • Web-Servers
  • Express

5- CRUD & ACL

  • Mongo
  • MySQL
  • Rotas
  • Redis
  • Sessions

5- Consumindo as APIs

  • Ajax
  • HTML
  • CSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment