Logo
Login
Tech Posts 31249
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.

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

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)
Introdução O Command Query Responsibility Segregation (CQRS) é um padrão de design que separa operações de leitura (consultas) e escrita (comandos) em pipelines distintos. Ao isolar ess...
31.03.2025 0 Read More

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)
Introduction Command Query Responsibility Segregation (CQRS) is a design pattern that decouples read operations (queries) from write operations (commands) into distinct pipelines. By isolatin...
01.04.2025 0 Read More

LiteBus: A Free and Ambitious Alternative to MediatR for .NET Applications

With MediatR recently announcing its transition to a commercial model, many .NET developers are evaluating alternatives for implementing the mediator pattern in their applications. If you're in this p...
19.04.2025 0 Read More
Loading...
#reading
Exploring ReactFlow Alternatives: Why JsPlumb is a Game-Changer for React Developers
0
How Can You Modernize Applications Without Disrupting Daily Operations?
0
Designing Scalable RESTful APIs for Dairy Farm Intelligence: FarmersMilk API Architecture
0
Understanding Babel: The JavaScript Compiler
0
5 Mobile App Test Tools Every Developer Should Know
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0