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

87 lines
3.3 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-02 18:10:50 +01:00
![](https://i.imgur.com/waxVImv.png)
2021-12-02 17:22:01 +01:00
2022-09-20 18:11:22 +04:00
Roadmaps are now interactive, you can click the nodes to read more about the topics.
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)
2022-09-02 01:17:13 +04:00
- [QA Roadmap](https://roadmap.sh/qa)
2022-09-26 20:42:03 +04:00
- [Software Architect Roadmap](https://roadmap.sh/software-architect)
- [Software Design and Architecture Roadmap](https://roadmap.sh/software-design-architecture)
2022-09-13 23:43:08 +04:00
- [JavaScript Roadmap](https://roadmap.sh/javascript)
2021-12-02 17:22:01 +01:00
- [React Roadmap](https://roadmap.sh/react)
2022-08-08 18:34:23 +04:00
- [Vue Roadmap](https://roadmap.sh/vue)
2021-12-02 17:22:01 +01:00
- [Angular Roadmap](https://roadmap.sh/angular)
- [Node.js Roadmap](https://roadmap.sh/nodejs)
2022-09-13 23:43:08 +04:00
- [Android Roadmap](https://roadmap.sh/android)
2022-10-28 19:41:24 +04:00
- [Flutter Roadmap](https://roadmap.sh/flutter)
2021-12-02 17:22:01 +01:00
- [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)
2022-09-13 23:43:08 +04:00
- [Design System Roadmap](https://roadmap.sh/design-system)
2021-12-07 13:44:55 -08:00
- [DBA Roadmap](https://roadmap.sh/postgresql-dba)
2022-08-16 04:41:33 +04:00
- [Blockchain Roadmap](https://roadmap.sh/blockchain)
2022-10-28 19:41:24 +04:00
- [ASP.NET Core Roadmap](https://roadmap.sh/aspnet-core)
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
2022-09-15 20:34:18 +04:00
> Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps
2021-12-02 17:22:01 +01:00
2022-09-15 20:34:18 +04:00
- Add content to roadmaps
- Add new roadmaps
2021-12-02 17:36:46 +01:00
- Suggest changes to existing roadmaps
2021-12-02 17:22:01 +01:00
- Discuss ideas in issues
- Spread the word
2022-09-10 00:25:09 +05:30
## Thanks to all contributors ❤
2022-09-09 22:56:46 +04:00
2022-09-10 00:25:09 +05:30
<a href = "https://github.com/kamranahmedse/developer-roadmap/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=kamranahmedse/developer-roadmap"/>
</a>
2021-12-02 17:22:01 +01:00
## License
2021-12-11 02:54:16 +01:00
Have a look at the [license file](./license) for details