Tested in Mac OS X: super == command
super+t: go to filesuper+ctrl+p: go to projectsuper+r: go to methodssuper+shift+p: command promptctrl+g: go to line
###Jeffrey Way (1) - Bootcamp
Jeffrey went through about 12 subjects one right after the other and gave tips along the way.
1. With Laravel 4.2 it’s easier to use APIs like Mailgun and Mandrill for e-mail notifications. This avoids using SMTP which is really cool.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/bin/bash | |
| # nodereinstall | |
| # credit: http://stackoverflow.com/a/11178106/2083544 | |
| # | |
| # UPDATE: I've converted this gist to a repo: | |
| # https://github.com/brock/node-reinstall | |
| # | |
| # get sudo |