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 998ddbe7ec Add roadmaps meta generator 5 years ago
.github Restructure and update readme 5 years ago
components Add roadmaps meta generator 5 years ago
config Push dev configuration 5 years ago
contributing Update contribution docs 5 years ago
layouts Restructure and update imports 5 years ago
lib Add dotenv file loading 5 years ago
pages Add roadmap pathmap generator 5 years ago
scripts Add roadmaps meta generator 5 years ago
static Add roadmaps meta generator 5 years ago
storage Add roadmaps meta generator 5 years ago
test Update pathmap generation for roadmap routes 5 years ago
.babelrc Add basic styled components and layout 5 years ago
.editorconfig Add footer for guide pages 5 years ago
.gitignore Push dev configuration 5 years ago
license Update license 5 years ago
next.config.js Add configuration and build changes 5 years ago
package.json Add roadmaps meta generator 5 years ago
postcss.config.js Add hero section and prepare header 5 years ago
readme.md Update readme.md 5 years ago
yarn.lock Fix broken build 5 years ago

readme.md

roadmap.sh

Community driven roadmaps, articles and resources for developers

roadmaps contribute

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