reading-notes

View the Project on GitHub TrunkOfUkuleles/reading-notes

Questions

  1. Describe the Web-Request-Response-Cycle The basic cycle where a request object starts the porocess of getting data from the server. From that request, a response object is automatically generated.

  2. Explain what a “server” is, as it relates to the WRRC The server is the thing being requested for data by the client

  3. What does it mean to “deploy” an application? deploy is when you have it in a state of some level of functionality. automnatic deployment has a system in place to push updates to an app assuming it passes a suite of sutomated testing.

Vocab

Server - Pub/Sub - WRRC -

Preview

Which 3 things had you heard about previously and now have better clarity on? Beanstalk, serverless, EC2

Which 3 things are you hoping to learn more about in the upcoming lecture/demo? getting aws to feel less inscruitible

What are you most excited about trying to implement or see how it works? how the other parts of AWS make it worth the trouble.