Skip to content

Commit

Permalink
Add Personal Technology Radar post
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolarek committed Jun 25, 2024
1 parent ba61dc4 commit 30d4cd7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions content/posts/personal-technology-radar.md
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
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.


Binary file added content/posts/personal-technology-radar/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30d4cd7

Please sign in to comment.