Friday 18 September 2015

HTML5 in New Hampshire - Unleashed!

HTML5 Unleashed by New Hampshire-based Simon Sarris is a good, user-friendly guide to HTML5. It is published by Sams Publishing (July 2013), which is a publisher (actually an imprint of InformIT) known for printing good, practical, technical books on programming.

Thursday 10 September 2015

Interesting Books on JavaScript

Expert JavaScript by Mark Daggett and published by Apress is worth checking out. There's an interesting chapter on JavaScript and robotics.

Tuesday 30 June 2015

A New ECMA-262 (Sixth Edition) of June 2015 (More Popularly Known as ES6)

You can learn more about ES6 here. Note that ES6 is a superset of ES5 since new JavaScript versions must never break existing code.

Sunday 15 March 2015

What is React.js?

React.js is an open-source JavaScript library written and hosted by Facebook, specifically engineer Jordan Walke, having been influenced by XHP.

Monday 5 January 2015

What is Node.js?

Node.js is an asynchronous event-driven framework. Hmm, sounds like Windows Forms, but no, we are talking more than just the GUI here. Updates on Node.js (security updates, bug fixes, releases etc) can be found on the Node.js blog page. It is similar to Python's Twisted framework. Node.js development is supported by the Node.js Foundation. It was created by Ryan Dahl and developers at San Frnncisco-based Joyent and released for use on Linux in 2009.