java platform

hey guys,

I have decided to blog about my java learning journey to be specific I am aiming on becoming an expert in android developement, for that I am starting from java basics since it’s the language used to develop android applications (also refered to as native apps).

Read More

SQL vs NOSQl

SQL databases are called as Relational Databases (RDBMS); whereas NoSQL database are primarily called as non-relational or distributed database. SQL databases are table based databases whereas NoSQL databases are document based, key-value pairs, graph databases or wide-column stores. This means that SQL databases represent data in form of tables which consists of number of rows of data whereas NoSQL databases are the collection of key-value pair, documents, graph databases or wide-column stores which do not have standard schema definitions which it needs to adhered to.

Read More