fix: Fixed pages showing up in wrong language (#1752)
* Fix languages * Missed change for version number * Add language field for presentation * Revert change in README for double buffer Co-authored-by: Jackie Nim <=>
This commit is contained in:
parent
1b880c1818
commit
f597fc1b07
@ -4,6 +4,7 @@ title: Abstract Document
|
|||||||
folder: abstract-document
|
folder: abstract-document
|
||||||
permalink: /patterns/abstract-document/
|
permalink: /patterns/abstract-document/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Abstract Factory
|
|||||||
folder: abstract-factory
|
folder: abstract-factory
|
||||||
permalink: /patterns/abstract-factory/
|
permalink: /patterns/abstract-factory/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Active Object
|
|||||||
folder: active-object
|
folder: active-object
|
||||||
permalink: /patterns/active-object/
|
permalink: /patterns/active-object/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Acyclic Visitor
|
|||||||
folder: acyclic-visitor
|
folder: acyclic-visitor
|
||||||
permalink: /patterns/acyclic-visitor/
|
permalink: /patterns/acyclic-visitor/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Adapter
|
|||||||
folder: adapter
|
folder: adapter
|
||||||
permalink: /patterns/adapter/
|
permalink: /patterns/adapter/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Aggregator Microservices
|
|||||||
folder: aggregator-microservices
|
folder: aggregator-microservices
|
||||||
permalink: /patterns/aggregator-microservices/
|
permalink: /patterns/aggregator-microservices/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
- Decoupling
|
- Decoupling
|
||||||
|
@ -4,6 +4,7 @@ title: Ambassador
|
|||||||
folder: ambassador
|
folder: ambassador
|
||||||
permalink: /patterns/ambassador/
|
permalink: /patterns/ambassador/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
|
@ -4,6 +4,7 @@ title: API Gateway
|
|||||||
folder: api-gateway
|
folder: api-gateway
|
||||||
permalink: /patterns/api-gateway/
|
permalink: /patterns/api-gateway/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
- Decoupling
|
- Decoupling
|
||||||
|
@ -4,6 +4,7 @@ title: Arrange/Act/Assert
|
|||||||
folder: arrange-act-assert
|
folder: arrange-act-assert
|
||||||
permalink: /patterns/arrange-act-assert/
|
permalink: /patterns/arrange-act-assert/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Testing
|
- Testing
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Async Method Invocation
|
|||||||
folder: async-method-invocation
|
folder: async-method-invocation
|
||||||
permalink: /patterns/async-method-invocation/
|
permalink: /patterns/async-method-invocation/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Balking
|
|||||||
folder: balking
|
folder: balking
|
||||||
permalink: /patterns/balking/
|
permalink: /patterns/balking/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Bridge
|
|||||||
folder: bridge
|
folder: bridge
|
||||||
permalink: /patterns/bridge/
|
permalink: /patterns/bridge/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Builder
|
|||||||
folder: builder
|
folder: builder
|
||||||
permalink: /patterns/builder/
|
permalink: /patterns/builder/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Business Delegate
|
|||||||
folder: business-delegate
|
folder: business-delegate
|
||||||
permalink: /patterns/business-delegate/
|
permalink: /patterns/business-delegate/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Bytecode
|
|||||||
folder: bytecode
|
folder: bytecode
|
||||||
permalink: /patterns/bytecode/
|
permalink: /patterns/bytecode/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Caching
|
|||||||
folder: caching
|
folder: caching
|
||||||
permalink: /patterns/caching/
|
permalink: /patterns/caching/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
|
@ -4,6 +4,7 @@ title: Callback
|
|||||||
folder: callback
|
folder: callback
|
||||||
permalink: /patterns/callback/
|
permalink: /patterns/callback/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Chain of responsibility
|
|||||||
folder: chain
|
folder: chain
|
||||||
permalink: /patterns/chain/
|
permalink: /patterns/chain/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Circuit Breaker
|
|||||||
folder: circuit-breaker
|
folder: circuit-breaker
|
||||||
permalink: /patterns/circuit-breaker/
|
permalink: /patterns/circuit-breaker/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
- Decoupling
|
- Decoupling
|
||||||
|
@ -4,6 +4,7 @@ title: Static Content Hosting
|
|||||||
folder: cloud-static-content-hosting
|
folder: cloud-static-content-hosting
|
||||||
permalink: /patterns/cloud-static-content-hosting/
|
permalink: /patterns/cloud-static-content-hosting/
|
||||||
categories: Cloud
|
categories: Cloud
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Collection Pipeline
|
|||||||
folder: collection-pipeline
|
folder: collection-pipeline
|
||||||
permalink: /patterns/collection-pipeline/
|
permalink: /patterns/collection-pipeline/
|
||||||
categories: Functional
|
categories: Functional
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Combinator
|
|||||||
folder: combinator
|
folder: combinator
|
||||||
permalink: /patterns/combinator/
|
permalink: /patterns/combinator/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Command
|
|||||||
folder: command
|
folder: command
|
||||||
permalink: /patterns/command/
|
permalink: /patterns/command/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Commander
|
|||||||
folder: commander
|
folder: commander
|
||||||
permalink: /patterns/commander/
|
permalink: /patterns/commander/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Composite Entity
|
|||||||
folder: composite-entity
|
folder: composite-entity
|
||||||
permalink: /patterns/composite-entity/
|
permalink: /patterns/composite-entity/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Composite
|
|||||||
folder: composite
|
folder: composite
|
||||||
permalink: /patterns/composite/
|
permalink: /patterns/composite/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Converter
|
|||||||
folder: converter
|
folder: converter
|
||||||
permalink: /patterns/converter/
|
permalink: /patterns/converter/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: CQRS
|
|||||||
folder: cqrs
|
folder: cqrs
|
||||||
permalink: /patterns/cqrs/
|
permalink: /patterns/cqrs/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
|
@ -4,6 +4,7 @@ title: Data Access Object
|
|||||||
folder: dao
|
folder: dao
|
||||||
permalink: /patterns/dao/
|
permalink: /patterns/dao/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Data access
|
- Data access
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,7 @@ folder: data-bus
|
|||||||
permalink: /patterns/data-bus/
|
permalink: /patterns/data-bus/
|
||||||
|
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Data Locality
|
|||||||
folder: data-locality
|
folder: data-locality
|
||||||
permalink: /patterns/data-locality/
|
permalink: /patterns/data-locality/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
- Performance
|
- Performance
|
||||||
|
@ -4,6 +4,7 @@ title: Data Mapper
|
|||||||
folder: data-mapper
|
folder: data-mapper
|
||||||
permalink: /patterns/data-mapper/
|
permalink: /patterns/data-mapper/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Data Transfer Object
|
|||||||
folder: data-transfer-object
|
folder: data-transfer-object
|
||||||
permalink: /patterns/data-transfer-object/
|
permalink: /patterns/data-transfer-object/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Decorator
|
|||||||
folder: decorator
|
folder: decorator
|
||||||
permalink: /patterns/decorator/
|
permalink: /patterns/decorator/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Extensibility
|
- Extensibility
|
||||||
|
@ -4,6 +4,7 @@ title: Delegation
|
|||||||
folder: delegation
|
folder: delegation
|
||||||
permalink: /patterns/delegation/
|
permalink: /patterns/delegation/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Dependency Injection
|
|||||||
folder: dependency-injection
|
folder: dependency-injection
|
||||||
permalink: /patterns/dependency-injection/
|
permalink: /patterns/dependency-injection/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Dirty Flag
|
|||||||
folder: dirty-flag
|
folder: dirty-flag
|
||||||
permalink: /patterns/dirty-flag/
|
permalink: /patterns/dirty-flag/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
- Performance
|
- Performance
|
||||||
|
@ -4,6 +4,7 @@ title: Double Buffer
|
|||||||
folder: double-buffer
|
folder: double-buffer
|
||||||
permalink: /patterns/double-buffer/
|
permalink: /patterns/double-buffer/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
- Game programming
|
- Game programming
|
||||||
|
@ -4,6 +4,7 @@ title: Double Checked Locking
|
|||||||
folder: double-checked-locking
|
folder: double-checked-locking
|
||||||
permalink: /patterns/double-checked-locking/
|
permalink: /patterns/double-checked-locking/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Double Dispatch
|
|||||||
folder: double-dispatch
|
folder: double-dispatch
|
||||||
permalink: /patterns/double-dispatch/
|
permalink: /patterns/double-dispatch/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: EIP Aggregator
|
|||||||
folder: eip-aggregator
|
folder: eip-aggregator
|
||||||
permalink: /patterns/eip-aggregator/
|
permalink: /patterns/eip-aggregator/
|
||||||
categories: Integration
|
categories: Integration
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: EIP Message Channel
|
|||||||
folder: eip-message-channel
|
folder: eip-message-channel
|
||||||
permalink: /patterns/eip-message-channel/
|
permalink: /patterns/eip-message-channel/
|
||||||
categories: Integration
|
categories: Integration
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: EIP Publish Subscribe
|
|||||||
folder: eip-publish-subscribe
|
folder: eip-publish-subscribe
|
||||||
permalink: /patterns/eip-publish-subscribe/
|
permalink: /patterns/eip-publish-subscribe/
|
||||||
categories: Integration
|
categories: Integration
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: EIP Splitter
|
|||||||
folder: eip-splitter
|
folder: eip-splitter
|
||||||
permalink: /patterns/eip-splitter/
|
permalink: /patterns/eip-splitter/
|
||||||
categories: Integration
|
categories: Integration
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: EIP Wire Tap
|
|||||||
folder: eip-wire-tap
|
folder: eip-wire-tap
|
||||||
permalink: /patterns/eip-wire-tap/
|
permalink: /patterns/eip-wire-tap/
|
||||||
categories: Integration
|
categories: Integration
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Enterprise Integration Pattern
|
- Enterprise Integration Pattern
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Event Aggregator
|
|||||||
folder: event-aggregator
|
folder: event-aggregator
|
||||||
permalink: /patterns/event-aggregator/
|
permalink: /patterns/event-aggregator/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Event-based Asynchronous
|
|||||||
folder: event-asynchronous
|
folder: event-asynchronous
|
||||||
permalink: /patterns/event-asynchronous/
|
permalink: /patterns/event-asynchronous/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Event Driven Architecture
|
|||||||
folder: event-driven-architecture
|
folder: event-driven-architecture
|
||||||
permalink: /patterns/event-driven-architecture/
|
permalink: /patterns/event-driven-architecture/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Event Queue
|
|||||||
folder: event-queue
|
folder: event-queue
|
||||||
permalink: /patterns/event-queue/
|
permalink: /patterns/event-queue/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Event Sourcing
|
|||||||
folder: event-sourcing
|
folder: event-sourcing
|
||||||
permalink: /patterns/event-sourcing/
|
permalink: /patterns/event-sourcing/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
|
@ -4,6 +4,7 @@ title: Execute Around
|
|||||||
folder: execute-around
|
folder: execute-around
|
||||||
permalink: /patterns/execute-around/
|
permalink: /patterns/execute-around/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Extension objects
|
|||||||
folder: extension-objects
|
folder: extension-objects
|
||||||
permalink: /patterns/extension-objects/
|
permalink: /patterns/extension-objects/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Facade
|
|||||||
folder: facade
|
folder: facade
|
||||||
permalink: /patterns/facade/
|
permalink: /patterns/facade/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Decoupling
|
- Decoupling
|
||||||
|
@ -4,6 +4,7 @@ title: Factory Kit
|
|||||||
folder: factory-kit
|
folder: factory-kit
|
||||||
permalink: /patterns/factory-kit/
|
permalink: /patterns/factory-kit/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Factory Method
|
|||||||
folder: factory-method
|
folder: factory-method
|
||||||
permalink: /patterns/factory-method/
|
permalink: /patterns/factory-method/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
|
@ -4,6 +4,7 @@ title: Factory
|
|||||||
folder: factory
|
folder: factory
|
||||||
permalink: /patterns/factory/
|
permalink: /patterns/factory/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Feature Toggle
|
|||||||
folder: feature-toggle
|
folder: feature-toggle
|
||||||
permalink: /patterns/feature-toggle/
|
permalink: /patterns/feature-toggle/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Filterer
|
|||||||
folder: filterer
|
folder: filterer
|
||||||
permalink: /patterns/filterer/
|
permalink: /patterns/filterer/
|
||||||
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
|
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
|
||||||
|
language: en
|
||||||
categories:
|
categories:
|
||||||
- Functional
|
- Functional
|
||||||
tags:
|
tags:
|
||||||
|
@ -4,6 +4,7 @@ title: Fluent Interface
|
|||||||
folder: fluentinterface
|
folder: fluentinterface
|
||||||
permalink: /patterns/fluentinterface/
|
permalink: /patterns/fluentinterface/
|
||||||
categories: Functional
|
categories: Functional
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Flux
|
|||||||
folder: flux
|
folder: flux
|
||||||
permalink: /patterns/flux/
|
permalink: /patterns/flux/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Flyweight
|
|||||||
folder: flyweight
|
folder: flyweight
|
||||||
permalink: /patterns/flyweight/
|
permalink: /patterns/flyweight/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Performance
|
- Performance
|
||||||
|
@ -4,6 +4,7 @@ title: Front Controller
|
|||||||
folder: front-controller
|
folder: front-controller
|
||||||
permalink: /patterns/front-controller/
|
permalink: /patterns/front-controller/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Game Loop
|
|||||||
folder: game-loop
|
folder: game-loop
|
||||||
permalink: /patterns/game-loop/
|
permalink: /patterns/game-loop/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Guarded Suspension
|
|||||||
folder: guarded-suspension
|
folder: guarded-suspension
|
||||||
permalink: /patterns/guarded-suspension/
|
permalink: /patterns/guarded-suspension/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Half-Sync/Half-Async
|
|||||||
folder: half-sync-half-async
|
folder: half-sync-half-async
|
||||||
permalink: /patterns/half-sync-half-async/
|
permalink: /patterns/half-sync-half-async/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,7 @@ folder: hexagonal
|
|||||||
permalink: /patterns/hexagonal/
|
permalink: /patterns/hexagonal/
|
||||||
pumlformat: svg
|
pumlformat: svg
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Intercepting Filter
|
|||||||
folder: intercepting-filter
|
folder: intercepting-filter
|
||||||
permalink: /patterns/intercepting-filter/
|
permalink: /patterns/intercepting-filter/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Interpreter
|
|||||||
folder: interpreter
|
folder: interpreter
|
||||||
permalink: /patterns/interpreter/
|
permalink: /patterns/interpreter/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Iterator
|
|||||||
folder: iterator
|
folder: iterator
|
||||||
permalink: /patterns/iterator/
|
permalink: /patterns/iterator/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Adapter
|
title: Adapter
|
||||||
folder: adapter
|
folder: adapter
|
||||||
permalink: "/patterns/adapter/"
|
permalink: /patterns/adapter/ko
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Factory
|
title: Factory
|
||||||
folder: factory
|
folder: factory
|
||||||
permalink: "/patterns/factory/"
|
permalink: /patterns/factory/ko
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Observer
|
title: Observer
|
||||||
folder: observer
|
folder: observer
|
||||||
permalink: "/patterns/observer/"
|
permalink: /patterns/observer/ko
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Reactive
|
- Reactive
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Prototype
|
title: Prototype
|
||||||
folder: prototype
|
folder: prototype
|
||||||
permalink: "/patterns/prototype/"
|
permalink: /patterns/prototype/ko
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Instantiation
|
- Instantiation
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Singleton
|
title: Singleton
|
||||||
folder: singleton
|
folder: singleton
|
||||||
permalink: "/patterns/singleton/"
|
permalink: /patterns/singleton/ko
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
layout: pattern
|
layout: pattern
|
||||||
title: Strategy
|
title: Strategy
|
||||||
folder: strategy
|
folder: strategy
|
||||||
permalink: /patterns/strategy/
|
permalink: /patterns/strategy/ko
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: ko
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,7 @@ folder: layers
|
|||||||
permalink: /patterns/layers/
|
permalink: /patterns/layers/
|
||||||
pumlformat: svg
|
pumlformat: svg
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Lazy Loading
|
|||||||
folder: lazy-loading
|
folder: lazy-loading
|
||||||
permalink: /patterns/lazy-loading/
|
permalink: /patterns/lazy-loading/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Leader Election
|
|||||||
folder: leader-election
|
folder: leader-election
|
||||||
permalink: /patterns/leader-election/
|
permalink: /patterns/leader-election/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Cloud distributed
|
- Cloud distributed
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Leader/Followers
|
|||||||
folder: leader-followers
|
folder: leader-followers
|
||||||
permalink: /patterns/leader-followers/
|
permalink: /patterns/leader-followers/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Marker Interface
|
|||||||
folder: marker
|
folder: marker
|
||||||
permalink: /patterns/marker/
|
permalink: /patterns/marker/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Master-Worker
|
|||||||
folder: master-worker-pattern
|
folder: master-worker-pattern
|
||||||
permalink: /patterns/master-worker-pattern/
|
permalink: /patterns/master-worker-pattern/
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Mediator
|
|||||||
folder: mediator
|
folder: mediator
|
||||||
permalink: /patterns/mediator/
|
permalink: /patterns/mediator/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Decoupling
|
- Decoupling
|
||||||
|
@ -4,6 +4,7 @@ title: Memento
|
|||||||
folder: memento
|
folder: memento
|
||||||
permalink: /patterns/memento/
|
permalink: /patterns/memento/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang of Four
|
- Gang of Four
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Model-View-Controller
|
|||||||
folder: model-view-controller
|
folder: model-view-controller
|
||||||
permalink: /patterns/model-view-controller/
|
permalink: /patterns/model-view-controller/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Model-View-Presenter
|
|||||||
folder: model-view-presenter
|
folder: model-view-presenter
|
||||||
permalink: /patterns/model-view-presenter/
|
permalink: /patterns/model-view-presenter/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Model-View-ViewModel
|
|||||||
folder: model-view-viewmodel
|
folder: model-view-viewmodel
|
||||||
permalink: /patterns/model-view-viewmodel/
|
permalink: /patterns/model-view-viewmodel/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Module
|
|||||||
folder: module
|
folder: module
|
||||||
permalink: /patterns/module/
|
permalink: /patterns/module/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Monad
|
|||||||
folder: monad
|
folder: monad
|
||||||
permalink: /patterns/monad/
|
permalink: /patterns/monad/
|
||||||
categories: Functional
|
categories: Functional
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Reactive
|
- Reactive
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: MonoState
|
|||||||
folder: monostate
|
folder: monostate
|
||||||
permalink: /patterns/monostate/
|
permalink: /patterns/monostate/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Instantiation
|
- Instantiation
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Multiton
|
|||||||
folder: multiton
|
folder: multiton
|
||||||
permalink: /patterns/multiton/
|
permalink: /patterns/multiton/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Instantiation
|
- Instantiation
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Mute Idiom
|
|||||||
folder: mute-idiom
|
folder: mute-idiom
|
||||||
permalink: /patterns/mute-idiom/
|
permalink: /patterns/mute-idiom/
|
||||||
categories: Idiom
|
categories: Idiom
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Naked Objects
|
|||||||
folder: naked-objects
|
folder: naked-objects
|
||||||
permalink: /patterns/naked-objects/
|
permalink: /patterns/naked-objects/
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Null Object
|
|||||||
folder: null-object
|
folder: null-object
|
||||||
permalink: /patterns/null-object/
|
permalink: /patterns/null-object/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Object Mother
|
|||||||
folder: object-mother
|
folder: object-mother
|
||||||
permalink: /patterns/object-mother/
|
permalink: /patterns/object-mother/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Instantiation
|
- Instantiation
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Object Pool
|
|||||||
folder: object-pool
|
folder: object-pool
|
||||||
permalink: /patterns/object-pool/
|
permalink: /patterns/object-pool/
|
||||||
categories: Creational
|
categories: Creational
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Game programming
|
- Game programming
|
||||||
- Performance
|
- Performance
|
||||||
|
@ -4,6 +4,7 @@ title: Observer
|
|||||||
folder: observer
|
folder: observer
|
||||||
permalink: /patterns/observer/
|
permalink: /patterns/observer/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Gang Of Four
|
- Gang Of Four
|
||||||
- Reactive
|
- Reactive
|
||||||
|
@ -4,6 +4,7 @@ title: Page Object
|
|||||||
folder: page-object
|
folder: page-object
|
||||||
permalink: /patterns/page-object/
|
permalink: /patterns/page-object/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Parameter Object
|
|||||||
folder: parameter-object
|
folder: parameter-object
|
||||||
permalink: /patterns/parameter-object/
|
permalink: /patterns/parameter-object/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Partial Response
|
|||||||
folder: partial-response
|
folder: partial-response
|
||||||
permalink: /patterns/partial-response/
|
permalink: /patterns/partial-response/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,7 @@ title: Pipeline
|
|||||||
folder: pipeline
|
folder: pipeline
|
||||||
permalink: /patterns/pipeline/
|
permalink: /patterns/pipeline/
|
||||||
categories: Behavioral
|
categories: Behavioral
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user