Marijn Haverbeke, in Eloquent Javascript, gives a definition of "programming" that resonates a lot with me.
I'm going to start writing on regular basis... stay tuned.
I'm sharing my typical workflow when it comes to bug fixing. We're going from the reading of the bug report to the final commit of the fix.
ES2015 was published in June this year; it included a new standard for modules... even if browsers don't support it yet, JSPM allows to use it already.
In this post I share my approach I share my approach to have a "fake today" in unit tests.