#100DaysOfCode
#26
Preventing CSRF attacks
- used csurf
Set up a simple API
- used postman to test the API
- JSON web tokens
- DELETE request
- CORS
Pushed app to Heroku
#100DaysOfCode
#25
Added a "latest posts" feed to the dashboard
Built a simple chat feature
- used https://t.co/8FZUIwoV3Z
Began frontend live form validation
- primarily used for user experience, not for security
#100DaysOfCode
#21
Added a "display single post" page and template
Added the "edit post" feature
Created a flash template for most error and success messages
#100DaysOfCode
#19
Haven't been really diligent on tweeting progress lately, but I haven't stopped coding
Added a "create post" feature to the app I am working on
Separated the header and footer from templates
#100DaysOfCode
#18
Improved the registration process
- Added warning messages for registration errors
- Added checks for existing username and email address
Added support for Gravatar profile pictures
#100DaysOfCode
#14
Made the login feature check whether user details correspond to those in the DB
Promises:
- callback approach (outdated)
- then/catch approach
- async/await approach