5 articles tagged #patterns.
Pattern separating read and write operations into distinct models, optimizing each independently for performance and scalability.
Pattern where application state is derived from an immutable sequence of events, providing complete audit trail and the ability to reconstruct state at any point in time.
Architectural pattern isolating business logic from the outside world through ports and adapters, facilitating testing and technology changes.
Patterns and libraries for managing frontend application state predictably, from local component state to shared global state.
Design strategies and patterns for AI agents to select, invoke, and combine external tools effectively to complete complex tasks.