Firstly we need to know that what a programming language is. Group of instructions is known as program. Any language for expressing a set of detailed instructions for a digital computer is a programming language....
Read MoreMonthly Archives: August 2014
When to use CouchDB over MongoDB and vice versa
There are number of serious discussions over NoSQL database for the high performance distributed web applications. At present there are only two main contenders in the race. One is the MongoDB and the other one...
Read MoreHow to Undo the last Git commit
The tutorial discussed below provides with all the necessary skills that are required to work with a software project. In this tutorial we shall learn about undoing the last Git commit. At any stage you...
Read MoreSQL versus noSQL (Speed)
SQL is the abbreviation to Structured Query Language. It is a language widely used to create and manage DataBase Management Systems or DBMS. The use of SQL is a sequel to the relational model databases...
Read More