-
SoundTouchJS
development, ecmascript, webaudioapi, soundtouchjs ·Some time back I became obsessed with writing my own browser-based Karaoke software. Those who know me know I love to sing. It’s how I met my wife (a former KJ). It’s how we got married (on a Karaoke stage). It’s weekend fun time with our kid.
-
New Beginnings
development, me, this blog ·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.
-
JS Tip: Simple Array Of Unique Items
development, javascript, ecmascript ·A co-worker showed me a simple trick for getting an array of unique, simple values. Let’s say we were combining two arrays of message id’s:
-
Fun With Destructuring
development, javascript, ecmascript, angularjs, es2015, react, nodejs ·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...