Skip to content

Instantly share code, notes, and snippets.

View jcipriano's full-sized avatar

Jonathan Cipriano jcipriano

View GitHub Profile

Your Vision

What is a vision?

Your vision answers the question "What do I want?" A clear vision help you communicate why you're here and what impact you're going to have.

Your vision should be aligned with the company vision, with your manager's V2MOM, and it should be personal. It should be an honest reflection of your own vision for your own work.

If you manage a team, it should be reflective of the purpose of the team and your collective impact.

@stephenlb
stephenlb / Procfile
Last active April 17, 2019 21:40
Twitter / PubNub Bridge - Heroku Worker
tweetstream: node twitter-pubnub-stream.js
@chranderson
chranderson / nvmCommands.js
Last active June 14, 2024 19:15
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node