SQL Vs NOSQL 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
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
Install Git
1 minute read
Read More...