Roadmap to becoming a developer in 2022
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.
 
 
 
 
 
Mohit Rajput 98ea93da8c
fix incorrect url change (#4415)
2 years ago
.github
.vscode
public Update AI and Data Scientist roadmap 2 years ago
scripts Add AI and Data Scientist roadmap 2 years ago
src fix incorrect url change (#4415) 2 years ago
tests
.env.example
.gitignore
.npmrc fix: broken build 2 years ago
.prettierignore
.prettierrc.cjs
astro.config.mjs chore: upgrade to astro v3 (#4437) 2 years ago
code_of_conduct.md
contributing.md Fix content link in contributing.md (#4431) 2 years ago
license
package.json feat: question page with progress tracking 2 years ago
playwright.config.ts
pnpm-lock.yaml feat: question page with progress tracking 2 years ago
readme.md chore: trigger build 2 years ago
sitemap.mjs
tailwind.config.cjs feat: responsiveness of questions 2 years ago
tsconfig.json chore: upgrade to astro v3 (#4437) 2 years ago

readme.md

roadmap.sh

Community driven roadmaps, articles and resources for developers

roadmaps best practices videos roadmaps


Roadmaps are now interactive, you can click the nodes to read more about the topics.

View all Roadmaps

Here is the list of available roadmaps with more being actively worked upon.

We have also added a new form of visual content covering best practices:

Share with the community

Please consider sharing a post about roadmap.sh and the value it provides. It really does help!

GitHub Repo stars GitHub Repo stars GitHub Repo stars GitHub Repo stars GitHub Repo stars

Development

Clone the repository, install the dependencies and start the application

git clone git@github.com:kamranahmedse/developer-roadmap.git
npm install
npm run dev

Note: use the depth parameter to reduce the clone size and speed up the clone.

git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git

Contribution

Have a look at contribution docs 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 for details