Blogs
Photo for 2016-04-30
When my teammates try to push to the same branch at the same time
thecodinglove: /* by chrisbodhi */
Use this one trick to get the version of a locally-installed Node module
npm view MODULE | grep version:
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)
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. ...
Photo for 2016-02-12
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. ...
Writing Zsh Completion for Padrino
Just the first code block was 🙌 goto
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