SQL Vs NOSQL Database

Dec 14, 2017 Database

In the world of database technology, there are two main types of databases: SQL and NoSQL—or, relational databases and non-relational databases. The difference speaks to how they’re built, the type of information they store, and how they store it. Relational databases are structured, like phone books that store phone numbers and addresses. Non-relational databases are document-oriented and distributed, like file folders that hold everything from a person’s address and phone number to their Facebook likes...
8 minute read Read More...


Introducation of Markdown

Nov 25, 2017 markdown

Content writing for markdown Markdown Markdown is a standard to simplify writing content for the web. GitHub markdown flavor can be used any where on GitHub and in Jekyll. The basics are intuitive, you can learn in about a minute. it has .md extension.
1 minute read Read More...


Installing Proess of Git

Nov 25, 2017 Git

Install Git
1 minute read Read More...