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.
Move your Open Source work to Node 4
Now that Node 4 has been released, isn’t it time you upgraded your OS (Open Source) projects to use it?
Figuring out JS quirks
Was looking at some decompiled code from ES6 the other day, when I saw a line that looked like this:
Code coverage for CoffeeScript and JavaScript using gulp and istanbul without pre-compiling
If you’re not aware of your code coverage when building a serious application, you’re not building a serious app.
jasmine-node, beforeAll & afterAll
On Feb 9, 2011, Fat (Jacob Thornton, one of the creators on Bootstrap) opened a pull request to add beforeAll and afterAll statements to the jasmine library.
Express View Engine for Rendering JSX Components written in CoffeeScript
This is an Express view engine which renders React components written in CoffeeScript on the server. It renders static markup and does not support mounting those views on the client.
React and JSX. class vs className, for vs htmlFor
Ember.Data Model Issues
I was working with some older Ember.Data code, and I came across a model like this: