notions.me
Large Deployment and Scaling Tools | Notions
http://notions.me/permalink/781e6e4f1e
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Large Deployment and Scaling Tools. December 18th, 2014. I decided to compile (and maintain) a list of large deployment and scaling tools. Mainly for myself but hopefully it’ll be helpful to some other people as well. I’ll be updating this list over time so check back! Also does service discovery). Orchestration / Cluster Management / Schedulers. Laquo; Go Back.
notions.me
Adding NPM bin to path | Notions
http://notions.me/permalink/c1ed80e63c
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Adding NPM bin to path. October 28th, 2014. The bin folder should be within this folder. Even better than that, the command below will return the path directly to the bin folder. So, all that remains is to add this to your PATH statement. In the /.bash profile file:-. Export PATH= /path/to/node modules/.bin:$PATH". Then re-evaluate your bash profile:-.
notions.me
A progressive approach to structuring your Meteor app | Notions
http://notions.me/permalink/012d20f837
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. A progressive approach to structuring your Meteor app. October 15th, 2014. There are a lot. Let me tell you why. Bolierplate templates are kind of comparable to scaffolding in Rails in a way - very useful but you end up with a lot of left over cruft which may not be used. To that, I say YAGNI! This approach may not work for everyone but for a minimalist like mys...
notions.me
Line wrap issues in Mac Terminal | Notions
http://notions.me/permalink/eec7c7d79f
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Line wrap issues in Mac Terminal. March 11th, 2015. I finally got to the bottom of it today. Turns out it was down to the way I had defined my prompt in .bash profile. See here for more information](http:/ serverfault.com/a/83384). After redefining my PS1 prompt variable, everything just started to work (and my sanity instantly improved). Laquo; Go Back.
notions.me
Meteor, scoping object instances to Events and Helpers | Notions
http://notions.me/permalink/179d3c7bb1
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Meteor, scoping object instances to Events and Helpers. January 5th, 2015. Now and again you might want to extract out complex logic into its own class and access instances of shared functionality via your Helpers and Events. Ideally what I want to do is create an instance in the created. Laquo; Go Back.
notions.me
Base64 a file to your Clipboard | Notions
http://notions.me/permalink/7dac15c82d
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Base64 a file to your Clipboard. September 8th, 2014. Honestly, people will probably wonder why I didn’t know this already. Base64’ing a file and getting it onto your clipboard from the command line? It’s as easy as calling the base64 command and piping to pbcopy:-. Laquo; Go Back.
notions.me
Some of my favourite Podcasts | Notions
http://notions.me/permalink/fefa5e1063
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Some of my favourite Podcasts. August 19th, 2014. Here are some others that have made the list recently:-. Laquo; Go Back.
notions.me
How to Improve your Programming Skills | Notions
http://notions.me/permalink/f6c7a21c7e
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. How to Improve your Programming Skills. September 9th, 2014. I’m always looking for ways to improve my programming skills. One approach that I’ve long been aware of is Dave Thomas’s. A 'Code Kata' is a practice session on a given programming problem, much like Kata that is used to practice and refine some martial arts techniques. Also posted an interesting artic...
notions.me
Search Git Commit History | Notions
http://notions.me/permalink/21856b1730
Javascript and Ruby developer. Making banking better at PiggyPot. I write and document some Ruby Algorithms and Structures. Check out my Résumé. Search Git Commit History. January 28th, 2015. This is a useful command combo if you need to search your git commit history. For a keyword then view the resulting file. Git grep [regexp] $(git rev-list - all) git show REVISION:path/to/file. Laquo; Go Back.
SOCIAL ENGAGEMENT