Giới thiệu về Iterator design pattern
Sử dụng các cấu trúc dữ liệu tập hợp như: array, set, map, tree, stack, queue,… là một phần không thể thiếu trong quá trình...
Tìm hiểu về Bridge Pattern
Trong việc thiết kế ứng dụng, một mẫu thiết kế (design pattern) là một giải pháp để tối ưu việc một vấn đề thường xuyên...
Adapter Pattern
Structural Pattern (nhóm cấu trúc) : các giải pháp giúp chúng ta sử dụng đối tượng (objects) và các lớp (classes) trong các cấu trúc...
Hexagonal Architecture and the Netflix Use Case (Part 2)
Check out part 1 here The Netflix Use Case: Netflix is multi-billion dollar technology and media company, providing an entertainment subscription service with nearly 200...
Hexagonal Architecture and the Netflix Use Case (Part 1)
Check out part 2 here Hexagonal Architecture Hexagonal Architecture is a software architecture that allows independence between three parts of an application that most...
Tổng quan về kiến trúc CQRS
CQRS ? Đây là một pattern được viết tắt bởi Command Query Responsibility Segregation, dịch nôm na là phân tách vai trò Command (tượng trưng...
Module Pattern in Javascript
Module pattern in Javascript The Module Pattern is what we’d call a “design pattern” in Javascript. It keeps our source code simple and easy to...