Skip to content

Instantly share code, notes, and snippets.

View VinothiniBalakrishnan's full-sized avatar

Vinothini Balakrishnan VinothiniBalakrishnan

View GitHub Profile
@VinothiniBalakrishnan
VinothiniBalakrishnan / nvmCommands.js
Created March 19, 2020 07:26 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 6.9.2
// set default version of node
development:
adapter: postgresql
encoding: unicode
database: dbname
pool: 25
username: postgres
password: postgres
host: localhost
@VinothiniBalakrishnan
VinothiniBalakrishnan / 0_reuse_code.js
Last active August 29, 2015 14:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console