Photo for 2016-05-01

May 1, 2016 · Christopher Boette

Photo for 2016-04-30

Apr 30, 2016 · Christopher Boette

When my teammates try to push to the same branch at the same time

thecodinglove: /* by chrisbodhi */

Apr 29, 2016 · Christopher Boette

Use this one trick to get the version of a locally-installed Node module

npm view MODULE | grep version:

Apr 24, 2016 · Christopher Boette

Photo for 2016-04-15

iamdanw: Confusion / Anxiety / Resistance / Frustration / False Starts / Change / Vision / Skills / Incentives / Resources / Action Plan (via A Framework for Thinking About Systems Change · Intense Minimalism)

Apr 15, 2016 · Christopher Boette

Quote for 2016-03-15

Good software is approachable. It can be understood completely in independent, easy pieces. You don’t need to understand everything before you can understand anything. Good software is consistent. It lets you take what you’ve learned about one part and extrapolate it to the rest. It doesn’t self-contradict. It is parsimonious, avoiding superfluous elements. Good software explains itself. It has affordances for learning and discovery. It is role-expressive and minimizes hidden magic. ...

Mar 15, 2016 · Christopher Boette

Photo for 2016-02-12

Feb 12, 2016 · Christopher Boette

Deploying the Howdy.ai Botkit to Heroku

It wasn’t difficult, but like they say, blog about what would have helped your previous self. Presumbaly, you’re here because you have a rad bot you built using Botkit, and you’re looking for a bit of guidance on getting it out of your local environment and into the real world using Heroku. If you’re not already familiar with Heroku, or just need a refresher, check out their tutorial on deploying Node.js apps. ...

Jan 31, 2016 · Christopher Boette

Writing Zsh Completion for Padrino

Just the first code block was 🙌 goto

Jan 12, 2016 · Christopher Boette

Quote for 2016-01-09

It has been extensively documented that programmers are willing to put in long hours of effort in order to save ten minutes of “unnecessary” labor. This is known as optimization. src Working on an open-source contribution

Jan 9, 2016 · Christopher Boette