Junior Garciajrgarciadev.hashnode.net·Feb 5, 2021FeaturedDevcover - Easiest way to generate a developer portfolioBuilding a developer portfolio can be a difficult task, we have to think of a good design, show our best projects, our last posts blogs, talk about ourselves, offer contact details and then write the code, but as least in my case, this was very compl...Tapas Adhikary and 34 others are discussing this35 people are discussing thisDiscuss·587 likes·4.6K readsVercel Hashnode Hackathon😍 Absolutely loved this project man! Not just the idea but the execution is perfect. The look and feel of UI are just awesome. The favicon thing, option to choose a theme color and deploy it, wow! 🙌 Kudos! You did a great job. 4
Modupe Falodunthekharleecidev.hashnode.net·Nov 10, 2021How To Create a Simple Url Shortener With Node.js And MongoDBWhat Are URL Shorteners? Url shorteners are apps that take a long URL and reduce it to a shorter more readable, shareable version. URL shorteners can be used to beautify a link or disguise the underlying address. For example, you can take a link lik...Success Ologunsua and 3 others are discussing this4 people are discussing thisDiscuss·87 likes·1.7K readsMongoDB
Md. Shahla Zulkarninezulkar.hashnode.net·Jun 8, 2021Building Face Recognition API with Node.js, Express.js, MongoDB, Face-api.jsIntroduction Hi there, with this article I will demonstrate how to make a facial recognition API with Node.js, Express, MongoDB and face-api.js. These are the main packages however we will need some more packages too which I will show later in the ar...Discuss·84 likes·3.8K readsNode.js
Aman Yadavitsamanyadav.hashnode.net·Apr 18, 2023How to connect MongoDB with NodeJS Express using MongooseStep 1: Install Dependencies To start with, you will need to have Node.js and npm installed on your system. If you don't have them, you can download and install them from the official Node.js website. Once you have Node.js and npm installed, you need...DiscussNode.js
manas krishna jaiswalmanaskrishnajaiswaltechblogs.hashnode.net·Mar 31, 2023Next JS - MongoDB ConnectionIn this blog, we are going to learn about the MongoDB database. And how one can establish a connection between the Next JS application and the MongoDB database. Let's start with learning and coding the MongoDB connection in Next JS App. Understanding...Discuss·1 like·31 readsNext.js
Onuorah Emmanuelceo18.hashnode.net·Mar 4, 2023Creating a Medium-like API with Node.js and Mongodb: A step-by-step guidePrerequisites A quality knowledge of ExpressJS for creating web servers and MongoDB for storing users informations, also familiarity with the MVC architectural design would be nice. Features Signup, login and logout system Authenticated users can p...Discuss·12 likes·82 readsNode.js
Suraj Jyoti Changkakoticodewithsjc.hashnode.net·Mar 4, 2023Mastering MongoDB: The Ultimate Guide to NoSQL Database ManagementIntroduction MongoDB is a popular document-oriented NoSQL database that has been in use since 2009. It is known for its ability to store and manage large amounts of data quickly and easily. MongoDB is an open-source, cross-platform, and distributed d...Discuss·10 likesMongoDB
Siddharththeuniquecoder.hashnode.net·Feb 27, 2023MongoDB _id The most important thing that you should knowHello everyone. Most of us know what databases are why they are used and what are the types. Out of which MongoDB is a popular NoSQL database that is known for its flexibility, scalability, and ease of use. One of the key features of MongoDB is the i...Discuss·4 likesMongoDB
Shreyas Chalihashreyas-chaliha.hashnode.net·Feb 22, 2023UserSchema Demystified: A Guide with Examples for Structuring User Data with Mongoose.What is a schema? In web development, a schema is a blueprint or framework that defines the organization, presentation, and attributes of data. It functions as a model or template for data storage and retrieval, assisting in the maintenance of consis...Discussmongoose
Ojas Aklechaexplojas.hashnode.net·Feb 22, 2023Step-by-Step Guide: Connecting MongoDB Online to your MERN ApplicationIf you're building a MERN (MongoDB, Express, React, Node.js) stack application, you'll need a database to store and retrieve your data. MongoDB is a popular choice for database management in MERN applications due to its flexibility and scalability. I...Discuss·26 readsMongoDB
Mark Sabelitamarksabelita.hashnode.net·Feb 20, 2023Building Modern APIs with Docker, NestJS, MongoDB, and Mongoose: A Comprehensive Guide for DevelopersWhat is Docker? Docker is an open-source platform that enables developers to build, deploy, and run applications in isolated containers. Containers are lightweight, portable, and self-contained environments that can run on any machine, making it easy...Discuss·11 likes·121 readsDocker
Sahil Saxenasahilsspace.hashnode.net·Feb 4, 2023MongoDBWhat is a database (in short) In the real world, everyone has their own data and information (that may be personal or in-shared with others too). To store this data and information over the internet, we need some space that owns ourselves. Here the u...Discuss·4 likes·158 readsDatabases
Yash Nirmalyashnirmal.hashnode.net·Feb 3, 2023How to store Images in MongoDB?So, you are making a project and you want to store images in MongoDB. Follow these follow steps to do that 1. Use an 'input' take to take a file as input from the user <input type="file" onChange={handleFileChange} accept='.jpeg, .png, .jpg' /> <butt...Discuss·1 like·35 readsMongoDB