Skip to main content
Back to Tags

Strangler Fig

17 items tagged with "strangler-fig"

Filter by type:

Blueprints14

Blueprint

Modular Monolith to Microservices Blueprint

Decompose a modular monolith into independently deployable microservices using the strangler fig pattern and database-per-service.

Blueprint

REST API to GraphQL Federation Blueprint

Migrate a sprawling set of REST endpoints to a federated GraphQL graph so clients fetch exactly what they need from one typed endpoint.

Blueprint

Monolithic API to API Gateway Blueprint

Front a monolithic API with an API gateway to centralize auth, rate limiting, routing, and observability before decomposing services.

Blueprint

Enterprise Service Bus to Modern Integration Blueprint

Replace a heavyweight enterprise service bus with lightweight integration: API gateway, event streaming, and decentralized integration services.

Blueprint

AngularJS to Angular Blueprint

Migrate a legacy AngularJS (1.x) application to modern Angular using a hybrid ngUpgrade bridge, component-by-component.

Blueprint

jQuery to Vue Blueprint

Replace imperative jQuery DOM manipulation with a declarative Vue 3 component architecture, island by island.

Blueprint

Separate iOS and Android to React Native Blueprint

Consolidate separate native iOS (Swift) and Android (Kotlin) apps into one React Native codebase with native modules where needed.

Blueprint

Separate iOS and Android to Flutter Blueprint

Merge separate native iOS and Android apps into a single Flutter codebase using add-to-app and platform channels.

Blueprint

COBOL Mainframe to Java on Cloud Blueprint

Modernize COBOL/CICS mainframe applications to Java microservices on the cloud using domain decomposition and the strangler-fig pattern.

Blueprint

Oracle Forms to Web Application Blueprint

Modernize Oracle Forms and Reports applications into a modern web app with a REST API over the existing Oracle Database.

Blueprint

Visual Basic / WinForms to Web Application Blueprint

Modernize legacy VB6 or .NET WinForms desktop apps into a browser-based web application with a modern API backend.

Blueprint

AngularJS to React Blueprint

Migrate a legacy AngularJS (1.x) application to React, replacing it route-by-route behind a routing proxy or shell.

Blueprint

jQuery to React SPA Blueprint

Replace a jQuery-driven multi-page or hybrid frontend with a structured React single-page application.

Blueprint

ASP.NET Web Forms to Blazor Blueprint

Modernize a legacy ASP.NET Web Forms application to Blazor on .NET, replacing postback pages with components and an API.