Skip to content

Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Follow @CodeOpinion

March 2013

Blame yourself!

Came across a great blog post titled “Stop Blaming the System!” by Jurgen Appelo.  This really relates to my Status Quo post.  Stop blaming the system or using excuses like “that’s the way it is”.  Processes and systems were put in place by people to solve a specific problem.  Companies, processes, practices, and requirements all evolve and change. When you recognize a constant pain point try and find a solution.  Just don’t let it go by as “that’s just the way it is”.  Take responsibility.

Agile and Beyond 2013

Jim Benson (@ourfounder), author of Personal Kanban, was the keynote speaker at this years Agile and Beyond conference.  Overall, I had a great time again this year and found the sessions I attended to be very insightful and reaffirmed some of my opinions. One little thought I wanted to share was from Jim Benson’s keynote: Velocity is the single most useless number invented by human beings. Effort points are estimates.  Guesswork.  The velocity metric is a calculation of that guesswork. We took something as inherently variable as an estimate and we gave it an integer value. I thought this was pretty… Read More »Agile and Beyond 2013

Service Bus for Windows Server

Move over MSMQ, Service Bus for Windows Server was recently released.  Apparently it has been for awhile now (Oct 2012 release).  I’m just late to the party I guess. Service Bus 1.0 was designed to allow for enterprise messaging capabilities in a Windows Server-based environment.  It enables you to build, test, and run loosely-coupled, message-driven applications in self-managed environments and on developer computers.  The two primary features are Service Bus Queues and Service Bus Topics and Subscriptions. Service Bus Queues offer reliable message storage and retrieval with a choice of protocols and APIs. Use Service Bus queue in your application to provide load leveling by having the… Read More »Service Bus for Windows Server