computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
4.1 KiB
121 lines
4.1 KiB
<p align="center"> |
|
<img src="public/brand.png" height="128"> |
|
<h2 align="center">roadmap.sh</h2> |
|
<p align="center">Community driven roadmaps, articles and resources for developers<p> |
|
<p align="center"> |
|
<a href="https://roadmap.sh/roadmaps"> |
|
<img src="https://img.shields.io/badge/-Roadmaps%20-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" /> |
|
</a> |
|
<a href="https://youtube.com/theroadmap?sub_confirmation=1"> |
|
<img src="https://img.shields.io/badge/-Videos-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="videos" /> |
|
</a> |
|
<a href="https://github.com/kamranahmedse/developer-roadmap/tree/0471d44c8fae58b6a36a7c57bba12253916d0249/translations"> |
|
<img src="https://img.shields.io/badge/-Translations-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="videos" /> |
|
</a> |
|
<a href="https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1"> |
|
<img src="https://img.shields.io/badge/%E2%9D%A4-YouTube%20Channel-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" /> |
|
</a> |
|
</p> |
|
</p> |
|
|
|
<br> |
|
|
|
<div align="center"> |
|
<p> |
|
<sup> |
|
<a href="https://github.com/sponsors/kamranahmedse">My open source work is supported by the community</a> |
|
</sup> |
|
</p> |
|
|
|
<sup>Special thanks to:</sup> |
|
<br /> |
|
<p> |
|
<a href="https://www.doppler.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=kamranahmedse&utm_source=github"> |
|
<div> |
|
<img src="./.github/sponsors/doppler-logo.svg?v2" width="300" alt="Doppler" > |
|
</div> |
|
<b>All your environment variables, in one place</b> |
|
<div> |
|
<sub>Stop struggling with scattered API keys, hacking together home-brewed tools,</sub> |
|
<br> |
|
<sup>and avoiding access controls. Keep your team and servers in sync with Doppler.</sup> |
|
</div> |
|
</a> |
|
</p> |
|
<p> |
|
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=developer_roadmap&utm_source=github"> |
|
<div> |
|
<img src="./.github/sponsors/workos-logo-white-bg.svg" width="300" alt="Work OS" > |
|
</div> |
|
<b>Your app, enterprise-ready</b> |
|
<div> |
|
<sub>Start selling to enterprise customers with just a few lines of code.</sub> |
|
<br> |
|
<sup>Add Single Sign-On (and more) in minutes instead of months.</sup> |
|
</div> |
|
</a> |
|
</p> |
|
<br> |
|
<p> |
|
<a href="https://oss.capital"> |
|
<div> |
|
<img src="./.github/sponsors/oss-logo.svg" width="300" alt="OSS Capital"> |
|
</div> |
|
<div> |
|
<sup><b>Founded in 2018, OSS Capital is the first and only venture capital platform focused<br>exclusively on supporting early-stage COSS (commercial open source) startup founders.</b></sup> |
|
</div> |
|
</a> |
|
</p> |
|
</div> |
|
|
|
<br> |
|
|
|
![](https://i.imgur.com/waxVImv.png) |
|
|
|
Roadmaps are being made interactive and have been moved to website. |
|
|
|
### [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) |
|
- [React Roadmap](https://roadmap.sh/react) |
|
- [Angular Roadmap](https://roadmap.sh/angular) |
|
- [Android Roadmap](https://roadmap.sh/android) |
|
- [Python Roadmap](https://roadmap.sh/python) |
|
- [Go Roadmap](https://roadmap.sh/golang) |
|
- [Java Roadmap](https://roadmap.sh/java) |
|
- [DBA Roadmap](https://roadmap.sh/postgresql-dba) |
|
|
|
![](https://i.imgur.com/waxVImv.png) |
|
|
|
If you think that these can be improved in any way, please do suggest. Also, if you would like to contribute to existing roadmaps or add a new roadmap, please open an issue or reach out to [@kamranahmedse](https://twitter.com/kamranahmedse). |
|
|
|
## Development |
|
|
|
Clone the repository, install the dependencies and start the application |
|
|
|
```bash |
|
git clone git@github.com:kamranahmedse/developer-roadmap.git |
|
npm install |
|
npm run dev |
|
``` |
|
|
|
## Contribution |
|
|
|
> Have a look at [contribution docs](./contributing) for how to update any of the roadmaps |
|
|
|
- Suggest changes to existing roadmaps |
|
- Improve the site's codebase |
|
- Add new Roadmap |
|
- Write tests |
|
- Discuss ideas in issues |
|
- Spread the word |
|
|
|
## License |
|
|
|
Have a look at the [license file](./license) for details
|
|
|