Skip to main content
Patrick Gidich
CellixJs maintainer
View all authors

Welcome to CellixJs

· One min read
Patrick Gidich
CellixJs maintainer

CellixJs 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 CellixJs development.

Bounded Contexts

· One min read
Patrick Gidich
CellixJs maintainer

CellixJs 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.