"Snorkel before you scuba. Start at the top, always. Snorkeling means checking the shared systems first—goals, roles, and decision-making—before you start diagnosing personalities."
"Snorkel before you scuba. Start at the top, always. Snorkeling means checking the shared systems first—goals, roles, and decision-making—before you start diagnosing personalities."
I usually kick off my tactical DDD training with this flipchart exercise, because there's a misconception I run into time and again: people confusing monoliths with big balls of mud.
...
⭐ #JavaLand 2026 Top Speaker Session
"API-Tests, Contract-Tests, Consumer-driven Contract-Tests – alles dasselbe?" mit Thomas Much
👉 Weitere Informationen & Vortrag merken: scomp.ly/Bm4oez4
Pattern card: Distributed Monolith (Architecture). Stats: Latency 95/100, Pain 99/100, Maintain 5/100, Resume HIGH. Quote: "Why call a method locally when you can send a synchronous HTTP request across three availability zones?". Special ability: Cascading Failure - If one service fails, the entire cluster throws 500s. Stack trace size: 400MB.
# Analysis The result of taking a spaghetti codebase and throwing it across the network. Driven by the cargo cult of "Microservices," architects often slice a highly coupled system into smaller pieces without actually establishing bounded contexts or autonomous data ownership. You haven't decoupled your domains; you've merely decoupled your deployment artifacts. By doing so, you have successfully replaced highly optimized, in-memory local function calls with unreliable network hops, JSON serialization overhead, and eventual inconsistency. **The Reality:** To deploy a single, trivial feature, four different teams must orchestrate their releases in a highly specific, coordinated sequence, essentially recreating Waterfall over a CI/CD pipeline. Local development is practically impossible unless developers are issued laptops with 64GB of RAM to run 15 interdependent containers via `docker-compose`. When a user clicks "Checkout", the system initiates a fragile, synchronous HTTP chain reaction across six different services. If just one sidecar proxy hiccups, the entire transaction collapses, leaving the database in an inconsistent state and generating a distributed stack trace large enough to trigger your logging provider's billing alerts. You traded a simple `NullPointerException` for a `504 Gateway Timeout`.
For some weekend fun:
🚨 WoB PATTERN: Distributed Monolith
"Why call a method locally when you can send a synchronous HTTP request across three availability zones?"
worstofbreed.net/patterns/dis...
#worstofbreed #SoftwareArchitecture #MaintenanceNightmare #TechHumor
java.evolved – Every old Java pattern next to its modern replacement, side by side.
javaevolved.github.io
Friday reading...another patterns paper I co-authored with Karl Evard and presented at PLoP25: on flow-focused testing strategies: wirfs-brock.com/rebecca/pape...
It's 25 years to the day that proponents of iterative, "lightweight" development methodologies came together in Utah to work on their ski tans and pen the Manifesto for Agile Software Development.
I have thoughts, which I've typed out to make them visible.
codemanship.wordpress.com/2026/02/11/t...
I'll be doing a livestream on the anniversary of the manifesto meeting:
Feb 11,
6pm Europe time
noon US Eastern time.
I'll have about 10 guests asking questions, the thing will be recorded for later viewing and also livestreamed.
: www.youtube.com/@totheralist... is the link
I've been on a bit of a social media hiatus, but I've written a new post about something that's been on my mind a lot lately localghost.dev/blog/stop-ge...
Despite all challenges, problems & things gone wrong: I like to remember (and turn up) the good things, as it helps me stay sane in this ever faster spinning world 🌍🌎🌏
Looking back at 2025, personally: A year of changing perspectives, of turning some worlds upside down, of celebrating nature & arts, of enjoying the moments.
See you in 2026! 🥂🎉
Over at Mastodon, they made a nice little wrap-up of "my" year 2025: mastodon.social/@thmuch/wrap...
Conferences 2026 confirmed so far:
@javaland.bsky.social (10.03.)
#DevLand (13.03.)
#ScrumMasters HH (21.05.)
Looking back at 2025, professionally: Again a year of speaking at conferences, writing, talking, listening ... Thank you for being part of my journey 😊
One of the highlights: 1st time programme chair of a conference – on Tech Excellence 🤩
Here's to the next 12 months 🤓🎉🚀🦄
A brightly decorated Christmas tree
Happy Holidays & Merry Christmas! 🎄✨⭐️
Making of 🎬️👨🍳 ...
Gingerbread house no. 13 – a father & son production since 2013 😍🎄✨️
I celebrate every year we're still committed to creating this treat together 😊
My favorites this year follow on from my selection last year pretty well: bsky.app/profile/thmu...
All of these books address collaboration and shared understanding from different perspectives and on different levels.
Quite a challenge again to select only four books 🙃
Most relevant IT books 2025, IMHO:
📕 "Architecture for Flow" by @suksr.bsky.social
📗 "User Needs Mapping" by @richallen.info
📘 "Frictionless" by @nicolefv.bsky.social and Abi Noda
📙 "Code Health Guardian" by Artie Shevchenko
Thank you for sharing your experience 🙏
Gestern Abend beim DevTalk@TK: @reabmax.bsky.social zeigt, wie man vom strategischen #DomainDrivenDesign zum taktischen #DDD kommt – und führt die wichtigsten Patterns mit Live-Coding vor. Ein schöner Einstieg und Überblick! 😊
www.meetup.com/de-de/devtal...
Good progress so far 😊
🙃 useful for solving the coding puzzles – and decorated by a most wonderful advent calendar 😊
Advent of Code 2025 starts today 🎉🎄
adventofcode.com
Thanks to @was.tl for once again providing us with funny and educational coding challenges in the weeks before Christmas – for more than 10 years now 🤩. Much appreciated! 🙏
#AdventOfCode
Release banner for v1.0
🚀 #ApproveJ v1.0 ("ONE-POINT-ZERO") was just released! 🎉🥳🍾
🧹 all deprecated methods have been removed
🪲 approving by file is now also possible in parameterized tests
📖 minor updates in the manual
github.com/mkutz/Approv...
#approvaltesting #snapshottesting #java #kotlin #unittesting #release
Hier sind die Folien zu meinem Vortrag "Coaching-Modelle für Technical Agile Coaching" beim ScrumTisch Darmstadt: thomas-much.de/presentation...
Vielen Dank für die klasse Diskussion hinterher – das ist der Grund, warum man zu Meetups geht 😊
Will be back at JavaLand 2026 next year 🤩
More information about coderetreats and Global Day of Coderetreat: www.coderetreat.org
We did a classic coderetreat with Conway’s Game of Life, Test-driven Development (TDD) and Social Programming with pairs and teams of three (Pair Programming and small Team Programming). And of course we suggested some constraints for the kata, for deliberate practice.
This weekend is Global Day of Coderetreat 2025! We hosted an internal event today, our first GDCR event actually – and more than 30 developers from 3 company divisions (not only IT!) showed up 🤩
That was a very promising start! Looking forward to next year 😃
🤓🤖👾
#coderetreat #gdcr2025