Skip to main content
peanball.net
  1. Tags/

Software Architecture

2023


A Skeptic’s Guide to Software Architecture Decisions Reading List

<time datetime="2023-01-16 07:46:04 &#43;0100 &#43;0100">16 January 2023</time><span class="px-2 text-primary-500">&middot;</span><span>24 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>

Admittedly, I’m often too positive on assumptions and not sceptical enough. This is a good article to help fix that or change the approach.

2022


You Don’t Need Microservices. Reading List

<time datetime="2022-07-28 06:40:10 &#43;0200 &#43;0200">28 July 2022</time><span class="px-2 text-primary-500">&middot;</span><span>48 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>

Most companies and projects are by far not big enough to benefit from microservices, and not good enough to deal with the implications and repercussions. There’s a reason “distributed systems” are hard: it’s the next difficulty level after multi-threaded concurrency — harder to observe, harder to reason about.