Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.21 KB

Tech Radar

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.

Table of Contents

Project Technologies

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.

Development

To run the development server:

python3 -m http.server

Then navigate to http://localhost:8000/github-pages/

To update the radar data

To change the radar data, edit the config.json file in the github-pages directory.