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 »
Why should you care about streams? On the modern web platform, many interesting features appear which enable new functionality which were not previously possible, for example, Web Bluetooth, Background Sync & Web VR. (more…)
Read more »
Platform Evolution is one of the five pillars of the Wikimedia Foundation's Medium Term Plan. The need to evolve our platform is very evident when it comes to how we design, develop, and deliver experiences to users in the browser. (more…)
Read more »
In this tutorial we are going to build a Dad Jokes Generator using #JavaScript. You can use this little app to play the "Don't Laugh Challenge" with your fri... (more…)
Read more »
Async Await was the incarnation of the Promise. Javascript ES7.
Read more »