Best of MongoDBMarch 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    5 Tips to Speed Up Your Node.js Performance

    Node.js is known as event-driven I/O server-side JavaScript environment and single-threaded event loop based on V8 Engine ( Google’s open-source high-performance JavaScript engine) In this article, we will discuss 5 ways to make Node.JS faster and optimal in work.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP 51: How does DNS work?

    This week's system design briefer: How does DNS work? How Discord Stores Trillions Of Messages Silicon Valley Bank (SVB) collapse. What’s new in GPT-4 AI is evolving at a scary pace. Join the ByteByteGo Talent Collective for customized job offerings.

  3. 3
    Article
    Avatar of honeybadgerHoneybadger·3y

    Complete Guide to Authentication in JavaScript

    Learn how to implement authentication using JavaScript, Node.js, Express, and MongoDB. Create and register new users, log in with credentials, refresh access tokens, access protected routes, and reset passwords.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    MongoDB - The Leading NoSQL Database

    MongoDB is a popular NoSQL database that allows for flexible data management and rapid backend development. It follows a document-oriented structure and is highly scalable and performant.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Custom API server with basic CRUD — Apollo, GraphQL & MongoDB

    Learn how to create a custom API server with basic CRUD operations using Apollo, GraphQL, and MongoDB.

  6. 6
    Article
    Avatar of reflectoringReflectoring·3y

    Build CRUD APIs Using Apollo Server(Graphql), MongoDB and Node.Js

    GraphQL allows clients to define the structure of the data to be returned by the server, as well as allowing multiple resource requests in a single query call. It’s like when a teacher keeps a class register with detailed information about each student, such as their name, age, favorite color, etc.