Latest updates for Domain-Driven Design

Fresh curated links around Domain-Driven Design are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • Introduction to Tactical DDD With Java: Steps to Build Semantic Code
  • DDD в Go без красивых схем: как один платеж получил три курса валют
  • Clean Code: Package Architecture, Dependency Flow, and Scalability, Part 4

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

dzone.com /1 week ago

Introduction to Tactical DDD With Java: Steps to Build Semantic Code

Modern software systems rarely fail due to poor coding skills. Most failures occur when teams lose sight of the business problem they are addressing. As systems evolve, requirement...

Read source
habr.com /1 month ago

DDD в Go без красивых схем: как один платеж получил три курса валют

В какой-то момент у нас один платеж начал жить с тремя курсами валют: checkout показывал сумму из Redis, payment-service ходил в API, а ledger писал проводку по снапшоту из Postgre...

Read source
dzone.com /1 month ago

Clean Code: Package Architecture, Dependency Flow, and Scalability, Part 4

Why Import Cycles Hurt I've spent countless hours helping teams untangle circular dependencies in their Go projects. "Can't load package: import cycle not allowed" — if you've seen...

Read source
dev.to /1 month ago

рџ§… Onion Architecture Explained Quickly

Modern software systems often become hard to maintain as they grow. Business logic gets mixed with UI, databases, and external services, making changes risky and expensive. This is...

Read source
dzone.com /4 days ago

Rethinking Java CRUDs With Event Sourcing and CQRS Patterns

Traditional CRUD systems store only the current state of an entity. When a record is updated, the previous value is overwritten and lost forever. Event Sourcing inverts this model:...

Read source
dzone.com /1 month ago

Clean Code: Structs, Methods, and Composition Over Inheritance, Part 2

Introduction: Why OOP in Go Isn't What You Think I've seen hundreds of developers try to write Go like Java, creating inheritance hierarchies that don't exist and fighting the lang...

Read source
habr.com /1 week ago

Feature Based Clean Architecture. Часть 4: FBCA: формализация границ ответственности в NestJS-модуле

После трёх частей разбора деградации остаётся один вопрос: как написать NestJS-проект так, чтобы god-сервис и циклические зависимости были невозможны. «Писать аккуратнее», «лучше р...

Read source
railsdesigner.com /1 month ago

Form Objects vs Service Objects in Rails

Originally appeared on Rails Designer Blog.When building a SaaS with Rails, I often have more complex logic that spans multiple models and actions. Over time, I’ve settled on two d...

Read source
dev.to /1 month ago

Python CQRS: Building distributed systems without the pain (Sagas, Outbox, Event-Driven)

Building distributed systems in Python? Here is how python-cqrs tackles consistency with orchestrated sagas, the mediator pattern, and a transactional outbox—without preaching theo...

Read source
rubyflow.com /1 month ago

Messages Before Objects

Shift the focus from classes to conversations: sequence diagrams, stable interfaces, the Law of Demeter, and practical decoupling techniques in Ruby.

Read source
habr.com /1 week ago

Feature Based Clean Architecture. Часть 2: Декомпозиция на сервисы: анализ ограниченности подхода

Стандартный ответ на god-сервис — декомпозиция: разнести логику по нескольким сервисам с чёткими зонами ответственности, оставить тонкий оркестратор. После рефакторинга код действи...

Read source
habr.com /1 week ago

Feature Based Clean Architecture. Часть 2: Декомпозиция на сервисы: анализ ограниченности подхода

Стандартный ответ на god-сервис — декомпозиция: разнести логику по нескольким сервисам с чёткими зонами ответственности, оставить тонкий оркестратор. После рефакторинга код действи...

Read source
lakedrops.com /1 week ago

LakeDrops Drupal Consulting, Development and Hosting: The Architecture That Changed the Game: Modeler API

The Architecture That Changed the Game: Modeler API...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Domain-Driven Design

feeds.dzone.com

Recent coverage from public sources
Public source

rubyland.news

Recent coverage from public sources
Public source

dev.to

Recent coverage from public sources
Public source

habr.com

Recent coverage from public sources
Public source

rubyflow.com

Recent coverage from public sources
Public source

drupal.org

Recent coverage from public sources
Public source