Follow up
< Tech
< falconzy
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 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 ]
Introduction
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.
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).
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.
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.
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: