Performance Improvement via node 4 to node 6
Performance improvement via babel tranpilation removal
My team at work recently upgraded our codebase to use to node 6.9, as node 6 has recently gone to LTS.
I read that you learn more from a poor example than from a correct one. I don't believe this but that means my site will be a success.
Performance improvement via babel tranpilation removal
My team at work recently upgraded our codebase to use to node 6.9, as node 6 has recently gone to LTS.
A note for the upgrade from Node 4 and Babel 6
I upgraded a heap of projects I was working on to node 4.2.3 and babel 6.
Guide to upgrading from Babel 5 => 6
There have been a bunch of guides on upgrading to babel 5.
Ember.Data Model Issues
I was working with some older Ember.Data code, and I came across a model like this:
Ember.Data Promise-Aware Properties (Cheaters Edition)
I have models like this:
Stuff to mind when writing ES6 code
These are some good tips I picked up browsing the ember and ember.data commits. Nice if you’re looking for best practices in writing ES6 code.