top of page


CRUD with Node.js, Express, and MongoDB
1. Setting Up the Environment Node.js, Express, and MongoDB Step 1: Create a Project Directory mkdir project-directory cd...
Duong Hoang
Jun 22, 20244 min read
2 views
0 comments


Introduction to MongoDB: A NoSQL Database Management System
Overview In the world of databases, just as there is yin and yang, male and female, there are SQL and NoSQL. If you're familiar with SQL...
Duong Hoang
Jun 22, 20242 min read
1 view
0 comments


Guide to Using MongoDB Backup Tool and Integrating it into a Microservices System
1. The Problem In system operations, data loss is inevitable. The main reasons include: Conflicts during data migration System hacks...
Duong Hoang
Jun 22, 20243 min read
1 view
0 comments


Scheduling Same-Day Data Fetch from MongoDB to Hadoop with Apache NiFi
Introduction to Apache NiFi What is Apache NiFi? Apache NiFi is an open-source tool designed to automate data flow between various...
Duong Hoang
Jun 22, 20242 min read
21 views
0 comments


Firestore vs. MongoDB: Comparison and Choosing the Right One for Your Project
When building web or mobile applications, choosing the right database management system is crucial. Firestore and MongoDB are two of the...
Duong Hoang
Jun 22, 20243 min read
7 views
0 comments


MongoDB Find Method: Comprehensive Guide
Introduction to MongoDB Find Method MongoDB stands out as a robust NoSQL database system, renowned for its flexibility in storing and...
Duong Hoang
Jun 22, 20242 min read
1 view
0 comments
bottom of page