2024 02 22 - TheEvergreenStateCollege/upper-division-cs-23-24 GitHub Wiki
- 10:00am - 10:15am Bloom's Taxonomy Review
- Experiment: Physical Computing Center (PCC) as quiet independent work space during class time
- 10:15am - 10:30am Git Large File support exercise
- 10:30am - 11:00am Git Graph Exercise
- What levels of Bloom's Taxonomy do we use?
- 11:00am - 11:30am Data-Driven Documents and U.S. States Map
- We'll continue this next week with
- Creating POST handlers to enter U.S. cities into our REST server
- Serving a GET handler to return all U.S. cities
- Rendering these U.S. cities into our SVG map.
- We'll continue this next week with
- 11:30am - 12:00noon Independent Work and Check-off Time
- 1:00pm - 1:30pm Data Center Disaster Scenario
- Planning, match up one mentor to pairs of two students who have not combined AWS servers yet
- Feature parity; our goal is to bring two AWS servers up to same level of functionality
- 1:30pm - 2:30pm Teaching Demo - Jessica Carey
- make-up from Snow Day
- 2:30pm - 3:00pm Data Center Disaster Scenario
- discussion with parallel distributed computing
Divide into pairs.
Choose a driver, who will copy either of
your latest REST API server directory to a new
week7
assignment directory
cp -prv <latest_api_dir> <repo_dir>/web-24wi/assignments/<github_username>/week7
If you are not in Web Infra, ask to copy your team partner's
latest REST API server directory to your own week7
.
We will be duplicating this United States map

By fetching JSON from this URL
https://indira.arcology.builders/us.json
Add a page maps.html
to your pages
static directory. (Yours may be called static
or public
, check your server.js
)
With a navigator, type in the following code as we explain it in class.

