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 »
One of the new features in ES6 is a new type of function, a generator function. You’ve probable heard of them. They are defined almost like normal functions, but instead of function, you use functi... (more…)
Read more »
“Any application that can be written in JavaScript, will eventually be written in JavaScript.” — Jeff Atwood... (more…)
Read more »
So to refresh my JavaScript skills I decided to building a todo list that will storage your todo list in your browsers local storage and will allow you to delete and edit your list also. Creating the html page Firstly we are going to create the html page... (more…)
Read more »
This is an opinion piece. YMMV
Once in a while, I start a side project whose ideal format is a website. This article is about how I eventually settled on F# and Fable. (more…)
Read more »