All posts by Sandeep Kumar Gupta.

MongoDB with PHP graph

How to connect MongoDB with PHP

Before diving in, we have to learn about MongoDB and PHP. MongoDB service should work in your current environment. Remember that while connecting MongoDB with any programming language such as PHP, Python, Node or others,…
Is noSQL better than SQL

Is NoSQL Better Than SQL?

Before starting, we have to discuss the differences between SQL and NoSQL. If you have data with schema-like ID, name, address and the address is a complicated object, store it in a separate table. The…