Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e78596

Browse files
author
Filip Ilievski
authored
Update 23102016-Class2.md
1 parent 5db0915 commit 5e78596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

23102016-Class2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ We went further with relational databases, concretely with MySQL. This was the o
44

55
0. Q&A (past assignment)
66

7-
### Notes:
8-
9-
When logging errors, best practice is both to log it console but also to the user to prevent timeout of the request. Command is `res.status(500).send('some error)`
7+
1. Logging errors - When logging errors, best practice is both to log it console but also to the user to prevent timeout of the request. Command is `res.status(500).send('some error)`
108

119
1. SQL injection (https://xkcd.com/327/)
1210

@@ -40,6 +38,8 @@ W3schools is the reference point to check for any command: http://www.w3schools.
4038

4139
Types of JOINs: http://www.w3schools.com/sql/sql_join.asp
4240

41+
Status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
42+
4343
# Commands
4444

4545
### Alter default value

0 commit comments

Comments
 (0)