diff --git a/.github/FUNDING.yml b/.github/funding.yml similarity index 100% rename from .github/FUNDING.yml rename to .github/funding.yml diff --git a/contributing.md b/contributing.md deleted file mode 100644 index 9448727b2..000000000 --- a/contributing.md +++ /dev/null @@ -1,32 +0,0 @@ -## The Goal -Our goal is not to have the biggest list of everything available out there. -Our goal is to have a list of things that anybody would have to learn if they were to enter the field today. - -## Contributing - -Your contributions to this repo are always welcome! -Bear in mind, that this repo is *highly opinionated*, *unbiased* and *curated*. -Your opinion on value of any resource may not match the opinion of curator. - -**No PR will be discarded without explanations!** - -## How are these roadmaps made? - -> Roadmaps are made using [Balsamiq](https://balsamiq.com/download/) - -* Clone the repository -* Open Balsamiq, click Project > Import > Mockup JSON, -* Copy and paste the JSON for the roadmap that you want to update -* Add your changes -* Export the JSON file Project > Export > Mockup to JSON and put it in the project directory -* Export the image Project > Export > Current Mockup to PNG and put it in the images directory -* Commits your changes and open a PR - -## Guidelines - --

Adding everything available out there is not the goal!
- The roadmaps represents the skillset most valuable today i.e. if you were to enter any of the listed fields today, what would you learn! There might be things that are of-course being used today but prioritize the things that are most in demand today e.g. agreed that lots of people are using angular.js today but you wouldn't want to learn that instead of React, Angular or Vue. Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included.

--

One item per Pull Request
- There may be a discussion related to an item you want to add. Adding just a single item per pull request makes it much easier for everyone involved.

-- Write meaningful commit messages -- Look at the existing issues/pull requests before opening new ones diff --git a/contributing/roadmap.md b/contributing/roadmap.md index e69de29bb..9448727b2 100644 --- a/contributing/roadmap.md +++ b/contributing/roadmap.md @@ -0,0 +1,32 @@ +## The Goal +Our goal is not to have the biggest list of everything available out there. +Our goal is to have a list of things that anybody would have to learn if they were to enter the field today. + +## Contributing + +Your contributions to this repo are always welcome! +Bear in mind, that this repo is *highly opinionated*, *unbiased* and *curated*. +Your opinion on value of any resource may not match the opinion of curator. + +**No PR will be discarded without explanations!** + +## How are these roadmaps made? + +> Roadmaps are made using [Balsamiq](https://balsamiq.com/download/) + +* Clone the repository +* Open Balsamiq, click Project > Import > Mockup JSON, +* Copy and paste the JSON for the roadmap that you want to update +* Add your changes +* Export the JSON file Project > Export > Mockup to JSON and put it in the project directory +* Export the image Project > Export > Current Mockup to PNG and put it in the images directory +* Commits your changes and open a PR + +## Guidelines + +-

Adding everything available out there is not the goal!
+ The roadmaps represents the skillset most valuable today i.e. if you were to enter any of the listed fields today, what would you learn! There might be things that are of-course being used today but prioritize the things that are most in demand today e.g. agreed that lots of people are using angular.js today but you wouldn't want to learn that instead of React, Angular or Vue. Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included.

+-

One item per Pull Request
+ There may be a discussion related to an item you want to add. Adding just a single item per pull request makes it much easier for everyone involved.

+- Write meaningful commit messages +- Look at the existing issues/pull requests before opening new ones diff --git a/project/backend-map.json b/data/project/backend-map.json similarity index 100% rename from project/backend-map.json rename to data/project/backend-map.json diff --git a/project/devops-map.json b/data/project/devops-map.json similarity index 100% rename from project/devops-map.json rename to data/project/devops-map.json diff --git a/project/disclaimer.json b/data/project/disclaimer.json similarity index 100% rename from project/disclaimer.json rename to data/project/disclaimer.json diff --git a/project/frontend-map.json b/data/project/frontend-map.json similarity index 100% rename from project/frontend-map.json rename to data/project/frontend-map.json diff --git a/project/intro-map.json b/data/project/intro-map.json similarity index 100% rename from project/intro-map.json rename to data/project/intro-map.json diff --git a/images/backend.png b/images/backend.png deleted file mode 100644 index 303469073..000000000 Binary files a/images/backend.png and /dev/null differ diff --git a/images/devops.png b/images/devops.png deleted file mode 100644 index ae785b71c..000000000 Binary files a/images/devops.png and /dev/null differ diff --git a/images/disclaimer.png b/images/disclaimer.png deleted file mode 100644 index 0cccb8250..000000000 Binary files a/images/disclaimer.png and /dev/null differ diff --git a/images/frontend.png b/images/frontend.png deleted file mode 100644 index 935b3d26a..000000000 Binary files a/images/frontend.png and /dev/null differ diff --git a/images/split.png b/images/split.png deleted file mode 100644 index ade976995..000000000 Binary files a/images/split.png and /dev/null differ diff --git a/readme.md b/readme.md index efd4b045f..c71be4d29 100644 --- a/readme.md +++ b/readme.md @@ -15,19 +15,19 @@ If you think that these can be improved in anyway, please do suggest. ## Introduction -![Web Developer Roadmap Introduction](./images/intro.png) +![Web Developer Roadmap Introduction](./static/roadmaps/intro.png) ## Frontend Roadmap -![Frontend Roadmap](./images/frontend.png?fix=531) +![Frontend Roadmap](./static/roadmaps/latest/frontend.png) ## Back-end Roadmap -![Back-end Roadmap](./images/backend.png) +![Back-end Roadmap](./static/roadmaps/latest/backend.png) ## DevOps Roadmap -![DevOps Roadmap](./images/devops.png) +![DevOps Roadmap](./static/roadmaps/latest/devops.png) ## 🚦 Wrap Up @@ -35,7 +35,7 @@ If you think any of the roadmaps can be improved, feel free to discuss it in the ## 🙌 Contribution -> Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps +> Have a look at [contribution docs](./contributing) for how to update any of the roadmaps - Open pull request with improvements - Discuss ideas in issues diff --git a/images/intro.png b/static/roadmaps/intro.png similarity index 100% rename from images/intro.png rename to static/roadmaps/intro.png