-
Notifications
You must be signed in to change notification settings - Fork 2
References
britainjs edited this page Nov 3, 2013
·
13 revisions
Here is a collection of awesome links and pro-tips we have found to be really helpful in developing chuzr.
##Front-end
- Color scheme finder: Adobe Kuler
##Git
- This is what the git model is (or at least should be)
- How to Revert a Faulty Merge by Linus Torvalds
- Please don't add .DS_Store to the project gitignore. Instead update your global gitignore file
- To avoid looking like a tool, please read about git best practices here and here
- How to delete a remote branch
##Node ###Architecture
###Workarounds
##Security
##Server ###The API Server
- Develop a Restful API Using Node.js with Express and Mongoose
- [Node.js and Express - Basic Authentication] (http://blog.modulus.io/nodejs-and-express-basic-authentication)