Skip to content

Commit

Permalink
Merge pull request #87 from scalableinternetservices/slide0304changes
Browse files Browse the repository at this point in the history
Slide 03 04 changes
  • Loading branch information
sschang17 authored Oct 11, 2023
2 parents 9eed249 + ceca4f7 commit 9b2dd55
Show file tree
Hide file tree
Showing 11 changed files with 646 additions and 4 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ piazza_url: https://piazza.com/class/lllfmvbxvh83oq
intro_survey: https://forms.gle/93PrP7Td5tmvAqAFA
project0_submission: https://forms.gle/vzB1UtGre5Psg5pr8
project1_submission: https://forms.gle/GEj7s15jfG6xERjc8
project2_submission: https://forms.gle/RhsrS5CQHR4NY5oV8

kramdown:
parse_block_html: true
Expand Down
2 changes: 1 addition & 1 deletion project0.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies, and run the verification script.
- Why are there diminishing returns at higher concurrency levels?
- What's the performance difference when requesting HTTP and HTTPS?
- How can github respond so quickly?
- What is your site's "Time to Interactive" according to PageSpeed Insights?
- What is your site's "Total Blocking Time" (TBT) according to PageSpeed Insights?

## Required Tools

Expand Down
6 changes: 3 additions & 3 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ The following schedule is subject to change, and many slide links are not yet ac

### Topics

- HTTP Servers
- Application Servers
- HTTP Servers ([slides](/slides/2023/03_http_servers))
- Application Servers ([slides](/slides/2023/04_application_servers))

### Tasks

Expand All @@ -59,7 +59,6 @@ The following schedule is subject to change, and many slide links are not yet ac

- Scaling Web Applications
- Architecting for High Availability
- Frontend Deep Dive: React
- Read [SEDA: An architecture for well-conditioned, scalable internet services](http://nms.lcs.mit.edu/~kandula/projects/killbots/killbots_files/seda-sosp01.pdf) by M Welsh, D Culler, E Brewer
- Read [A Retrospective on SEDA](https://matt-welsh.blogspot.com/2010/07/retrospective-on-seda.html)

Expand All @@ -81,6 +80,7 @@ The following schedule is subject to change, and many slide links are not yet ac
- Continuous Integration (CI)
- Pair Programming / Mobbing
- Client-side Caching & Content Delivery Networks
- Frontend Deep Dive: React
- Deep Dive: Ruby on Rails

### Tasks
Expand Down
Binary file added slides/2023/03_http_servers/callback_hell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b2dd55

Please sign in to comment.