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 f1b6d13928 Add youtube header on roadmap pages 3 years ago
.github Update build workflow 3 years ago
components Add youtube header on roadmap pages 3 years ago
content Update go roadmap title 3 years ago
contributing Add readme and contribution docs 3 years ago
lib Add python roadmap 3 years ago
pages Add youtube header on roadmap pages 3 years ago
public Compress roadmaps images 3 years ago
scripts Add python roadmap 3 years ago
styles Fix z-index issue on the ad 3 years ago
.eslintrc Fix linting issues 3 years ago
.gitignore Update gitignore 3 years ago
.prettierrc Add homepage UI 3 years ago
README.md Add readme and contribution docs 3 years ago
next-env.d.ts Add roadmap page 3 years ago
next.config.js Add support for environment variables 3 years ago
package-lock.json Disable ugly focus 3 years ago
package.json Disable ugly focus 3 years ago
tsconfig.json Initial commit from Create Next App 3 years ago
yarn.lock Disable ugly focus 3 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