Skip to main content

Posts

Featured

[Terms] Anti-Corruption Layer Pattern

Context and problem Most applications rely on other systems for some data or functionality. For example, when a legacy application is migrated to a modern system, it may still need existing legacy resources. New features must be able to call the legacy system. This is especially true of gradual migrations, where different features of a larger application are moved to a modern system over time. Often these legacy systems suffer from quality issues such as convoluted data schemas or obsolete APIs. The features and technologies used in legacy systems can vary widely from more modern systems. To interoperate with the legacy system, the new application may need to support outdated infrastructure, protocols, data models, APIs, or other features that you wouldn't otherwise put into a modern application. Maintaining access between new and legacy systems can force the new system to adhere to at least some of the legacy system's APIs or other semantics. When these legacy features

Latest Posts

[Agile] 유저스토리 (User Stories)를 써보자 (Gherkin Syntax)

[Gherkin] Gherkin 거킨이란?

[Splunk] 1. 스플렁크란?

[Terms] 그린필드 Greenfield Development

[GCP] 1. 클라우드 컴퓨팅 Cloud Computing?

[GCP] Google Cloud Developer's Cheat Sheet

[Kubernetes] 01. What is K8s (testing page)

[Docker] 02. Why Docker? - (testing)

[Docker] 01.Start - (testing)