Date: 16-05-2020
JavaScript Design Patterns
Tags: JavaScript, Design Patterns
https://scotch.io/bar-talk/4-javascript-design-patterns-you-should-know
JavaScript Closures
Tags: JavaScript, Closures
https://medium.com/@prashantramnyc/javascript-closures-simplified-d0d23fa06ba4
JavaScript Immediately invoked Function Expression
Tags: JavaScript, IIFE
https://medium.com/@prashantramnyc/what-is-an-iife-in-javascript-24baf0febf08
Considerations when sending UserNames and Passwords over the network
Tags: network, HTTPS, security, salt, hashing
https://security.stackexchange.com/questions/19525/help-understanding-basic-user-authentication-with-salts-and-hashing
REST Api Authentication Methods
Tags: network, REST, Authentication
https://blog.restcase.com/4-most-used-rest-api-authentication-methods/
Date: 17-05-2020
JSON Web Token
Tags: JWT, Authentication
https://jwt.io/introduction/
Continue Reading