Skip to content

Instantly share code, notes, and snippets.

View MatthewYee92's full-sized avatar

Matthew Y MatthewYee92

View GitHub Profile
@MatthewYee92
MatthewYee92 / docker.md
Last active November 17, 2019 01:36 — forked from Shurlow/docker.md
Intro to Docker and Docker Compose

Intro Docker & Docker Compose

Objectives

  • Explain what Docker is
  • Explain why Docker is useful
  • Build an image with the docker CLI
  • Build an image with a Dockerfile
  • Use docker-compose to build and run multiple containers
@MatthewYee92
MatthewYee92 / rest-express.md
Last active June 17, 2019 18:14 — 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

@MatthewYee92
MatthewYee92 / problem-solving-process.md
Last active May 29, 2019 20:59 — forked from Shurlow/problem-solving-process.md
Problem Solving Process Lesson Notes

Problem Solving Process

Objectives

  • Describe the process of solving a problem
  • Solve a problem using a specific problem solving technique

Process

Turn to your neighbor and describe a problem solving process that you've used in the past