Roadmap to becoming a developer in 2022
 
 
 
 
 
Kamran Ahmed c01d595546 Update sponsors info 5 years ago
.github Update PULL_REQUEST_TEMPLATE.md 5 years ago
components Add sponsors page 5 years ago
config Push dev configuration 6 years ago
content Rename storage directory 5 years ago
contributing Rename storage directory 5 years ago
layouts fix: invalid canonicalization 5 years ago
lib Rename storage directory 5 years ago
pages Update sponsors info 5 years ago
public Update sitemap 5 years ago
scripts Update sitemap path 5 years ago
test Rename storage directory 5 years ago
.babelrc
.editorconfig
.gitignore Push dev configuration 6 years ago
CODE_OF_CONDUCT.md Add license and github templates 5 years ago
LICENSE Add license and github templates 5 years ago
next.config.js
package.json Update dependencies 5 years ago
postcss.config.js
readme.md Fix broken logo in readme 5 years ago
yarn.lock Update dependencies 5 years ago

readme.md

roadmap.sh

Community driven roadmaps, articles and resources for developers

roadmaps roadmaps roadmaps

roadmap.sh is the community effort to create knowledge that is approachable for the developers.

The website is built with Next.js, contains roadmaps which are the step by step guides for developers, guides which are the easier to understand explanations on the complex topics. Anyone can contribute to the website by suggesting changes to existing paths, adding learning resources, becoming an author by adding new guides, updating the existing guides.

Development

Clone the repository, install the dependencies and start the application

git clone https://github.com/kamranahmedse/roadmap.sh
yarn install
yarn dev

Contributions

  • Add new Roadmap
  • Suggest changes to existing roadmap
  • Write an article
  • Improve the site's codebase
  • Write tests