Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

New go event sourcing library named incata

Event sourcing is capturing all changes of an application state as a sequence of events. Since we only store events we only have to add events to a store, in contrast to updates for keeping the applic...
28.03.2025 0 Read More

CQRS and Event Sourcing in a Simple Shop Example in C#

CQRS and Event Sourcing in a Simple Shop Example in C#
In the following article, I present CQRS and Event Sourcing, where we have two separate databases – a write database (Event Store) and a read database. The write database In the write database (Even...
29.03.2025 0 Read More

Mastering Event Sourcing in C#: A Step-by-Step Guide

Event sourcing is a powerful architectural pattern that allows software engineers to track every change in an application state as a series of events, creating a more auditable and scalable system. In...
31.03.2025 0 Read More
Loading...
#reading
Beyond the Buzzwords: The Relevance of DORA Metrics in Contemporary Cloud Hosting for Developers
0
What's in a List
0
Code Craft #7 - Working with Text and Formatting Elements in HTML
0
Otimizando Programação Assíncrona com Fluxos no Kotlin: Introdução ao `Flow`
0
Login to D365 from Devops pipeline step by step
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0