- As technologists we have a social responsibility to create a better world.
- With the right attitude in your team you can move mountains.
- No individual should do a manual work over and over that can be automated. Each human has the right to be challenged with innovative problems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'airbrake-api' | |
| require 'pp' | |
| AirbrakeAPI.configure do |config| | |
| config.account = 'Clearfit' | |
| config.auth_token = '4fca2d7a8ae6a6d642e672df4f2199e36cc54424' | |
| config.secure = true | |
| end | |
| error_id = 66065421 |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
My own blog post about it: http://seenaah.wordpress.com/2011/11/13/my-programming-achievements/