Piotr TobiaszforThe Chaotic Engineerchaoticengineer.hashnode.net·Feb 28, 2023FeaturedPractical Introduction to Domain-Driven DesignIt should not be innovative to say that writing software is not merely about writing code - it is about solving a particular problem. Even though it's developers who eventually implement the solution, it is not developers who define what is the probl...Sandeep Panda Test and 3 others are discussing this4 people are discussing thisDiscuss·52 likes·556 readsDDDInteresting read! 10
Timur GaleevforTimur Galeevgaleev.hashnode.net·Mar 29, 2023Domain-Driven Design (DDD) in AWS. Find Your Business Domains.This article is an introduction to Domain-Driven Design and how it can be used with AWS. I will provide guidance on how to define business domains in legacy monolithic applications and decompose them into a set of microservices step by step. By start...Discuss·11 likes·103 reads#Domain-Driven-Design
Francesc TravesaforCesc blognemampojma.hashnode.net·Mar 29, 2023User service with CQRS + ES example in Rust (Part 3)In this part we will have a break of ES and focus on modeling the domain and building the hexagonal architecture. If you want to do real DDD, there's no going around modeling the domain. It's a necessary task and one of my favorites. Remember there i...Discuss·10 likes·27 readsDevelop with me#CQRS
Charles FarrisforSleeping Bear Systemscharlesfarris71.hashnode.net·Apr 14, 2023ArtShowTools: Part 3In the previous post, I used event sourcing to handle commands and recreate the current state of the Artwork entity. In this post, I'll be adding validation to the value objects used to implement the command and event objects. The ArtworkId Value Obj...Discuss·1 likeArtShowToolsF#
Charles FarrisforSleeping Bear Systemscharlesfarris71.hashnode.net·Apr 3, 2023ArtShowTools: Part 2In my previous post (ArtShowTools: Part 1), I created the first draft of the domain model. In this post, I'll describe some of the prototyping I've been doing in F#. While I've worked with C# for nearly 20 years, I've only been working with F# for ab...DiscussArtShowToolsF#
Charles FarrisforSleeping Bear Systemscharlesfarris71.hashnode.net·Apr 1, 2023ArtShowTools: Part 1My motivation for writing an artwork management application is my wife. She is a successful artist and belongs to a local co-op gallery (Next Gallery). She has a large body of artwork and participates in several shows per year as well as doing commis...DiscussArtShowTools#Domain-Driven-Design
Francesc TravesaforCesc blognemampojma.hashnode.net·Mar 29, 2023User service with CQRS + ES example in Rust (Part 3)In this part we will have a break of ES and focus on modeling the domain and building the hexagonal architecture. If you want to do real DDD, there's no going around modeling the domain. It's a necessary task and one of my favorites. Remember there i...Discuss·10 likes·27 readsDevelop with me#CQRS
Timur GaleevforTimur Galeevgaleev.hashnode.net·Mar 29, 2023Domain-Driven Design (DDD) in AWS. Find Your Business Domains.This article is an introduction to Domain-Driven Design and how it can be used with AWS. I will provide guidance on how to define business domains in legacy monolithic applications and decompose them into a set of microservices step by step. By start...Discuss·11 likes·103 reads#Domain-Driven-Design
Piotr TobiaszforThe Chaotic Engineerchaoticengineer.hashnode.net·Feb 28, 2023FeaturedPractical Introduction to Domain-Driven DesignIt should not be innovative to say that writing software is not merely about writing code - it is about solving a particular problem. Even though it's developers who eventually implement the solution, it is not developers who define what is the probl...Sandeep Panda Test and 3 others are discussing this4 people are discussing thisDiscuss·52 likes·556 readsDDDInteresting read! 10
Daniel Edwardsfor.NET With Dandeadwards90.hashnode.net·Feb 7, 2023Domain Driven Design with C# - Part 1This will be a series of tutorials taking you through how to apply Domain Driven Design (DDD) in a practical manner using C#. By the end of the series, we will have a program of some sort that simulates a domain discussed further down. Before we get ...Discuss·1 like·229 readsDomain Driven Design with C#DDD
Tsvetan Dimitrovforpowerslider.hashnode.net·Jan 21, 2023Package Organization Approaches in GoInevitably, every Go developer asks the following question: How do I organize my code? There are many articles and approaches, and while some work well for some, they may not work well for others. Go has no official conventions and preferences on h...Discuss·280 readsgolang
Taha AhmadiforTaha's blogitaha.hashnode.net·Dec 2, 2022Microservices: Domain-Driven-Design (DDD)We will talk about DDD, what is it and it's trade-offs and when we should use it. In short, DDD provides some strategic and tactical patterns that help you to implement your domain logic in a way that easier to understand develop and maintain. What ...Discuss·1 like·54 readsMicroservicesMicroservices
Alex SchiesslforAlexRJS blogsalexrjs.hashnode.net·Nov 27, 2022Event Storming, Domain Story Telling, Concept Maps, Simple System Description and My IMHO...So another month past by so fast and the holiday season is approaching in big steps, and we, in Germany, specific Munich that is, have the 1st Advent weekend with the first round of Christkindel markets and Glühwein. ;-) Four more weeks and als those...Discuss·2 likes·30 readsEvent Storming