-
Which Is Why I Use Part
I like reading my newsletters. A weekly summary like JS weekly allows me to see if my twitter or github network was on top of the same hot news as the publisher. The more I click in and read, the worse I’ve done staying on top of things.
Read more... -
Static Site For A Meetup
Github’s free hosting of jekyll and static sites makes my life easier. I host this blog, for instance, using
Read more...gh-pages
. I recently started a meetup in my hometown and wanted to create a single-page site to both promote the group and serve as a training grounds for anyone new to front-end work. -
Fix Or Ditch Your Lib
It’s time to start the conversation about ES6 iterable data structures and functional programming. I, for one, refuse to get caught using an outdated library the first time I want to pass an iterable instead of an array.
Read more... -
Es6 Objects And Polymer Web Components
ES6 brings a lot of new functionality to objects. You can get a nice walk-through on Bjorn Tipling’s site.
Read more... -
Polymer Multiple Mixin
I’m building applications with just (Polymer) web components. Yes, they’re that powerful.
Read more...