-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add links on readme to research docs #15
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,16 +31,30 @@ Research day should be thought of as a [spike](http://www.extremeprogramming.org | |
|
||
## Week 4 - Node 1 | ||
|
||
+ [Deployment](./week-4/Deployment.md) | ||
|
||
+ [Packaging](./week-4/packaging.md) | ||
|
||
## Week 5 - Node 2 | ||
|
||
## Week 6 - Postgres | ||
|
||
+ [Build Scripts](./week-66/build_scripts.md) | ||
|
||
+ [Script Injections](./week-6/script-injection.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remember to also change the folder's name to week-6, the same goes for week-7 |
||
|
||
## Week 7 - Authentication | ||
|
||
+ [stateless vs stateful authentication](.week7/stateless_vs_stateful_authentication.md) | ||
+ [stateless vs stateful authentication](.week-7/stateless_vs_stateful_authentication.md) | ||
|
||
+ [Attacks](./week7/Attacks.md) | ||
+ [Attacks](./week-7/Attacks.md) | ||
|
||
+ [Web Storage](./week-7/web_storage.md) | ||
|
||
## Week 8 - Express | ||
|
||
+ [Sessions](./week8/sessions.md) | ||
|
||
+ [Fetch and Promises](./week8/fetch-promises-research.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link is not broken, Although this works, when you do a large project and hand it over to someone else, not following some sort of naming consistency would make it more difficult for the next person to continue your work. A naming consistency adds clarity and uniformity that helps everyone to remember, understand, and visually scan your code, and even for searching your code. I advise changing the link to week-8 as well as changing the folder's name to week-8 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @HilbertSpitzer good point! Made some changes |
||
|
||
+ [Templating](./week8/templating.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix week-66
I think you intended: week-6