Skip to main content

Posts

Showing posts from July, 2015

Why Node.js is Better than Java

Can you say why Node.js is better than Java? Node.js is superior when it comes to concurrency. I'd concur if I knew what that meant. Node.js wins when it comes down to handling thousands or hundreds of thousands of connections. Node.js handles more concurrent inputs and outputs than Java.

Step by Step Tutorial for Web Development with Nodejs and ExpressJs

Step by Step Tutorial for Web Development with Nodejs and ExpressJs.

Hadoop Tutorial: Intro to HDFS

In this presentation, Sameer Farooqui is going to introduce the Hadoop Distributed File System, an Apache open source distributed file system designed to run on commodity hardware. He'll cover: - Origins of HDFS and Google File System / GFS - How a file breaks up into blocks before being distributed to a cluster - NameNode and DataNode basics - technical architecture of HDFS - sample HDFS commands - Rack Awareness - Synchrounous write pipeline - How a client reads a file

Why Node.js is Bad

Can you tell me why Node.js is bad? I thought Node.js is becoming a standard for really large web servers.

What is Node.js Exactly Means?

If you're new to web development, it can be a bit confusing as to what exactly node.js is and to what you should do with it, and there's a lot of information out there...most of which seems to be tailored towards genius-level developers. So, here's a node.js introduction for those who have no idea what it is.