Skip to content

Commit

Permalink
Update CS 290 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 18, 2024
1 parent b522db3 commit 03d26be
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/data/courses/f24/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ const topics = [
{
title: 'Server-Side JS: Node.js Basics',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -253,6 +252,7 @@ const topics = [
{
title: 'Server-Side JS: Packages and npm',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -281,16 +281,17 @@ const topics = [
{
title: 'Server-Side JS: Serving with Express',
weeks: [ 8 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1hMtoRhCPMzuiw5uR1E92S6B0rVEQR869V2ZbDb4UQoM/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs290-f23/express-serving',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs290-f24/express-serving',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit 03d26be

Please sign in to comment.