We’re growing! Which means we’re hiring developers and designers of caliber whose talents we can utilize to relieve some of the pressure upon our existing team members, as well as begin work on projects that we simply haven’t had the time to devote the proper energy...
Yii is an amazing framework. As it has been iterated on version 2 is now out and is quickly picking up adoption. With this comes the need to migrate components, modules, and a whole slew of other logic. This blog is a few pointers that we picked up along the way while...
“Write a blog post” they said, “It will be fun.” Okay, then, let’s talk about code standards. This is something we’ve been discussing internally for quite some time; writing up a set of standards that we could use as a company to keep our code consistent...
For web and app developers, one question has always been a top concern in the realm of user experience: “How will users navigate within — and back out of — the app?” It’s a question that seems rather simple, but nonetheless has sent some app developers spinning in to...
6 (ES6) introduces some new features that improve upon ECMAScript 5 (ES5) scoping. In this post we’re going to look at arrow function scope, block scope, and two new ways to declare variables in ES6. A solution to ‘var self = this’ A common situation in javascript is...