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.
 
 
 
 
 
Aboody_01 88e7aa9d3f
Add a Javascript error reference article to Nodejs roadmap (#7487)
2 days ago
.astro feat: team dashboard (#7213) 2 weeks ago
.github fix: broken workflow 1 month ago
.vscode tooling: prettier for astro and tailwind (#3732) 2 years ago
editor Fix renderer not working on local (#5694) 5 months ago
public chore: update roadmap content json (#7479) 3 days ago
renderer Allow creating custom roadmaps (#4486) 1 year ago
scripts Ignore compressing .gif 4 weeks ago
src Add a Javascript error reference article to Nodejs roadmap (#7487) 2 days ago
tests Run prettier 2 years ago
.env.example Fix failing build 1 year ago
.gitignore Fix renderer not working on local (#5694) 5 months ago
.npmrc Update dependencies 1 year ago
.prettierignore Run prettier 2 years ago
.prettierrc.cjs Refactor to fix editor scaling issues (#4618) 1 year ago
astro.config.mjs Remove experiemntal features 3 months ago
code_of_conduct.md Run prettier 2 years ago
contributing.md change JSON to Markdown (#7471) 4 days ago
license Update meta files and enable noIndex flag 2 years ago
package-lock.json Update changelog page 4 weeks ago
package.json Update dependencies 6 days ago
playwright.config.ts Run prettier 2 years ago
pnpm-lock.yaml Update dependencies 6 days ago
readme.md Add AI engineer roadmap link 4 days ago
sitemap.mjs Run prettier 2 years ago
tailwind.config.cjs Ensure when TopicDetail is open document.body stops scrolling (#6285) 3 months ago
tsconfig.json feat: team personal progress only (#5586) 5 months 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  ·  Best Practices  ·  Questions

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

Have a look at the get started page that might help you pick up a path.

There are also interactive best practices:

..and questions to help you test, rate and improve your knowledge

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
cd developer-roadmap
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