Skip to content

AOEpeople/techradar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09cd201 · Jul 10, 2024
Mar 12, 2024
Mar 12, 2024
Jul 10, 2024
Mar 12, 2024
Jan 11, 2021
Mar 12, 2024
Mar 12, 2024
Jul 10, 2024
Mar 14, 2024
Jul 10, 2024
Mar 26, 2024
May 13, 2022

Repository files navigation

AOE Technology Radar - Content

This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/

If you want to build your own techradar you may want to have a look at https://github.com/AOEpeople/aoe_technology_radar instead.

Content Guidelines

New blips should be tagged. The following tags are currently established:

  • architecture
  • security
  • devops
  • frontend
  • agile
  • coding
  • quality assurance
  • ci/cd
  • ux/ui
  • documentation

e.g. use like this:

tags: [devops, security]

Development

Build the radar

npm i
npm run serve

Then open here: http://localhost:3000/techradar

Build the radar with static files

npm i
npm run build