💻
Software Engineering Notes
  • Introduction
  • Event-Sourcing
  • CQS and CQRS
  • Domain-Driven Design
    • Overview
    • Business Domain
    • Subdomain
    • Bounded Context
      • Interaction Between Contexts
    • Layers
      • Domain Layer
      • Application Layer
      • Infrastructure Layer
  • Database
    • In-Memory (Redis)
    • Search Engine (Elasticsearch)
    • Column-Oriented (Cassandra)
    • Document-Oriented (MongoDB)
  • Messaging
    • Brokers
      • Kafka
  • Race Condition
  • Concurrency vs Parallelism
  • API Architectural Styles
    • gRPC
  • Language & Framework Specific Notes
    • Go (Golang)
Powered by GitBook
On this page

Introduction

NextEvent-Sourcing

Last updated 1 year ago

This is a reference notebook for software engineers, hopefully we can make some concepts easier for you to understand.

If you want more of a deep-dive experience, you might want to use other resources since a lot of information are summarized or simplified here.

Your feedback is valuable to me. Please feel free to email me at with any comments or suggestions.

feedback@levelcode.org