MutationObserver in JavaScript
Sounds like an evil villain’s superpower, but actually could be a helpful sidekick in your Rails app. (more…)
Read more »
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. Read more