Friday, January 31, 2014

Python - Beginner Stuff

Very useful:
http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/


Thursday, January 30, 2014

Python - Dependencies, Git Tags, and Stash

modify a python file.
tag it
push tag to stash

update python-requirements.txt to reference new tag
sudo pip install -U -r python-requirements.txt

and yay.. my new dependency is available for fabric.

Monday, January 27, 2014

Vagrant, Git Branches, and Cloud Environments

Had 3 different code branches checked out in a Vagrant VM while provisioning HAProxy instances in 2 different cloud environments using 2 of the feature branches.

Friday, January 24, 2014

Tea - Konacha

Konacha - scraps of gyokuru or sencha
http://en.wikipedia.org/wiki/Konacha

Thursday, January 23, 2014

NodeJS - Testing

Sinon- Spies, Stubs and Mocks
http://sinonjs.org/docs/

Chai - Assertions
http://chaijs.com/

Chai for Sinon - Eh.. screw it.
https://npmjs.org/package/chai-for-sinon

Wednesday, January 22, 2014

NodeJS - NPM

Seriously a ton of good stuff on the main page:
https://npmjs.org/

http://blog.nodejitsu.com/npm-cheatsheet/

Package.json
http://package.json.nodejitsu.com/



Tea - Gyokuro

Gyokuru - shaded for 3 weeks
http://en.wikipedia.org/wiki/Gyokuro

http://www.amazon.com/Yamamotoyama-Gyokuro-Green-Pyramid-0-81-Ounce/dp/B003XUL2C4/ref=sr_1_4?ie=UTF8&qid=1390447125&sr=8-4&keywords=gyokuro

http://www.amazon.com/Teavana-Gyokuro-Imperial-Loose-Leaf-Green/dp/B001JK62OI/ref=sr_1_5?ie=UTF8&qid=1390447125&sr=8-5&keywords=gyokuro

Javascript - JSHint

http://www.jshint.com/about/

https://github.com/jshint/jshint

JavaScript - Grunt


http://gruntjs.com/getting-started

http://net.tutsplus.com/tutorials/javascript-ajax/meeting-grunt-the-build-tool-for-javascript/

Tea - Jade Dragon Mao Feng

Got some Jade Dragon Mao Feng from Teavana
http://en.wikipedia.org/wiki/Mao_feng

See Also:
http://en.wikipedia.org/wiki/Tea_leaf_grading


Javascript - Resources

JavaScript
  1. http://eloquentjavascript.net/print.html
  2. http://javascript.crockford.com/

NodeJS - Resources

Node
  1. http://nodeguide.com
  2. http://nodejs.org/docs/latest/api/all.html
  3. http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js

JavaScript - Promises

Learning Promises... ouch.
http://promises-aplus.github.io/promises-spec/

http://www.youtube.com/watch?v=SI325Bczx7Y

https://npmjs.org/package/q
https://github.com/kriskowal/q/wiki/API-Reference
https://github.com/kriskowal/q/wiki/Examples-Gallery
https://github.com/bellbind/using-promise-q/

http://strongloop.com/strongblog/promises-in-node-js-with-q-an-alternative-to-callbacks/

http://javascriptjabber.com/037-jsj-promises-with-domenic-denicola-and-kris-kowal/




Monday, January 13, 2014

Language ADHD

Was working on Python project yesterday.
Working on a NodeJS project today.
Life would have been a bit easier (albeit a tad more dull) had we not decided to use so many different languages for our cloud infrastructure automation tools.