Follow up

FacebookTwitter

A Beginner’s Tutorial for Node.js : Project 70

http://project70.com/nodejs/beginners-tutorial-node-js/ I’ve been spending some time learning Node.js. Since there isn’t a clear definitive guide out there, I decided to put together a some of the best online resources I’ve found. The goal of this tutorial is to bring a beginner fully up to speed with Node.

Node.js

http://en.wikipedia.org/wiki/Node.js Node.js is a server-side software system designed for writing scalable Internet applications, notably web servers . [ 1 ] Programs are written on the server side in JavaScript , using event-driven , asynchronous I/O to minimize overhead and maximize scalability . [ 2 ]
http://net.tutsplus.com/tutorials/php/the-best-way-to-learn-php/

The Best Way to Learn PHP

This entry is part 1 of 5 in the The Best Way to Learn… Session - Show All Next » Learning something from scratch is almost always an arduous affair — you simply have no idea as to where to start, or not to start, to kick things off.
One of the coolest new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we’ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol. http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/

Start Using HTML5 WebSockets Today

4.5 Series

Over the next few months I’m going to be doing a series of posts that talk about some of the cool new features coming with the next releases of ASP.NET and Visual Studio (which we will start talking about more in the months ahead). http://weblogs.asp.net/scottgu/archive/2011/08/31/asp-net-vnext-series.aspx
http://www.topdesignmag.com/best-practice-and-guidelines-that-every-web-developer-should-know-about/ Tutorials are very useful but they are only teach you basic stuff so if you are a newbie, there’s a high probability that you will run into problems because a learning article won’t tell you details about real life scenarios, optimization problems or solutions to common issues.

Essential Best Practices And Guidelines That Every Web Developer Should Know About

Hadoop Data Storage | Hadoop Data Processing | Apache Hadoop Data Storage | Apache Hadoop Data Processing | Cloudera

Doug Cutting, Cloudera Chief Architect and Chairman of the Apache Software Foundation, helped create Apache Hadoop out of necessity as data from the web exploded, and grew far beyond the ability of traditional systems to handle it. http://www.cloudera.com/content/cloudera/en/why-cloudera/hadoop-and-big-data.html
http://code.google.com/chrome/extensions/api_index.html Chrome provides APIs such as chrome.bookmarks and chrome.tab so that extensions can interact with the browser. Supported APIs Here are the supported chrome.* APIs:

chrome.* APIs - Google Chrome Extensions - Google Code