You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Assignment 1** : Create Server rendered page for `quotes` collection created in 1 of previous assignment. Use a very simple HTML template to display each quote in a list format. You can use other render method of EJS for this task. (**not renderFile**)
1119
1123
1120
1124
1121
1125
### Related Links/Videos
1122
1126
1123
-
1. DOM Series
1127
+
1.[DOM Series](https://bit.ly/35nMKB7)
1124
1128
1125
1129
## Chapter 11 - Authentication with JWT
1126
1130
@@ -1170,9 +1174,8 @@ return `true` of `false` based on verification of password
1170
1174
1.[Localstorage](https://youtu.be/OTkQVPVYW7w)
1171
1175
1172
1176
1173
-
### SPECIAL READ
1174
1177
1175
-
#### SESSION MIDDLEWARE
1178
+
#### SESSION MIDDLEWARE[Optional]
1176
1179
1177
1180
[Check Video on Session](https://www.youtube.com/watch?v=v_Ewns3n_Ow) :
1178
1181
@@ -1248,6 +1251,35 @@ find().**limit**(pageSize).**skip**( pageSize*(pageNumber-1)) // where **pageSiz
1248
1251
1249
1252
**Population**
1250
1253
1254
+
Populate() lets you reference documents in other collections.
0 commit comments