Skip to content

Commit 4686cba

Browse files
committed
fix(blog): publish Strangler Fig pattern article (remove draft flag)
1 parent 8cacfca commit 4686cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/strangler-fig-pattern-api-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Instead of risky big-bang rewrites, the Strangler Fig pattern lets
44
publishDate: 2026-03-16
55
author: "Nicolas Dreno"
66
tags: ["barbacane", "api-gateway", "strangler-fig", "migration", "microservices", "openapi", "architecture"]
7-
draft: true
7+
draft: false
88
---
99

1010
*The Strangler Fig pattern, popularized by Martin Fowler, offers a pragmatic approach to modernizing legacy systems: instead of risky "big bang" rewrites, you incrementally replace functionality by routing traffic through a facade that gradually shifts requests from old to new systems.*

0 commit comments

Comments
 (0)