1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 03:52:59 +01:00
developer-roadmap/readme.md

122 lines
4.1 KiB
Markdown
Raw Normal View History

2021-12-20 14:31:18 +04:00
<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">
2021-12-21 14:42:02 +04:00
<img src="https://img.shields.io/badge/-Roadmaps%20-0a0a0a.svg?style=flat&colorA=0a0a0a" alt="roadmaps" />
2021-12-20 14:31:18 +04:00
</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>
2021-12-21 14:42:02 +04:00
<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>
2021-12-20 14:31:18 +04:00
<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>
2021-12-02 17:22:01 +01:00
2021-12-20 14:31:18 +04:00
<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>
2022-02-16 22:27:54 +04:00
<img src="./.github/sponsors/doppler-logo.svg?v2" width="300" alt="Doppler" >
2021-12-20 14:31:18 +04:00
</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>
2022-01-28 02:26:37 +04:00
<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>
2021-12-20 14:31:18 +04:00
<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>
2021-12-02 17:22:01 +01:00
2021-12-20 14:31:18 +04:00
<br>
2021-12-02 17:22:01 +01:00
2021-12-02 18:10:50 +01:00
![](https://i.imgur.com/waxVImv.png)
2021-12-02 17:22:01 +01:00
2021-12-02 18:10:50 +01:00
Roadmaps are being made interactive and have been moved to website.
2021-12-02 17:22:01 +01:00
2021-12-02 18:10:50 +01:00
### [View all Roadmaps](https://roadmap.sh)
2021-12-02 17:22:01 +01:00
2021-12-02 18:10:50 +01:00
![](https://i.imgur.com/waxVImv.png)
2021-12-02 17:22:01 +01:00
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)
2021-12-04 19:05:53 +05:00
- [Go Roadmap](https://roadmap.sh/golang)
2021-12-02 17:22:01 +01:00
- [Java Roadmap](https://roadmap.sh/java)
2021-12-07 13:44:55 -08:00
- [DBA Roadmap](https://roadmap.sh/postgresql-dba)
2021-12-02 17:22:01 +01:00
2021-12-02 18:10:50 +01:00
![](https://i.imgur.com/waxVImv.png)
2021-12-02 17:27:00 +01:00
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).
2021-12-02 17:22:01 +01:00
## Development
Clone the repository, install the dependencies and start the application
```bash
2021-12-02 17:27:00 +01:00
git clone git@github.com:kamranahmedse/developer-roadmap.git
2021-12-02 17:22:01 +01:00
npm install
npm run dev
```
## Contribution
2021-12-02 17:27:00 +01:00
> Have a look at [contribution docs](./contributing) for how to update any of the roadmaps
2021-12-02 17:22:01 +01:00
2021-12-02 17:36:46 +01:00
- Suggest changes to existing roadmaps
2021-12-02 17:24:31 +01:00
- Improve the site's codebase
2021-12-02 17:36:46 +01:00
- Add new Roadmap
2021-12-02 17:22:01 +01:00
- Write tests
- Discuss ideas in issues
- Spread the word
## License
2021-12-11 02:54:16 +01:00
Have a look at the [license file](./license) for details