Best of MongoDBAugust 2023

  1. 1
    Article
    Avatar of asayerasayer·3y

    React: Performing Authentication with JWT

    This article will discuss how to perform JWT authentication in a React app. We will cover the steps involved in setting up a backend JWT endpoint, signing up and signing in from your React app, and protecting routes with JWT validation. You will use a custom-built Express server API to relay the JWT token for a user.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    MERN Stack Crash Course – Build a Book Store App

    MERN stack is a set of technologies often used to build full stack web apps. You'll start from scratch and build a complete CRUD application, exploring both backend and frontend development. The course covers an array of topics, including but not limited to: Backend CRUD operations.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    React Server Components – How and Why You Should Use Them in Your Code

    React has changed how we think about building user interfaces. We must adapt to this new mental model to fully leverage its power in building applications. In this tutorial, you'll learn about React Server Components (RSC) You'll learn exactly what they are and how they work, and more importantly, what problem they solve.

  4. 4
    Article
    Avatar of dzDZone·3y

    Design Patterns

    Design patterns are divided into three categories: creational, structural, and behavioral. DZone Refcardz The GoF design patterns are designed to create families or groups of objects without knowing their implementation. An abstract factory can be used when interacting with file systems, while another family of objects pertains to Linux.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a WhatsApp Dictionary Chatbot using Twilio, FastAPI, and MongoDB

    How to build a WhatsApp Dictionary Chatbot using Twilio, FastAPI, and MongoDB. Use Fast API to create the web server and interact with the database. By the end of this tutorial, you will have developed a functional chatbot that can define words in real-time.

  6. 6
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·3y

    Painless MERN Stack Project Setup!

    A beginner guide on how to create your own MERN stack (MongoDB, Express, React, Redux, Node.js) project structure in less time and painless Kevin Ku on Unsplash. The whole process was done by me and it is accessible from this GitHub repository.