Skip to content

Commit

Permalink
update agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmar3 committed Mar 10, 2022
1 parent c7186e5 commit 0d447f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions content/w/07.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "w07 Errors and storing data"
title: "w07 Logging"
description: "This week we will finish looking at logging and error handling and begin considering how to store data and where."
draft: false
weight: 70
enableToc: true
tocLevels: ["h2", "h3", "h4"]
---

## What to do with errors
## Logging to file

`2022-03-01T15:30:00-05:00`

Expand All @@ -18,8 +18,6 @@ tocLevels: ["h2", "h3", "h4"]
3. Errors in Express
4. Writing error and other logs to file

### Slides

### Useful links

#### Generating logs
Expand Down
2 changes: 1 addition & 1 deletion content/w/10.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "JavaScript in the browser"
title: "w10 JavaScript in the browser"
description: "This week we will move from the back-end to the front-end."
draft: false
weight: 100
Expand Down
2 changes: 1 addition & 1 deletion content/w/11.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Fetch and login"
title: "w11 Fetch and login"
description: "This week we will discuss getting and sending information between a browser-based client to and an API. We will also learn how to set up a login session."
draft: false
weight: 110
Expand Down

0 comments on commit 0d447f6

Please sign in to comment.