August 22, 2016This is the editorial from our latest JavaScript newsletter, subscribe here
Almost all JavaScript applications these days will require some sort of build process. Even if you’re not transpiling from ES2015 or TypeScript, running sort of concatenation and minification processes on your code has become standard pra...
June 2, 2016
Google Maps is an online mapping service providing up-to-date road maps, business listings, directions, street-level photos and more.
There are notable alternatives to Google Maps, such as Mapbox and Open Street Map. But in my view, none of the competitors can match up to Google Maps for the sole reason of the comple...
July 20, 2015Finagle’s Law of Dynamic Negatives:
Anything that can go wrong, will – at the worst possible moment.What Does “Defensive Programming” Mean?
Defensive programming, simply put, is programming with the intent to anticipate likely failure points. The goal is to circumvent those likely problems before they oc...
November 22, 2013
If you ever look up best practices, design techniques, or trends in application design, you’ll notice something significant: there seems to be a much greater focus on what is most important, that being the user experience, usability, and functionality.
We see this stressed every now and then for that in web design t...
Recent Comments