troubleshooting nested scopes in angular
March 11, 2015Many beginner Angular tutorials start with a set of canned data, an input field, and a search filter, so it was a natural place to start on…
Many beginner Angular tutorials start with a set of canned data, an input field, and a search filter, so it was a natural place to start on…
Becoming a git expert is essential to efficiency and confidence as a software developer. I have evolved from someone who would re-clone the…
Virtue is its own reward, and so is writing. Anne Lamott’s Bird by Bird: Some Instructions on Writing and Life is full of beautiful prose…
Amazon Web Services allow you to do everything, so it is hard to figure out how to do anything. I have a node/angular/mongo stack running on…
In Everybody Writes, Ann Handley teaches content marketers how to generate “ridiculously good” content. Anyone who has recently enjoyed the…
The book club I belong to has a two-fold mission: the first is to inspire through peer pressure to read (and finish) technical books, and…
I am working on upgrading an application from Rails 3.0 to Rails 3.2. While the numbers tell you it is a minor version change, there are…
Single table inheritance (STI) is a way to emulate object-oriented inheritance in a relational database by storing multiple object types in…
One of my favourite blogs is Brain Pickings, written by Maria Popova, which is a collection of thoughts spanning art, science, psychology…
“It is impossible to create an abstraction unknowingly or by accident,” says Sandi Metz in Practical Object Oriented Design in Ruby. An…