Thursday, August 21, 2014

JavaScript ... first post

I have decided to learn JavaScript a bit seriously. Why? because I think there is a lot of potential in this language. From mobile apps to gaming and animation to pretty dynamic UI, all can be done with JS.

In short, JavaScript future is bright and if someone interested in web programming, it's the must language.

Here are some good resources i found for Web programming:

cofee console - fast way to write js code
sublime editor - nice editor to write JS code

Some code example,
http://github.com/tkmagesh => "repositories" => Cisco-AdvJs-Aug-2014

Some JS libraries:
http://underscorejs.org/
http://backbonejs.org/
https://angularjs.org/

Books:
secretes of the java script ninja - reading this book now a days
speaking java scripts
A journey through java script mbc jungle 

Unit test and tools:
unit test: grant.js (complete echosstem for application workflow)
bower - dependency managment
unit test - jasmin , mokka , signon

Extra:
html5 websockets - a way for server to push data/event to client
http://www.csszengarden.com -> cool example of same html and multiple css
http://todomvc.com/  -> same program, multiple JS scirpt

No comments: