Dev Discussions Podcast
I've created a podcast called Dev Discussions in which I have casual conversations with other developers about topics related to development.
Some of our topics include Test-Driven Development, the Command Bus, Event Sourcing, and Functional Programming.
Check it out, I hope that you like it.
BDD / DDD Discussion
with concrete examples
I was invited by Adam Wathan to discuss BDD / DDD on his podcast Full Stack Radio. I think that he did a tremendous job producing the show and I enjoyed discussing how I perceive both BDD and DDD as well as having the opportunity to share concrete examples of optimizing for business value.
Listen here on Full Stack Radio
Posted in: bdddddpodcastbusiness value
The Repository Pattern
Basics and clarification
"Repository commonly refers to a storage location, often for safety or preservation." - Wikipedia
This is how Wikipedia describes a repository. It just so happens that unlike some other jargon that we deal with, this fits perfectly. A repository represents the concept of a storage collection for a specific type of entity.
Repository . . .
Command Bus
An overview of implementation, advantages, and challenges.
There has been a lot of talk about the concept of the command bus lately and I discovered that Laravel 5 is likely to ship with a command bus implementation. So, I want to take a moment and discuss this topic as I've been using it well over a year now in many projects both green and brown.
At the bottom of this post there are a number of . . .
Domain-Driven Design
How to get started
This article has most recently been modified August 16th, 2017 to add the following foreword.
Foreword: What is Domain-Driven Design?
Domain-Driven Design, or DDD, is an envelope that encapsulates software design theory and technique as well as theory and technique for communication. The focus of the DDD brand is to increase developers' . . .