Best of MongoDBJuly 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn Next.js by Building a Custom API with MongoDB

    A new course on the freeCodeCamp.org YouTube channel will give you an in-depth understanding of how to build a custom API using Next.js and MongoDB. It's a project-based course where you learn by doing, and by the end of it, you'll have a fully functioning authentication system built from scratch.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    Create API with GraphQL, Prisma, and MongoDB

    Create API with GraphQL, Prisma, and MongoDB Jump to GraphQL Prisma MongoDB Amplication. Amplication is an open-source platform that automatically generates APIs and clients based on pre-defined data models. It streamlines the development process by minimizing repetitive coding tasks and boilerplate code.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    FastAPI Tutorial – How to Develop, Test, and Deploy APIs

    FastAPI is a sleek and high-performance web framework for constructing Python APIs. We'll create a Python backend system using FastAPI, a fast web framework, and a MongoDB database for course information storage and retrieval. The system will allow users to access course details, view chapters, rate individual chapters, and aggregate ratings.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 7

    The Complete Guide to Becoming a Web Developer: Part 7. Node.js, NPM, Express and Express are at the forefront of this revolution. These tools have made it possible for developers to use JavaScript, a language traditionally used for front-end development, for server-side programming. NPM is a tool that comes with Node.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Build a MEAN web app: Part 1 - The architecture

    MEAN stack is a web development framework that uses JavaScript-based technologies to build dynamic and scalable web applications. It allows developers to use a unified programming language, JavaScript (or TypeScript) for both front-end and back-end development. The MEAN stack includes MongoDB, Express, Angular, and Node.