Best of NoSQLDecember 2022

  1. 1
    Article
    Avatar of gcgitconnected·3y

    Ultimate 10 Stages to Master Backend Development

    Backend development refers to server-side programming in which a developer creates application architecture and business logic to process and store the data and output useful information. There are multiple backend programming languages, frameworks, and stacks like JavaScript, Python, PHP, Java, Ruby, etc.

  2. 2
    Article
    Avatar of faunaFauna·3y

    Side-by-side comparison of serverless databases

    Serverless databases make it easy to build and scale your application because they abstract away the underlying infrastructure and automatically scale to meet the need of your application. With MongoDB, you don’t have to manage any infrastructure by yourself. This article compares commonly used serverless databases so you can make an informed decision.

  3. 3
    Article
    Avatar of tuts_plusTuts+·3y

    Mapping Relational Databases and SQL to MongoDB

    MongoDB is an open source document-oriented NoSQL database which stores data in the form of JSON-like objects. This article will drive you to understand how the RDBMS/SQL domain, its functionalities, terms and query language map to MongoDB database. The article assumes that you are aware of the basic relational database concepts.

  4. 4
    Article
    Avatar of anavidAnalytics Vidhya·3y

    MongoDB Replication and Sharding- A Complete Introduction -

    MongoDB Replication and Sharding- A Complete Introduction Aditya Garg: A NoSQL database is a non-relational database that does not use the traditional table-based database. MongoDB is a powerful document-oriented database system. It has an index-based search feature that makes data retrieval quick and easy.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Practical data engineering concepts and skills

    Data engineers are responsible for wrangling, manipulating, and streaming data to fuel insights and better decision-making. These skills are in high demand, so if you’re looking to make a career change and become a data engineer or develop your existing skill set, this is the article for you.