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.
 
 
 
 
 
Kamran Ahmed 6e9fe97e5c Update dependencies 11 months ago
.github Rename deployment 11 months ago
.vscode tooling: prettier for astro and tailwind (#3732) 2 years ago
editor Refactor to fix editor scaling issues (#4618) 1 year ago
public Add content for technical writer roadmap 12 months ago
renderer Allow creating custom roadmaps (#4486) 1 year ago
scripts Update renderer 11 months ago
src Update twitter icon in sharing button 11 months ago
tests Run prettier 2 years ago
.env.example Fix failing build 1 year ago
.gitignore Refactor to fix editor scaling issues (#4618) 1 year 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 chore: upgrade to astro v3 (#4437) 1 year ago
code_of_conduct.md Run prettier 2 years ago
contributing.md Fix content link in contributing.md (#4431) 1 year ago
license Update meta files and enable noIndex flag 2 years ago
package.json Update dependencies 11 months ago
playwright.config.ts Run prettier 2 years ago
pnpm-lock.yaml Update dependencies 11 months ago
readme.md Add link to technical writer roadmap 11 months ago
sitemap.mjs Run prettier 2 years ago
tailwind.config.cjs Update twitter icon and progress nudge 11 months ago
tsconfig.json chore: upgrade to astro v3 (#4437) 1 year 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.

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
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