Best of MongoDBNovember 2022

  1. 1
    Article
    Avatar of anavidAnalytics Vidhya·4y

    Creating a Music Streaming Backend Like Spotify Using MongoDB

    Creating a Music Streaming Backend like Spotify using MongoDB. This article was published as a part of the Data Science Blogathon. In this article, I will show you how to handle uploading songs to the database, streaming music, user authentication, the ability to choose your favorite songs, and a recommendation engine. We will add our code in a new file named ‘auth.ts’ in a new file.ts.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Microservices and Software System Design Course

    A microservices architecture is a type of application architecture where the application is developed as a collection of services. The course will teach you about microservice architecture and distributed systems using a hands-on approach.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Full Stack Development – HTML, CSS, JavaScript, Node.js, MongoDB

    Full Stack Development - HTML, CSS, JavaScript, Node.js, MongoDB Full stack development is a term used to describe the process of developing a complete website or application from start to finish. Full stack developers must have a deep understanding of both front-end and back-end web development.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Build a Visual Serverless REST API with MongoDB and NodeJS

    We’ll build a visual Serverless RESTful API using MongoDB and NodeJS. We will create endpoints for creating data, reading data, updating data, and deleting data. To set up a HTTP trigger simply look through the embedded library functions that Lolo provides you with.

  5. 5
    Article
    Avatar of asayerasayer·4y

    A complete guide to Next.js plus MongoDB

    Next.js is a database-agnostic web-based framework. It incorporates the latest minimalistic technologies that help developers create web apps with minimal code bases. The tutorial will explain how to create a Next.js application, connect it to MongoDB, and perform database operations. In production mode, it's best to not use a global variable.

  6. 6
    Article
    Avatar of reflectoringReflectoring·4y

    Building a Url Shortener With Node.Js

    Building a URL shortening service like tinyurl.com is a frequently asked question in system design interviews. We will explore how to create a Basic URL shortener using Node.js, React.js and MongoDB. The long URL will be returned to the user.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    You (probably) Don’t Need a Bootcamp

    Learn how to build a complete web application, with user authentication, email delivery, and more. Learn how Node really works behind the scenes: event loop, blocking vs non-blocking code, streams, modules, etc.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Tech Stacks: The Current Landscape

    A Tech Stack is a combination of programming languages, frameworks, and tools that come together to make it possible for developers to build web or mobile applications and services. In many cases, the most popular operating system for tech stacks is Linux. The most common components of the server-side stack include programming languages like Python and Ruby.