Skip to content

Instantly share code, notes, and snippets.

@johnbuhay
Last active December 27, 2021 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbuhay/04b04529dd29f896fb975c10f48021e1 to your computer and use it in GitHub Desktop.
Save johnbuhay/04b04529dd29f896fb975c10f48021e1 to your computer and use it in GitHub Desktop.
{
"svg_id": "radar",
"width": 1450,
"height": 1000,
"colors": {
"background": "#fff",
"grid": "#bbb",
"inactive": "#ddd"
},
"title": "My Radar",
"quadrants": [
{
"id": "languages-frameworks",
"name": "Languages & Frameworks",
"description": ""
},
{
"id": "platforms",
"name": "Platforms",
"description": ""
},
{
"id": "techniques",
"name": "Techniques",
"description": ""
},
{
"id": "tools",
"name": "Tools",
"description": ""
}
],
"rings": [
{
"id": "use",
"name": "Use",
"color": "#93c47d",
"description": "AKA ADOPT. Technologies we have high confidence in to serve our purpose, also in large scale. Technologies with a usage culture in our production environment, low risk and recommended to be widely used.\n"
},
{
"id": "try",
"name": "Try",
"color": "#93d2c2",
"description": "AKA TRIAL. Technologies that we have seen work with success in project work to solve a real problem; first serious usage experience that confirm benefits and can uncover limitations. TRIAL technologies are slightly more risky; some engineers in our organization walked this path and will share knowledge and experiences.\n"
},
{
"id": "evaluate",
"name": "Evaluate",
"color": "#fbdb84",
"description": "AKA ASSESS. Technologies that are promising and have clear potential value-add for us; technologies worth to invest some research and prototyping efforts in to see if it has impact. ASSESS technologies have higher risks; they are often brand new and highly unproven in our organisation. You will find some engineers that have knowledge in the technology and promote it, you may even find teams that have started a prototyping effort.\n"
},
{
"id": "avoid",
"name": "Avoid",
"color": "#efafa9",
"description": "AKA HOLD. Technologies not recommended to be used for new projects. Technologies that we think are not (yet) worth to (further) invest in. HOLD technologies should not be used for new projects, but usually can be continued for existing projects.\n"
}
],
"print_layout": true,
"entries": [
{
"timeline": [
{
"moved": 0,
"ringId": "use",
"date": "",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua"
}
],
"url": "#",
"key": "javascript",
"id": "javascript",
"title": "JavaScript",
"quadrant": "languages-frameworks",
"description": "Excepteur **sint** occaecat *cupidatat* non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n```ts\nconst x = \"3\";\n```\n"
}
]
}
---
svg_id: radar
width: 1450
height: 1000
colors:
background: "#fff"
grid: "#bbb"
inactive: "#ddd"
title: My Radar
quadrants:
- id: languages-frameworks
name: Languages & Frameworks
description: ""
- id: platforms
name: Platforms
description: ""
- id: techniques
name: Techniques
description: ""
- id: tools
name: Tools
description: ""
rings:
- id: use
name: Use
color: "#93c47d"
description: |
AKA ADOPT. Technologies we have high confidence in to serve our purpose, also in large scale. Technologies with a usage culture in our production environment, low risk and recommended to be widely used.
- id: try
name: Try
color: "#93d2c2"
description: |
AKA TRIAL. Technologies that we have seen work with success in project work to solve a real problem; first serious usage experience that confirm benefits and can uncover limitations. TRIAL technologies are slightly more risky; some engineers in our organization walked this path and will share knowledge and experiences.
- id: evaluate
name: Evaluate
color: "#fbdb84"
description: |
AKA ASSESS. Technologies that are promising and have clear potential value-add for us; technologies worth to invest some research and prototyping efforts in to see if it has impact. ASSESS technologies have higher risks; they are often brand new and highly unproven in our organisation. You will find some engineers that have knowledge in the technology and promote it, you may even find teams that have started a prototyping effort.
- id: avoid
name: Avoid
color: "#efafa9"
description: |
AKA HOLD. Technologies not recommended to be used for new projects. Technologies that we think are not (yet) worth to (further) invest in. HOLD technologies should not be used for new projects, but usually can be continued for existing projects.
print_layout: true
entries:
- timeline:
- moved: 0
ringId: use
date: ''
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua
url: "#"
key: javascript
id: javascript
title: JavaScript
quadrant: languages-frameworks
description: |
Excepteur **sint** occaecat *cupidatat* non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
```ts
const x = "3";
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment