jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#patterns

5 articles tagged #patterns.

  • CQRS

    Pattern separating read and write operations into distinct models, optimizing each independently for performance and scalability.

    seed#cqrs#architecture#patterns#event-sourcing#read-write#scaling
  • Event Sourcing

    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.

    seed#event-sourcing#events#audit#immutable#patterns#architecture
  • Hexagonal Architecture

    Architectural pattern isolating business logic from the outside world through ports and adapters, facilitating testing and technology changes.

    seed#hexagonal#ports-adapters#clean-architecture#architecture#patterns#testing
  • State Management

    Patterns and libraries for managing frontend application state predictably, from local component state to shared global state.

    seed#state-management#redux#zustand#react#frontend#patterns
  • Tool Use Patterns

    Design strategies and patterns for AI agents to select, invoke, and combine external tools effectively to complete complex tasks.

    evergreen#tool-use#ai-agents#patterns#mcp#function-calling#orchestration
All tags