Ctrl + a– go to the start of the command lineCtrl + e– go to the end of the command lineCtrl + k– delete from cursor to the end of the command lineCtrl + u– delete from cursor to the start of the command lineCtrl + w– delete from cursor to start of word (i.e. delete backwards one word)Alt + b– move backward one word (or go to start of word the cursor is currently on)Alt + f– move forward one word (or go to end of word the cursor is currently on)
- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
- Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
- Felix's Node.js Guide
- Creating a REST API using Node.js, Express, and MongoDB
- Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
- JavaScript Event Loop
- Node.js for PHP programmers
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.