Roadmap to becoming a developer in 2022
 
 
 
 
 
dsh d60fc67da7
Merge pull request #5065 from jafzak/patch-1
1 year ago
.astro Add tns link 1 year ago
.github Take out cloudfront cache busting into a separate github action 1 year ago
.vscode
editor Refactor to fix editor scaling issues (#4618) 2 years ago
public feat: implement image compressor (#5551) 1 year ago
renderer
scripts feat: implement image compressor (#5551) 1 year ago
src Merge pull request #5065 from jafzak/patch-1 1 year ago
tests Run prettier 2 years ago
.env.example
.gitignore Fix typo on getting started page (#5166) 1 year ago
.npmrc Update dependencies 2 years ago
.prettierignore
.prettierrc.cjs Refactor to fix editor scaling issues (#4618) 2 years ago
astro.config.mjs feat: implement image compressor (#5551) 1 year ago
code_of_conduct.md
contributing.md
license
package.json Update dependencies 1 year ago
playwright.config.ts
pnpm-lock.yaml Change activity title 1 year ago
readme.md Add linux roadmap 1 year ago
sitemap.mjs
tailwind.config.cjs Update twitter icon and progress nudge 2 years ago
tsconfig.json feat: team personal progress only (#5586) 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.

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