CodeOpinion (Derek Comartin)

CodeOpinion (Derek Comartin)

Creator
0 followers

Messaging/EDA/DDD patterns, enterprise integration

Vertical Slice Architecture Doesn't Mean “Share Nothing”
VideoMar 6, 2026

Vertical Slice Architecture Doesn't Mean “Share Nothing”

Dererick Martin clarifies a common misconception about vertical‑slice architecture: it does not mandate absolute code isolation, but rather the selective sharing of appropriate concerns. He distinguishes between technical plumbing—error handling, logging, outbox/event‑bus utilities—and domain data, which each slice owns. The slice...

By CodeOpinion (Derek Comartin)
This Isn't Event Sourcing
VideoFeb 21, 2026

This Isn't Event Sourcing

The video clarifies that not every state change qualifies as an event; creating a shipment is merely CRUD, while actions like order dispatched, shipment loaded, arrived, or delivered are true events. It argues that event sourcing can become over‑engineering if...

By CodeOpinion (Derek Comartin)
Read Replicas Are NOT CQRS (Stop Confusing This)
VideoFeb 19, 2026

Read Replicas Are NOT CQRS (Stop Confusing This)

In the video, Derek Lamartin dismantles the blanket claim that the outbox pattern, CQRS, and event sourcing are inherently over‑engineered solutions. He argues that the real question is whether these patterns address a concrete business need, not whether they belong...

By CodeOpinion (Derek Comartin)