---
title: "What Event Sourcing Changed in My Head"
url: https://daily.dev/posts/what-event-sourcing-changed-in-my-head-6oew5wb1a
source_url: https://sylverstudios.dev/blog/2026/05/12/event-sourcing-elixir-conf
type: article
source: "ElixirStatus"
published: 2026-05-12T11:59:23.040Z
updated: 2026-05-12T11:59:43.417Z
tags: ["architecture", "elixir", "domain-driven-design"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What Event Sourcing Changed in My Head

**[ElixirStatus](https://daily.dev/sources/elixirstatus)** · 3 min read · 0 upvotes · 0 comments

## Summary

A reflection on how practicing Event Sourcing changed the author's mental model for problem-solving. Rather than jumping straight to data modeling (CRUD thinking), ES forces deeper interrogation of user actions and outcomes before deciding on a technical approach. The key insight is that the value lies in the process of evaluating whether to use CRUD or events, not in which pattern wins — leading to better understanding of user problems and richer vocabulary for discussing them. The author's ElixirConf 2025 talk on the subject is now available on YouTube.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://sylverstudios.dev/blog/2026/05/12/event-sourcing-elixir-conf>

## Similar posts on daily.dev

- [So Your Event Sourcing Champion Just Left the Company... Now What?](https://daily.dev/posts/so-your-event-sourcing-champion-just-left-the-company-now-what--deoea5i5a) · Event Store · 0 upvotes · 0 comments
- [Developers' tips for Event Sourcing & EDA](https://daily.dev/posts/developers-tips-for-event-sourcing-eda-9ezyc9slp) · Event Store · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#elixir](https://daily.dev/tags/elixir), [#domain-driven-design](https://daily.dev/tags/domain-driven-design)

[View this post on daily.dev](https://daily.dev/posts/what-event-sourcing-changed-in-my-head-6oew5wb1a)
