My search for the perfect universal JavaScript framework

It was 2010 when Backbone.js came out. Finally I could write structured code to create full web applications for our users. And with… Read more

Similar

JavaScript Variables: var and let and const

There are three ways to create variables in a JavaScript application: using var, using let, or using const. This will not be a post trying to convince you which one you should use, or arguing about what is best. It’s just good to know about the difference... (more…)

Read more »