Ember.js version used: 2.0.0 ember-cli version used: 1.13.8 Backend not covered New target, same goal After a while since I wrote my Ember.js drag and drop file upload - the right(ish) way I now bring to you a new twist in this tale.…
Ember.js drag and drop file upload - the right(ish) way
Updated on August 13th 2015 Every journey starts with a beginning Not so long time ago, I set out on a journey to try to accomplish the best possible way to do file uploads with Ember.js with no other libraries, but the ones what the framework already provides. After…
Comparing Ember with React - A year long experiment
From Ember to React Almost a year ago, when initiating a new internal project on the company that I currently work, the dev team decided to adopt React in favour of Ember. Though I was against it, I saw an…
Creating a React Content Editor

React.js version used: 15.0.0 Webpack version used: 1.12.13 Source code at: GitHub Backend not covered Creating a React Content Editor So I decided to study React(!). After spending a lot of time trying to understand…
Building a real world pagination with Ember.js - the right way
A (not so) short introduction on front end pagination Every time I face myself with a front end pagination solution out there I often notice that people forget about one important thing, scalability. That is because most of the solutions…
Memoizing with Javascript and closure - experiment
It's good to know the basics On this quick blog post we will see a glimpse of the power of the Javascript's functional scope and the usage of closures applied to memoization. With the usage of closures you can have…
Ember.js Authentication - the right way (Javascript version)
Updated on July 22nd 2015 We all know that Ember.js is a great example of how using a front end framework can make your development workflow more powerful. But to use it correctly means to make your life easier.…