-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
+++ | ||
title = 'Personal Technology Radar' | ||
date = 2024-06-25T12:00:00+02:00 | ||
+++ | ||
|
||
One kind of data visualization that I particularly like is the [technology radar](https://www.thoughtworks.com/radar). If you're not familiar, it's an overview of the languages, frameworks, tools, etc. used at a company at the moment (like a snapshot). What's cool about it is, that it doesn't only show a black-and-white kind of picture, where, for example, it only shows the languages a company encourages or uses. | ||
|
||
Rather, what's shown is a plot that's sectioned into areas such as "Adopt", "Trial", "Assess", and "Hold". Each of these areas indicates what the level of adoption of a language at the company is: | ||
- Adopt: well-established, used in production | ||
- Trial: ready to be used, not completely proven as Adopt | ||
- Assess: looks interesting, but not ready for trial yet | ||
- Hold: we don't like these, keep away | ||
|
||
This got me thinking, why stop at the company level? Wouldn't it be cool to showcase what my personal experience level/opinion is in a similar way? Therefore I present to you, the [Personal Technology Radar](https://github.com/mkolarek/notebooks/blob/main/radar/radar.ipynb)! | ||
|
||
![radar](radar.png "Personal Technology Radar") | ||
|
||
By using this Jupyter notebook you can easily generate your own, just check out the `resources/skills.ods` and fill it with your own loved/hated tech. And if you share it, make sure to ping me! | ||
|
||
Cheers, | ||
Marko |
21 changes: 21 additions & 0 deletions
21
content/posts/personal-technology-radar/personal-technology-radar.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
+++ | ||
title = 'Personal Technology Radar' | ||
date = 2024-06-25T12:00:00+02:00 | ||
draft = false | ||
+++ | ||
|
||
One kind of data visualization that I particularly like is the [technology radar](https://www.thoughtworks.com/radar). If you're not familiar, it's an overview of the languages, frameworks, tools, etc. used at a company at the moment (like a snapshot). What's cool about it is, that it doesn't only show a black-and-white kind of picture, where, for example, it only shows the languages a company encourages or uses. | ||
|
||
Rather, what's shown is a plot that's sectioned into areas such as "Adopt", "Trial", "Assess", and "Hold". Each of these areas indicates what the level of adoption of a language at the company is: | ||
- Adopt: well-established, used in production | ||
- Trial: ready to be used, not completely proven as Adopt | ||
- Assess: looks interesting, but not ready for trial yet | ||
- Hold: we don't like these, keep away | ||
|
||
This got me thinking, why stop at the company level? Wouldn't it be cool to showcase what my personal experience level/opinion is in a similar way? Therefore I present to you, the [Personal Technology Radar](https://github.com/mkolarek/notebooks/blob/main/radar/radar.ipynb)! | ||
|
||
![radar](images/radar.png "Personal Technology Radar") | ||
|
||
By using this Jupyter notebook you can easily generate your own, just check out the `resources/skills.ods` and fill it with your own loved/hated tech. | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.