If you ever made a webapp in JS, chances are you used Express as a web framework, Passport for user authentication and express-session to maintain users logged in. This article focuses on sessions and how we forked express-session to make it more secure. (more…)
Read more »
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - trekhleb/javascript-algorithms... (more…)
Read more »
A javascript code syntax highlighter. Contribute to williamtroup/Syntax.js development by creating an account on GitHub. (more…)
Read more »
Delivering JavaScript securely is important for crypto in the browser. Learn about adding secure HTTPS headers with Lambda@Edge. Join us for the webinar! (more…)
Read more »
Modern JavaScript offers size and performance improvements over transpiled ES5, and is supported in 95% of web browsers. Enabling modern JavaScript output brings these benefits to your application, but the impact is limited by dependencies that are alread... (more…)
Read more »