#event-sourcing
Read more stories on Hashnode
Articles with this tag
I am Tomohisa Takaoka, CTO of the J-Tech Japan, We are currently developing Sekiban, an Event Sourcing/CQRS framework, at the company. It is an...
"JsonDerivedType" is an attribute in C# that can be attached to a parent interface to define which types implement that interface, allowing the state...
.NET, the framework on which C# runs, supports multiple languages, one of which is F#, a functional programming language. We developed Sekiban, an...
Recently, I have been creating ResultBoxes to practice Railway Oriented Programming, which involves using the Result pattern for error handling and...