Git Branch Autocompletion
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue
Continue readingNews for slackers
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue
Continue readingOftentimes we override or monkey patch functions and, in many cases, there are arguments we don’t care too much about.
Continue readingI write a lot of tests for new features within Firefox DevTools. We have hundreds of “mochitests” which open the
Continue readingAsync can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is
Continue readingWe’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large
Continue readingPromises were a revelation in JavaScript development, allowing us to enjoy async processing and avoid callback hell. Many new APIs
Continue readingWeb developers know the fight we’ve all had to improve fonts on the web. Whether it be load time, odd
Continue readingI’ve advocated for web components since before they became a spec, mostly inspired by the Dojo Toolkit’s dijit framework. Empowering
Continue readingThere was much talk about Array.prototype.flat during its early stages, starting with the name alone. Many developers preferred the name
Continue readingEvery developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they
Continue reading
Recent Comments