• New Beginnings

    As the Home page showed, we’re starting fresh. Although I take the occasional side-gig contract, I don’t make money off of this site, and all of my projects are Open Source, so I figured it was time to ditch traditional hosting, in favor of a simpler (and free) setup.

  • Fun With Destructuring

    If you aren’t compiling your JavaScript (well, ECMAScript…) code with Babel, you’re probably missing out on some of the best features of the evolving language. On the other hand, if you’re working in React or Angular every day, you’ve probably come across some of the most dynamic features. Destructuring is a prime example, but it’s also important to understand the...