Interactive roadmaps, guides and other educational content to help developers grow in their careers. https://roadmap.sh
  • TypeScript 84.5%
  • Astro 10.9%
  • JavaScript 3.1%
  • CSS 1.3%
  • Shell 0.2%
Find a file
2026-06-18 11:40:46 +02:00
.astro Migrate best practices to our editor (#9362) 2025-11-17 13:21:16 +00:00
.cursor/rules Add sql questions guide 2025-06-17 18:21:17 +01:00
.github Rename username 2026-04-26 18:07:16 +01:00
.vscode feat: histories in global chat and roadmap chat (#8775) 2025-06-13 01:19:01 +01:00
packages Migrate to Tailwind 4 + Editor Upgrade (#8465) 2025-04-07 12:53:25 +01:00
public feat: add code review assets (#9370) 2025-11-18 16:50:24 +00:00
scripts Fix roadmap resource title escaping (#10037) 2026-06-01 19:32:08 +02:00
src Update link for 'Machine Learning: The Basics' resource (#10085) 2026-06-18 11:40:46 +02:00
tests Run prettier 2023-03-30 01:23:01 +01:00
.env.example fix: rename key 2025-09-01 20:12:50 +01:00
.gitignore Migrate to Tailwind 4 + Editor Upgrade (#8465) 2025-04-07 12:53:25 +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 Rename username 2026-04-26 18:07:16 +01:00
code_of_conduct.md Run prettier 2023-03-30 01:23:01 +01:00
contributing.md Rename username 2026-04-26 18:07:16 +01:00
license Update license 2025-10-22 10:39:18 +05:00
package-lock.json Update changelog page 2024-09-23 15:19:10 +01:00
package.json Add script to clean orphans 2026-03-03 18:22:27 +00:00
playwright.config.ts Run prettier 2023-03-30 01:23:01 +01:00
pnpm-lock.yaml fix: course banner overlays the table of contents (#9097) 2025-09-04 10:29:20 +01:00
pnpm-workspace.yaml Migrate to Tailwind 4 + Editor Upgrade (#8465) 2025-04-07 12:53:25 +01:00
readme.md Update readme.md (#10090) 2026-06-18 11:38:10 +02:00
requirements.txt content(python): add resources for pydantic and sanic topics (#10045) 2026-06-08 08:55:06 +02:00
sitemap.mjs Run prettier 2023-03-30 01:23:01 +01:00
tailwind.config.cjs Add sql coupon code 2025-06-05 19:12:21 +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:nilbuild/developer-roadmap.git --depth 1
cd developer-roadmap
pnpm add @roadmapsh/editor@npm:@roadmapsh/dummy-editor -w
pnpm install

Run the development server with:

pnpm dev

Make sure to rename .env.example to .env before running the app.

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