Go to file
dsh 9fdb9be863
7165 roadmap title typo (#7177)
* corrected the node title

* corrected file name
2024-09-20 09:48:46 +01:00
.astro Upgrade dependencies 2024-09-10 11:11:21 +01:00
.github fix: broken workflow 2024-09-04 13:55:57 +01:00
.vscode tooling: prettier for astro and tailwind (#3732) 2023-03-30 01:10:47 +01:00
editor Fix renderer not working on local (#5694) 2024-05-17 20:25:46 +01:00
public Add redis roadmap 2024-09-19 23:57:01 +01:00
renderer Allow creating custom roadmaps (#4486) 2023-09-30 13:55:24 +01:00
scripts Refactor github stats 2024-08-19 12:36:28 +01:00
src 7165 roadmap title typo (#7177) 2024-09-20 09:48:46 +01:00
tests Run prettier 2023-03-30 01:23:01 +01:00
.env.example Fix failing build 2023-09-30 14:03:49 +01:00
.gitignore Fix renderer not working on local (#5694) 2024-05-17 20:25:46 +01:00
.npmrc Update dependencies 2023-10-24 14:16:26 +01:00
.prettierignore Run prettier 2023-03-30 01:23:01 +01:00
.prettierrc.cjs Refactor to fix editor scaling issues (#4618) 2023-10-21 19:42:55 +01:00
astro.config.mjs Remove experiemntal features 2024-08-01 15:50:51 +01:00
code_of_conduct.md Run prettier 2023-03-30 01:23:01 +01:00
contributing.md docs(contributing): fix typos (#6892) 2024-09-01 05:31:16 +01:00
license Update meta files and enable noIndex flag 2023-01-05 17:31:47 +04:00
package-lock.json Upgrade dependencies 2024-09-10 11:11:21 +01:00
package.json Add redis roadmap 2024-09-19 23:57:01 +01:00
playwright.config.ts Run prettier 2023-03-30 01:23:01 +01:00
pnpm-lock.yaml Add redis roadmap 2024-09-19 23:57:01 +01:00
readme.md removed 'roadmap' from git & github roadmap name in README (#6889) 2024-08-30 16:47:37 +01:00
sitemap.mjs Run prettier 2023-03-30 01:23:01 +01:00
tailwind.config.cjs Ensure when TopicDetail is open document.body stops scrolling (#6285) 2024-07-30 22:05:20 +01:00
tsconfig.json feat: team personal progress only (#5586) 2024-05-07 14:56:44 +01:00

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
cd developer-roadmap
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