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 »
More than a third of the websites you visit online may include an outdated JavaScript library that's vulnerable to one or more security flaws. (more…)
Read more »
The browser's main thread is incredibly overworked. By using web workers to shift code off the main thread, you can significantly improve your app's reliability and user experience. (more…)
Read more »