An online editor to create your own personal techradar - for individuals and teams.
932
An online editor to create your own personal techradar - for individuals and teams. The devradar editor provides a GUI to manage blips (items on the radar e.g. C++, SCRUM). Instead of assigning a static level of expertise for a given blip the devradar uses an iterative approach, where you define changes to a blip by providing a date, new state and reasoning how your expertise changed.
.toml filesYou can customize the meta properties of the devradar by going to the settings screen at editor.devradar.io/#/settings.
Use a personal devradar to keep track of your skills. This can be helpful tool to be aware of your own portfolio or also use it as part of your CV like I do (radar.anoff.io).
For creating your personal devradar the NIH proficiency scale may be a good reference. The upper four categories of this scale are the defaults when you create a new devradar.
[meta]
title = "Rick's Radar"
categories = [ "Tools", "Techniques", "Platforms", "Frameworks" ]
states = [ "Novice", "Intermediate", "Advanced", "Veteran" ]
It often makes sense to track technology that is used within an organization or a team. Depending on the scope you may want to fiddle with the blip categories and the abstraction level of blips you enter. The classic Thoughtworks categories make a good start if you want to create a devradar with a broad scope.
[meta]
title = "ACME devradar"
categories = [ "Tools", "Techniques", "Platforms", "Frameworks" ]
states = [ "Hold", "Assess", "Trial", "Adopt" ]
Hosting your own devradar editor only requires a docker daemon
docker run --rm -p 8080:80 anoff/devradar-editor
Content type
Image
Digest
Size
10.1 MB
Last updated
almost 7 years ago
docker pull anoff/devradar