Skip to content

Instantly share code, notes, and snippets.

View stuttskl's full-sized avatar
🍓

stuttskl

🍓
View GitHub Profile
@stuttskl
stuttskl / rest-express.md
Created September 8, 2019 04:50 — forked from Shurlow/rest-express.md
REST & Express lesson notes

REST & Express

Objectives

  • Describe the concept of resources in relation to REST and APIs
  • Identify RESTful conventions for API routes
  • Explain what express is and why it's useful
  • Build RESTful routes using express

REST

@stuttskl
stuttskl / 01-SQL-Joins.md
Created September 8, 2019 04:42 — forked from Shurlow/01-SQL-Joins.md
SQL Joins Lesson Notes

SQL Joins

Objectives

  • Explain what a Relational Databases is
  • Describe why Relational Databases are useful
  • Diagram 1-to-many & many-to-many relationships with ERDs
  • Create primary and foreign keys on tables
  • Join tables with SQL
  • Use aggregate & group by queries