George Schneeloch

Blog | Projects | Contact

Projects

| categories: uncategorized

Two projects my former coworkers made that are pretty neat and worth looking at:

  • Code review tool written using Sinatra and haml. It allows you to annotate diffs against git branches which are then shared with other people involved in the code review. You just double click on the area you want to leave a comment, write something in the annotation box, then send the URL for the review to the other people involved for them to look at.
  • Watson, a chatbot for Campfire. It provides an easy interface to run things like deployment scripts, which are also logged and broadcast to everybody because it's done in the chatroom. There is a plugin API which makes it easy to extend for whatever purpose