An introduction about Graph Database – Gremlin

A graph is a useful way to model many aspects of our daily lives. We use graphs to show connections, commutes, phone networks, and flight options.
calendar Jan 06, 2025

Lessons Learned Using AWS Services Part 1

From Front-End to Full Stack. Join me as I share my first AWS adventure, transitioning from FE to Fullstack, and the solutions that saved me from common pitfalls.
calendar May 28, 2025

Testing of Mobile Application – Challenges and Best Practices

With the convenience of smartphones, more and more people use them today. For that reason, mobile testing becomes essential before the app is released, to make sure the functions work properly and the user's data is secured. Let's explore the basics of mobile testing in this article.
calendar Dec 30, 2024

[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 May 27, 2025

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 May 27, 2025

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 May 28, 2025

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
Contact Message Box
Back2Top