From 86a1a4a078eddf154872d1671013cd13eee61142 Mon Sep 17 00:00:00 2001
From: Kamran Ahmed
+
+ Community driven roadmaps, articles and resources for developers
+ roadmap.sh
+
You are probably looking for Developer Roadmap
+Roadmaps are now interactive, you can click the nodes to read more about the topics. + +### [View all Roadmaps](https://roadmap.sh) + +![](https://i.imgur.com/waxVImv.png) + +Here is the list of available roadmaps with more being actively worked upon. + +- [Frontend Roadmap](https://roadmap.sh/frontend) +- [Backend Roadmap](https://roadmap.sh/backend) +- [DevOps Roadmap](https://roadmap.sh/devops) +- [Computer Science Roadmap](https://roadmap.sh/computer-science) +- [QA Roadmap](https://roadmap.sh/qa) +- [Software Architect Roadmap](https://roadmap.sh/software-architect) +- [Software Design and Architecture Roadmap](https://roadmap.sh/software-design-architecture) +- [JavaScript Roadmap](https://roadmap.sh/javascript) +- [React Roadmap](https://roadmap.sh/react) +- [Vue Roadmap](https://roadmap.sh/vue) +- [Angular Roadmap](https://roadmap.sh/angular) +- [Node.js Roadmap](https://roadmap.sh/nodejs) +- [GraphQL Roadmap](https://roadmap.sh/graphql) +- [Android Roadmap](https://roadmap.sh/android) +- [Flutter Roadmap](https://roadmap.sh/flutter) +- [Python Roadmap](https://roadmap.sh/python) +- [Go Roadmap](https://roadmap.sh/golang) +- [Java Roadmap](https://roadmap.sh/java) +- [Design System Roadmap](https://roadmap.sh/design-system) +- [DBA Roadmap](https://roadmap.sh/postgresql-dba) +- [Blockchain Roadmap](https://roadmap.sh/blockchain) +- [ASP.NET Core Roadmap](https://roadmap.sh/aspnet-core) ![](https://i.imgur.com/waxVImv.png) -# next.roadmap.sh -WIP version of roadmap.sh built with [Astro](https://astro.build) and Tailwind. +## Share with the community + +Please consider sharing a post about [roadmap.sh](https://roadmap.sh) and the value it provides. It really does help! + +[![GitHub Repo stars](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://roadmap.sh&title=Interactive%20roadmaps,%20guides%20and%20other%20educational%20content%20for%20Developers) +[![GitHub Repo stars](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://roadmap.sh) +[![GitHub Repo stars](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://roadmap.sh&text=Interactive%20roadmaps,%20guides%20and%20other%20educational%20content%20for%20Developers) +[![GitHub Repo stars](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://roadmap.sh) +[![GitHub Repo stars](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/shareArticle?url=https://roadmap.sh&title=Interactive%20roadmaps,%20guides%20and%20other%20educational%20content%20for%20Developers) ## Development -Clone the repo and install dependencies: +Clone the repository, install the dependencies and start the application ```bash -git clone git@github.com:kamranahmedse/roadmap.sh.git -pnpm install +git clone git@github.com:kamranahmedse/developer-roadmap.git +npm install +npm run dev ``` -Run the project +## Contribution -```shell -pnpm run dev -``` +> Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps + +- Add content to roadmaps +- Add new roadmaps +- Suggest changes to existing roadmaps +- Discuss ideas in issues +- Spread the word + +## Thanks to all contributors ❤ + + + + + +## License +Have a look at the [license file](./license) for details diff --git a/code_of_conduct.md b/code_of_conduct.md new file mode 100644 index 000000000000..51b44888f079 --- /dev/null +++ b/code_of_conduct.md @@ -0,0 +1,76 @@ +# Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to make participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all project spaces, and it also applies when +an individual is representing the project or its community in public spaces. +Examples of representing a project or community include using an official +project e-mail address, posting via an official social media account, or acting +as an appointed representative at an online or offline event. Representation of +a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team atAdding everything available out there is not the goal!
+ The roadmaps represent 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.
Do not add things you have not evaluated personally!
+ Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included. Have you read this book? Can you give a short article?
Create a Single PR for Content Additions
+ If you are planning to contribute by adding content to the roadmaps, I recommend you to clone the repository, add content to the [content directory of the roadmap](./content/roadmaps/) and create a single PR to make it easier for me to review and merge the PR. +- Write meaningful commit messages +- Look at the existing issues/pull requests before opening new ones diff --git a/license b/license new file mode 100644 index 000000000000..0cdd8ff0fd0d --- /dev/null +++ b/license @@ -0,0 +1,19 @@ +Everything including text and images in this project are protected by the copyright laws. +You are allowed to use this material for personal use but are not allowed to use it for +any other purpose including publishing the images, the project files or the content in the +images in any form either digital, non-digital, textual, graphical or written formats. +You are allowed to share the links to the repository or the website roadmap.sh but not +the content for any sort of usage that involves the content of this repository taken out +of the repository and be shared from any other medium including but not limited to blog +posts, articles, newsletters, you must get prior consent from the understated. These +conditions do not apply to the readonly GitHub forks created using the Fork button on +GitHub with the whole purpose of contributing to the project. + +Copyright © 2023 Kamran Ahmed