Skip to content
Showing 1-9 of 9 items.
@renovate
Admin 19/06/2021 16:50
Review some basic concepts in the information technology majors - Part 1: Algorithms (using C# language)

Introduction All concepts and definitions in the article are drawn from personal understanding, if there are any mistakes, please comment and feedback on the article so that the writer can correct it. This is the author's first post. At a young age in the industry, the author will begin to overview all the knowledge needed in this major, in the author's opinion. A. Algorithm I. What is Algorithm? 1. Definition of algorithms Algorithm is a kind of crucial vehicle what you use to understand and...

Algorithm C# event-driven
@renovate
Admin 29/11/2021 11:40
[MSDP] - Event Carried State Transfer

Trong hướng dẫn này, chúng ta cùng tìm hiểu về Microservice Desin Pattern - Event Carried State Transfer (chuyển trạng thái theo sự kiện) để đạt được sự nhất quán về dữ liệu giữa các microservice. Mẫu thiết kế chuyển trạng thái theo sự kiện (Event Carried State Transfer) Trong kiến trúc nguyên khối truyền thống tất cả các mô-đun sẽ cùng nằm trong một ứng dụng, một cơ sở dữ liệu chung chứa tất...

microservices event-driven kafka