Database Transaction And How To Handle It In NodeJS With Prisma

Let is take a look into one of the most fundamental concepts of databases. This article will show you the main concepts of transaction and how you can manage transactions in NodeJS with Prisma.
calendar Nov 04, 2024

Implement a distributed transaction in microservices software system using Saga pattern

Data consistency is a vital part of software systems. With relational databases, we’re already familiar with how the transaction mechanism ensures ACID operations on the database storage. 
calendar Nov 04, 2024

Redux Toolkit

As you may already know, Redux is a state container for Javascript apps. Have you ever had the chance to use Redux? If so, you might have heard that Redux can sometimes be verbose and challenging to work with. Let’s explore how Redux Toolkit addresses these concerns.
calendar Nov 04, 2024

Introduce to Blockchain Technology

Blockchain technology has emerged as a promising solution for providing secure and transparent information management in the future. This post aims to provide an introduction to the fundamental concepts of core blockchain technology.
calendar Nov 01, 2024

Azure Cosmos DB Overview

This article provides an overview of the Azure Cosmos DB. Cloud-based NoSQL database, highly responsive, high availability, always online, low latency, multi-model database for managing data at large scales.
calendar Nov 04, 2024

[Design Pattern] Lesson 03: Using Singleton in Java

This article is part of a series on design patterns. The introduction to this series begins with a quite familiar and beloved design pattern, the Singleton. Through this article, I hope to support everyone in gaining additional knowledge about Singleton. OK Let’s Go.
calendar Oct 31, 2024

Design Patterns in React

Design patterns are reusable solutions to common problems in software development, and they can be especially useful in React applications. In this blog, we will explore some popular design patterns in React and how they can improve the structure, maintainability, and scalability of your code.
calendar Nov 01, 2024

Data Lake And Data Warehouse

Data Lake and Data Warehouse: Which one would you choose when your application needs to store a set of data? To do that, you need to understand how it is stored and how it works and distinguish the differences between them.
calendar Nov 04, 2024

How To Automate API Testing Like a Piece of Cake

For those who work in software testing, everyone must have heard of API testing at least once. So how can API testing be applied to a practical project? This article will guide you in the most detailed way so that you can understand and implement it in your testing work.
calendar Nov 01, 2024
Contact Message Box
Back2Top