[Design Pattern] Lesson 04: Factory Design Pattern in Java

The article is part of a series on design patterns. It is a continuation of the design pattern series, with Factory being an extremely useful design pattern for creating objects.
calendar Nov 22, 2024

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 25, 2024

Implement a distributed transaction in microservices software system using Saga pattern

Data consistency is a vital part of software systems. We know how the transaction mechanism in relational databases ensures ACID operations on the database.
calendar Nov 22, 2024

Redux Toolkit

As you may already know, Redux is a state container for Javascript apps. Have you used Redux? It can be verbose and hard to work with. Redux Toolkit solves this.
calendar Nov 25, 2024

Introduce to Blockchain Technology

Blockchain provides secure and transparent information management. This post aims to provide an introduction to the fundamental concepts of core blockchain technology.
calendar Nov 22, 2024

Azure Cosmos DB Overview

This article provides an overview of the Azure Cosmos DB. Highly responsive NoSQL database for managing large-scale data.
calendar Nov 28, 2024

[Design Pattern] Lesson 03: Using Singleton in Java

The article is part of a series on design patterns. This series starts with a familiar design pattern, the Singleton, and aims to increase your knowledge about it.
calendar Nov 22, 2024

Design Patterns in React

Design patterns solve common software development problems and are especially useful in React. This blog covers popular React design patterns and their impact on code.
calendar Nov 22, 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? See how it's stored and how it works.
calendar Nov 22, 2024
Contact Message Box
Back2Top