/tech-radar

My personal tech radar that is used to track and manage the technologies utilised in my personal GitHub projects 📡

MIT LicenseMIT

Tech Radar Website 📡

Development Website Up Website

adr

What is a Tech Radar? 🧭

A tech radar is a tool for visualizing the status, maturity, and adoption of various technologies within an organization or project. It categorizes technologies into different quadrants (e.g., languages, tools, platforms, and techniques) and stages (e.g., adopt, trial, assess, hold), providing a clear picture of which technologies to invest in, experiment with, or avoid. This originates from Thoughtworks.

Purpose of Wayne's Tech Radar 🤔

This tech radar is used to track and manage the technologies utilized in my personal GitHub projects. It helps in:

  • Visualizing Progress: Providing a clear snapshot of the current state and evolution of the technologies in use.
  • Guiding Decisions: Assisting in making informed decisions about which technologies to adopt, trial, or reassess.
  • Documenting Journey: Keeping a record of the technological journey, showing what has been tried, what is being used, and what has been put on hold.

This tech radar ensures that I maintain a structured approach to technology adoption and usage, aligning with best practices and future goals for my personal projects.

Whats the damage (WTD)? 💰

$0 per month.

Technologies Used 🧑‍💻

HTML5 JavaScript CSS3

Hosting and Deployment 🚀

  • Hosting: Github Pages
  • Deployment: Github Actions

Architecture Overview 🏛️

  • Frontend component only.
  • No external data sources or API's consumed.

Credit 🙏

Original source from Zalando and their public public Tech Radar. Thanks!

Local Development 🧑‍💻

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

License 📝

The MIT License (MIT)

Copyright (c) 2017-2024 Zalando SE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.