-
Repositoriy and unit of work pattern in python
Repositoriy and unit of work pattern in python
by Bob
In the
previous part of
this series we built a toy system that could add a new Issue to an IssueLog, but had no
real behaviour of its own, and wo...
-
A developer's cookbook
A developer's cookbook
Fri Jul 15 2022
Remember the cookbooks from the past? The ones made of paper, not store bought ones, but
written by real people on used, old notebooks by the person who cooked t...
-
Introducing the command handler
Introducing the command handler
The term DDD comes from the book by Eric Evans:
"
Domain-Driven Design: Tackling Complexity in the Heart of Software
". In his book he describes a set of practices that...
-
Commands and queries handlers and views
Commands and queries handlers and views
by Bob
In the first and second parts of this series I introduced the
Command-Handler and
Unit of Work and Repository
patterns. I was intending to write about M...
-
Improve your code reviews
Improve your code reviews
The other day I watched a very interesting
video about code reviews. In the video,
the author explains how they did some experiments changing the order of files shown to
rev...
-
Monitoring with Riemann and rsyslog part 2
Monitoring with Riemann and rsyslog part 2
by Bob
Mon May 29 2017
It's been a little longer than I expected, but I'm finally back and working on Rsyslog.
Last time, we looked at
how impstats could be...