Best of MongoDBMay 2024

  1. 1
    Article
    Avatar of planetpythonPlanet Python·2y

    PyCoder’s Weekly

    Learn about GUI programming with Tkinter, using pyastgrep as a library for linting, and the new features in Django 5.1.

  2. 2
    Article
    Avatar of appwrite_sourceAppwrite·2y

    Integrate SQL, NoSQL, Vector, Graph, or any database into your Appwrite project

    Learn how to integrate different types of databases into your Appwrite project. Explore cloud database providers, unique features of Postgres, connecting to a Redis database, and more.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn the Basics of Go by Building a Full Stack Web App with React and Go

    Learn the fundamentals of Go and React while building a full stack web app with Create, Read, Update, and Delete (CRUD) functionality for todos. The course covers setting up a Go project, building APIs, handling server-side logic, using React and ChakraUI for the frontend, integrating MongoDB for data storage, and using TanStack Query for data fetching and caching in React applications.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Building a Shopping Cart In Nodejs

    This post provides a step-by-step guide on building an E-commerce platform with Node.js as the backend and different frontend technologies (Angular, React, Vue.js) for the frontend. It covers setting up the backend, installing necessary packages, setting up the server, creating MongoDB models and routes, testing the routes, and building cart features. The post also includes exercises to further enhance the application.