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


Spark Streaming: Real-Time Sentiment Analysis on Twitter
Introduction In today's data-driven world, real-time data processing is essential for modern applications. Platforms like Uber, Netflix,...
Duong Hoang
Jun 15, 20243 min read
2 views
0 comments


Distributed Data Processing with Apache Spark and SageMaker
Apache Spark is a unified analytics engine for large-scale data processing. It is widely used in machine learning pipelines to transform...
Duong Hoang
Jun 15, 20244 min read
4 views
0 comments


Apache Spark Streaming: Continuous Data Processing with Spark
Apache Spark Streaming is an essential component of Apache Spark, enabling real-time and continuous data processing from various sources...
Duong Hoang
Jun 15, 20244 min read
3 views
0 comments


Learn About Apache Spark
Apache Spark for Big Data Analysis Nowadays, many systems utilize Apache Hadoop for big data analysis and processing. Hadoop's biggest...
Duong Hoang
Jun 15, 20243 min read
1 view
0 comments


Using TypeScript with Vue Single File Components
I. Understanding TypeScript What is TypeScript? TypeScript stands as an advanced superset of JavaScript, tailored for developing robust...
Duong Hoang
Jun 15, 20242 min read
0 views
0 comments


A Comprehensive Comparison Between TypeScript and JavaScript
JavaScript and TypeScript share many similarities, but they also have distinct characteristics that define each language. Personally, I,...
Duong Hoang
Jun 15, 20246 min read
2 views
0 comments


Union Type in TypeScript
TypeScript is a powerful programming language that extends JavaScript, offering features that make application development more...
Duong Hoang
Jun 15, 20243 min read
0 views
0 comments


Understanding Intersection Type in TypeScript
TypeScript is renowned for its static type system, which empowers developers to define data types with clarity. In this article, we delve...
Duong Hoang
Jun 15, 20241 min read
1 view
0 comments


Understanding Size Classes and Trait Variations in iOS App Development
Introduction In iOS app development, designing flexible interfaces to accommodate various screen sizes is crucial for creating...
Duong Hoang
Jun 15, 20243 min read
34 views
0 comments


Basics of Scrum
Scrum is an Agile software development methodology used to manage the product development process. It employs a flexible development...
Duong Hoang
Jun 14, 20244 min read
1 view
0 comments


How Cloud and AI Support Each Other in the Current Trend
The current trend in the software industry heavily focuses on Cloud and AI. This article summarizes how Cloud and AI support each other,...
Duong Hoang
Jun 13, 20243 min read
1 view
0 comments


Audit Google Cloud Platform with Nessus
1. Overview of Nessus Nessus is a scanning and evaluation tool used to detect security vulnerabilities in computer systems, applications,...
Duong Hoang
Jun 13, 20243 min read
9 views
0 comments


Google Compute Engine in Google Cloud Platform (GCP)
In the past, hosting website services or creating a game server required physical servers and infrastructure setup. However, with the...
Duong Hoang
Jun 12, 20243 min read
7 views
0 comments


Understanding API Documentation
Importance of Automation and Agile Development Automation is essential in today's tech world. With Agile development firmly established...
Duong Hoang
Jun 5, 20243 min read
0 views
0 comments
bottom of page