← Back to topics

Topic

TypeScript

2 posts related to TypeScript.

Scalable Backends with Repository Pattern

Using the repository pattern to isolate data access, improve testability and keep business logic independent from persistence details.

Repository PatternNode.jsTypeScriptBackend ArchitectureClean Architecture

Build an Aggregate Search Using Strategy Pattern

Applying the strategy pattern to combine multiple search providers behind a clean and extensible interface.

Strategy PatternSearchTypeScriptDesign Patterns