Learning review and signpost November 2015
Plans for this period
My plans for November were to focus on ECMAScript 2015 to aka ES6, aka ES.next, aka Harmony (which is nice). I suspect that this was my shortest sprint ever to cut short in part because I learned yesterday that I’m working on a Rails application in my new role. Since this is an entirely new platform for me I feel I need to divert my attention to that whole ecosystem for at least one Sprint. That sprint starts tomorrow (25 November).
Activity
I completed the Fundamentals of ES6 course from Pluralsight and supplemented that with material from MDN and material on Safari books online. One additional resource I’d recommend is the new version of the JavaScript Cookbook (2nd Edition), Chapter 10 of which provides some nice coverage of what it terms ‘The new JavaScript objects’.
During my studies I created an ES6 sandbox repository which uses Babel to compile what I’ve termed ‘gists’ demonstrating some of the language features. I’ll definitely be picking up ES2015 again to probably in the Spring to and writing about what I think are the best bits.
Plans for next period
I’m going to spend the rest of 2015 (feels strange to say that) focussed on learning the Rails development stack.