Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 509 Bytes

learning-outcomes.md

File metadata and controls

24 lines (22 loc) · 509 Bytes

Week 4 - Learning outcomes

  • Node.js
    • server-side JavaScript
    • relationship between server and client
    • what a module is and how they work
    • basic core modules
    • request and response objects
    • setup a server with different routes
    • use modules
  • deploy
    • Heroku
  • software architecture
    • basic structure of backend application
  • testing
    • use tape for backend testing
  • JavaScript
    • recursion
  • SQL
    • setting up PostgreSQL
    • query introduction
  • security
    • introduction