Aneesha S

List All Users, Collections, and Databases in the Mongo Shell

MongoDB lets us create multiple users. A user can create multiple databases. A database can have multiple collections. A collection can have multiple documents. We already know how to get documents from a collection in Mongo Shell. It can be done by using find(), findOne(), like method.  However, as a beginner, we don’t usually log […]

List All Users, Collections, and Databases in the Mongo Shell Read More »

MongoDB vs DynamoDB: Choosing the Right Database for Your Project

Databases have changed the way individuals and corporations handle and manage large amounts of data. It has enabled app developers, software engineers, data scientists and others to make life simpler than ever before. MongoDB, DynamoDB, PostgreSQL, MySQL, Cassandra, Redis, Aerospike, Firebase Realtime and others are well-known databases. We can divide these databases into two categories:

MongoDB vs DynamoDB: Choosing the Right Database for Your Project Read More »

How to Send Ethereum to Message Sender in Solidity?

Solidity is an object-oriented high-level programming language that is personalized exclusively for building smart contracts. It draws inspiration from other programming languages like JavaScript, Python, and C++, making it easy to learn. We can easily send Ethereum to a message sender using Solidity programming language just by writing a few lines of code. Sending Ethereum

How to Send Ethereum to Message Sender in Solidity? Read More »