Tag: Coding

Various posts on various topics all related to code.

Resolving Data in Angular

One of the biggest values I get from working on side projects is the unexpected discoveries made that can be applied to my full-time job. This is one of the reasons I've stopped caring so much about "completing" these projects and instead have focused on simply enjoying the… Continue Reading 'Resolving Data in Angular'

Publishing Bower Components

Recently I’ve been doing some work on a set of AngularJS component (directives, services, etc) and I’d like them to be available in Bower. There are plenty of guides out there on installing Bower components, but I couldn’t find many on creating, registering and updating your own… Continue Reading 'Publishing Bower Components'

Regression Testing and CSS

Note: It's been a while since I originally wrote this. Nowadays I use WebdriverIO and WebdriverCSS. If you're interested in learning those tools, I've got a free short course available if you're interested This past October I gave a presentation at the wonderful CSS Dev Conf about CSS and regression… Continue Reading 'Regression Testing and CSS'