Skip to main content

Introducing Local Emulators

· One min read
Jason Morais
Sharethrift core team

When working on Sharethrift, we discovered the need to have local and emulated versions of some of our needed external services, such as mongodb and authorization, and payment.

Welcome to Sharethrift

· One min read
Patrick Gidich
Sharethrift maintainer

Sharethrift documentation features are designed to help developers understand and implement Domain-Driven Design patterns with Azure Functions and modern web technologies.

Here are a few tips to get you started with Sharethrift development.

Bounded Contexts

· One min read
Patrick Gidich
Sharethrift maintainer

Sharethrift implements Domain-Driven Design through well-defined bounded contexts that separate different business concerns. Each context maintains its own domain models, business logic, and data persistence strategies.

tip

Bounded contexts help prevent model confusion and enable teams to work independently on different business domains without conflicts.