This is my tech radar used to map out technologies, tools, techniques, and platforms that I'm currently using, exploring, or interested in learning more about. The goal is to visualize and prioritize where you are focusing your energy, learning, and development in relation to technology.
This tech radar is inspired by the ThoughtWorks Tech Radar and the Zalando Tech Radar.
The project uses basic HTML, CSS, and JavaScript to create a simple visualization of the tech radar which is then hosted on GitHub Pages. The data for the visualization is stored in a JSON file and loaded into the visualization using JavaScript.
To run the development server:
python3 -m http.server
Then navigate to http://localhost:8000/github-pages/
To change the radar data, edit the config.json
file in the github-pages
directory.