Skip to content

tilm4nn/tech-radar

 
 

Repository files navigation

Technology radar

This visualization shows my personal view on the area, my skills and directions in which I intend to develop.

Local Development

  1. install dependencies with yarn (or npm):
yarn install
  1. start local dev server:
yarn dev
  1. your default browser should automatically open and show the url: http://localhost:3000/

Deployment

  1. configure deployment url
export PUBLIC_URL=https://tilm4nn.github.io/tech-radar/
  1. build
yarn lint
yarn build

History

  • 2020.0.1
    • personalization
    • cleaned up quadrant definition
    • cleaned up ring filtering
    • added skill definition and filtering

Build on yaneek's tech-radar.

  • Thanks yaneek for enhancing the original radar with
    • extracted tens of visualization functions
    • added React library to render filters & footer
    • build based on react-create-app
    • deployment on Github pages with Travis
    • enabled Typescript support

Build on Zalando's tech-radar.

  • Thanks to Zalando's team for their code.
    • Base project was completely refactored but visualization concepts still exists :)

About

Visualizing my technology choices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 2.7%
  • HTML 2.1%
  • CSS 0.5%