Best of MongoDBJune 2022

  1. 1
    Article
    Avatar of vercelVercel·4y

    MongoDB and Vercel: from idea to global fullstack app in seconds – Vercel

    MongoDB’s bet on the serverless movement is a testament to where software development is headed. Next.js turbocharges your applications with server rendering, automatic production optimizations, and helps developers run the entire serverless frontend stack on their local machine. Vercel builds and runs your frontend code natively in the cloud with no effort on your side.

  2. 2
    Article
    Avatar of pointerPointer·4y

    payloadcms/payload: Free and Open-source Headless CMS and Application Framework built with TypeScript, Node.js, React and MongoDB

    Payload is a free and open-source TypeScript headless CMS & application framework built with Express, MongoDB and React. It's a code-first CMS, which allows us to do a lot of things right. Payload gives you everything you need, but then steps back and lets you build what you want.

  3. 3
    Article
    Avatar of dzDZone·4y

    MEAN vs MERN Stack: Which One Is Better?

    The technology stack, also known as the Solution Stack, comprises the programming languages, frameworks, databases, and front and back-end technologies that collectively help in running a project/application successfully. All these tools, when used together, make up a full stack. There are a lot of full-Stack technologies in the developer’s ecosystem, but what we’ll be mainly focusing on in this article are MEAN and MERN.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    How Did We Choose Our Next Tech Stack at Hashnode?

    The recommended stack is the following: GQL Server: apollo-server + Codegen + Papr. Prisma was the worst offender when it comes to performance. It's magical to solve N+1 problem: Facebook's data-loader.Deployment: Lambda for serverless or a containerized managed solution.Cache: HTTP edge caching as a start.