skiadas / PanthR

Statistics front-end and webserver with R connection
1 stars 2 forks source link

Relevant programming books and resources #19

Open skiadas opened 11 years ago

skiadas commented 11 years ago

Check if you've received this info, and assign the issue to someone else. Last person closes the issue.

Let's see if this checking thing works.

These are some books I would recommend on Javascript, listing them roughly in order of "difficulty":

  1. "Javascript, the good parts", D. Crockford http://shop.oreilly.com/product/9780596517748.do
  2. "Javascript Patterns", S. Stefanov http://shop.oreilly.com/product/9780596806767.do Also might be worth, seems more recent but I havent looked at it yet:
  3. "Learning JavaScript Design Patterns", A. Osmani http://shop.oreilly.com/product/0636920025832.do
  4. "Maintainable Javascript", N. Zakos http://shop.oreilly.com/product/0636920025245.do
  5. "Testable Javascript", M.E. Trostler http://shop.oreilly.com/product/0636920024699.do Reading that last one right now

Books on Node.js, our server backend:

  1. "Learning Node", S. Powers http://shop.oreilly.com/product/0636920024606.do
  2. "Node Up and Running", http://shop.oreilly.com/product/0636920015956.do

Important webpages of things we (will/might) use:

That's all I can think of for now.

skiadas commented 11 years ago

I forgot to add: "Version Control with Git, 2nd edition" http://shop.oreilly.com/product/0636920022862.do