feat: 14-08-2026 release — blip rewrites assigned to Moritz - #107
Merged
Conversation
Adds a new radar/2026-08-14/ release folder with new versions of the eight blips assigned to @morrieinmaas in the Tech Radar Blips Review Table, so the previously published 2026-04-23 release and the older history stay intact. - bdd: rewritten around the collaborative practice; Cucumber and Playwright moved out of the blip as the review asks, title becomes "BDD" - databricks: trial -> adopt; adds vendor lock-in and US cloud provider dependency considerations, and an alternatives section covering our FOSS lakehouse work - domain-driven-design: gains a "Visualising the model with C4" section, so the C4 Model blip is folded in here rather than standing on its own - event-driven-architecture: reframed as an approach rather than a checklist, deliberately without vendor-specific examples - graphql: adopt -> hold; we still run it in production and can support clients who need it, but would not pick it for a new project - kubernetes: back on the radar (featured); containerising the stack as the baseline, then self-hosted to serverless containers on managed platforms - redis: Valkey becomes the preferred key-value store, Redis stays available where a client wants it; title becomes "Valkey / Redis" - tanstack-query: rewritten now that it is independent of React The C4 Model blip is removed and the link to it from the 2022-05-17 DDD version is unlinked, so no internal links break.
Detail pages render every version of a blip stacked under its own date, so the new text has to read coherently next to the older entries. It did not everywhere. - domain-driven-design: the new version repeated the 2022 opening paragraph and goals list verbatim, which read as a copy-paste error with both on one page. It now carries only the C4 material, which is what actually changed. - event-driven-architecture: condensed. The 2021 version already explains producer/consumer decoupling and the 2022 version already lists when to consider it, so the new version now states the approach once and keeps only what is new: the framing, the stance, and the costs. - event-driven-architecture (2022 version): drop the recommendation to use Event Sourcing, a blip removed in #106, and fix the "Even-Driven" typo. - bdd (2023 version): drop Cucumber, which we no longer use. Playwright stays, since we still use it extensively and it has its own blip.
- c4-model, domain-driven-design: reverted. Folding C4 Model into DDD touches Edgar's row, and he will pick that up himself, so it does not belong in this PR. C4 Model is restored untouched, as is the DDD link to it. This PR now covers 7 of the 8 assigned blips and no longer depends on anyone else. - tanstack-query: says why we rate it rather than only what it does, and notes that the other TanStack libraries are of the same quality and in use. - redis, kubernetes: both opened by restating their previous version's first sentence. They now lead with what actually changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the rows assigned to @moritz Schlichting in the INFO Tech Radar Blips Review Table that were still open. ("AI as a Service — all deletes" was already ticked off by #106.)
7 of the 8 blips. C4 Model is deliberately not in here — see below.
New release folder
New versions in
radar/2026-08-14/, not edits to existing files. That follows the convention in this repo (radar/2024-12-01/databricks.mdwas added the same way; in-place edits are only used for link fixes), so the published2026-04-23release and the older history stay intact and the changed blips get CHANGED flags. Rows assigned to Edgar, Cyril and Felix can land in the same folder.The blips
trial→adoptadopt→holdfeatured: false→trueNotes on the judgement calls:
C4 Model is not in this PR
The review's conclusion is "rewrite/review; embrace it fully, or delete it — fold into DDD". Folding it into Domain Driven Design means editing DDD, which is Edgar's row, and he is picking that up himself. C4 Model is therefore left completely untouched here, as is the DDD link to it.
This PR has no cross-owner dependency and does not need anyone's sign-off beyond normal review.
Reads coherently with the existing history
Detail pages render every version of a blip stacked under its own date, so each new entry was checked against the older ones rather than only on its own:
Verified against a real build
npm run buildsucceeds.<a href>linksaws.html×3,azure×2,github.html. All pre-existing onmain, none in a file this PR touches/platforms-and-operations/redisafter retitle/methods-and-patterns/bddafter retitleradar/