From 8ec70e3b7a46991a912cf3e108f4f4c485c1b6c8 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 20 May 2024 23:46:20 -0400 Subject: [PATCH] Add assessment --- assessment.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..e231710 --- /dev/null +++ b/assessment.md @@ -0,0 +1,23 @@ +# Riddles Lab Assessment + +Cory, nice work! We talked through the questions you left in comments. +Regarding a few questions in notes: + +> I think this is the number of characters in the response. + +Yes--the receiver wants to know that the whole message came through. + +> I'm not sure what the nginx/1.22.0 means + +Indeed, nginx is one of the two most common web servers. + +And from your commit message: + +> I've seen 404 messages when trying to go to URLs that don't exist, but +> I'd not really thought about what it meant or if I could get other numbers +> to show up! I just accepted its existence and didn't question if there was +> a reason for that particular number. + +I think this kind of connection between formal CS learning in the classroom and +everyday tech-mediated experiences is incredibly important! +