From d1bd448b60a69c4135e3595ca4845d284c14f522 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 24 May 2024 13:53:13 +0200 Subject: [PATCH] chore(kb): start article about technology radars --- .vscode/settings.json | 5 ++ knowledge base/technology radar.md | 79 ++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 knowledge base/technology radar.md diff --git a/.vscode/settings.json b/.vscode/settings.json index b936ea8..057b1f1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -108,6 +108,7 @@ "compsize", "configmap", "containerd", + "coreutils", "cowsay", "cpufreq", "cpufrequtils", @@ -268,9 +269,12 @@ "tclsh", "tcsh", "templating", + "testcontainers", "tfvars", + "thoughtworks", "tldr", "tmpfs", + "todomd", "tolerations", "tput", "truenas", @@ -286,6 +290,7 @@ "userspace", "vaultwarden", "venv", + "whalebrew", "winget", "wlan", "xattr", diff --git a/knowledge base/technology radar.md b/knowledge base/technology radar.md new file mode 100644 index 0000000..bff37c7 --- /dev/null +++ b/knowledge base/technology radar.md @@ -0,0 +1,79 @@ +# Technology radar + +Knowledge-sharing tool providing a snapshot of the current adoption of tools, techniques, platforms, languages and +frameworks. + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + +Imagine a radar. + +Divide the radar in multiple concentric _rings_.
+The rings should represent the confidence of technologies adoption, something like follows (inner to outer): + +- Adopt: technologies that one should seriously consider using. +- Trial: technologies that one could consider ready for use, but not with the level of confidence granted to those in + the Adopt ring. +- Assess: technologies to look at closely, but not necessarily in Trial yet; to consider trying should one think they + would be a particularly good fit. +- Hold: unknown technologies; proceed with caution. + +Divide the radar in _quadrants_.
+Quadrants should represent groups of technologies (e.g.: tools, platforms, languages…). + +Each technology insight is represented by a _blip_.
+Blips can (and in time, should) move between rings as one's recommendation changes. + + + + + + + +## Further readings + +- [Zalando's tech-radar tool] + +### Sources + +- [Thoughtworks' technology radar] + + + + + + + + +[thoughtworks' technology radar]: https://www.thoughtworks.com/radar +[zalando's tech-radar tool]: https://github.com/zalando/tech-radar