Skip to content

Commit

Permalink
9b2dd55 Merge pull request #87 from scalableinternetservices/slide030…
Browse files Browse the repository at this point in the history
…4changes
  • Loading branch information
Unknown committed Oct 11, 2023
1 parent f213af6 commit 3f85911
Show file tree
Hide file tree
Showing 12 changed files with 938 additions and 13 deletions.
2 changes: 1 addition & 1 deletion project0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 id="questions-to-answer">Questions To Answer</h2>
<li>Why are there diminishing returns at higher concurrency levels?</li>
<li>What’s the performance difference when requesting HTTP and HTTPS?</li>
<li>How can github respond so quickly?</li>
<li>What is your site’s “Time to Interactive” according to PageSpeed Insights?</li>
<li>What is your site’s “Total Blocking Time” (TBT) according to PageSpeed Insights?</li>
</ul>

<h2 id="required-tools">Required Tools</h2>
Expand Down
2 changes: 1 addition & 1 deletion project2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2 id="overview-video">Overview Video</h2>

<h2 id="project-submission">Project Submission</h2>

<p>&lt;&gt;</p>
<p><a href="https://forms.gle/RhsrS5CQHR4NY5oV8">https://forms.gle/RhsrS5CQHR4NY5oV8</a></p>

<h2 id="api-specification">API Specification</h2>

Expand Down
6 changes: 3 additions & 3 deletions schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h2 id="week-2-october-9-11">Week 2 (October 9-11)</h2>
<h3 id="topics-1">Topics</h3>

<ul>
<li>HTTP Servers</li>
<li>Application Servers</li>
<li>HTTP Servers (<a href="/slides/2023/03_http_servers">slides</a>)</li>
<li>Application Servers (<a href="/slides/2023/04_application_servers">slides</a>)</li>
</ul>

<h3 id="tasks-1">Tasks</h3>
Expand All @@ -241,7 +241,6 @@ <h3 id="topics-2">Topics</h3>
<ul>
<li>Scaling Web Applications</li>
<li>Architecting for High Availability</li>
<li>Frontend Deep Dive: React</li>
<li>Read <a href="http://nms.lcs.mit.edu/~kandula/projects/killbots/killbots_files/seda-sosp01.pdf">SEDA: An architecture for well-conditioned, scalable internet services</a> by M Welsh, D Culler, E Brewer</li>
<li>Read <a href="https://matt-welsh.blogspot.com/2010/07/retrospective-on-seda.html">A Retrospective on SEDA</a></li>
</ul>
Expand Down Expand Up @@ -270,6 +269,7 @@ <h3 id="topics-3">Topics</h3>
</ul>
</li>
<li>Client-side Caching &amp; Content Delivery Networks</li>
<li>Frontend Deep Dive: React</li>
<li>Deep Dive: Ruby on Rails</li>
</ul>

Expand Down
22 changes: 14 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@
<loc>https://cs291.com/slides/2023/02_http/</loc>
</url>
<url>
<loc>https://cs291.com/slides/2023/04_application_servers/</loc>
</url>
<url>
<loc>https://cs291.com/slides/2023/03_http_servers/</loc>
</url>
<url>
<loc>https://cs291.com/slides/2023/01_course_introduction/</loc>
</url>
<url>
Expand Down Expand Up @@ -413,34 +419,34 @@
</url>
<url>
<loc>https://cs291.com/project3/chat/</loc>
<lastmod>2023-10-03T22:26:36+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/report_samples/gaucho_book.pdf</loc>
<lastmod>2023-10-03T22:26:36+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/report_samples/whatever_chat.pdf</loc>
<lastmod>2023-10-03T22:26:36+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2016/helfand_talk.pdf</loc>
<lastmod>2023-10-03T22:26:37+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2016/maloney_lecture.pdf</loc>
<lastmod>2023-10-03T22:26:37+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2017/maloney_lecture.pdf</loc>
<lastmod>2023-10-03T22:26:37+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2017/mutz_lecture.pdf</loc>
<lastmod>2023-10-03T22:26:37+00:00</lastmod>
<lastmod>2023-10-11T21:26:51+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2021f/sean_maloney.pdf</loc>
<lastmod>2023-10-03T22:26:37+00:00</lastmod>
<lastmod>2023-10-11T21:26:52+00:00</lastmod>
</url>
</urlset>
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 3f85911

Please sign in to comment.