@Chenzeze777: 别再花钱报编程培训班了。 GitHub 上这份开发者学习路线图,已经 350 k stars: https://github.com/kamranahmedse/developer-roadmap… 作者是自学转行的开发者,直接把编程路线…

X AI KOLs Timeline 工具

摘要

在GitHub上有35万星星的开发者学习路线图项目,提供前端、后端、DevOps等多条学习路径和实操项目,帮助自学编程。

别再花钱报编程培训班了。 GitHub 上这份开发者学习路线图,已经 350 k stars: https://github.com/kamranahmedse/developer-roadmap… 作者是自学转行的开发者,直接把编程路线拆成 7 条: 前端、后端、DevOps、Android、React、Python、Go。 最狠的是每条路线都带实操项目: 不是教你学语法,而是告诉你每一步该做什么、学什么、跳过什么。
查看原文
查看缓存全文

缓存时间: 2026/06/03 09:47

别再花钱报编程培训班了。

GitHub 上这份开发者学习路线图,已经 350 k stars: https://github.com/kamranahmedse/developer-roadmap…

作者是自学转行的开发者,直接把编程路线拆成 7 条:

前端、后端、DevOps、Android、React、Python、Go。

最狠的是每条路线都带实操项目:

不是教你学语法,而是告诉你每一步该做什么、学什么、跳过什么。


nilbuild/developer-roadmap

Source: https://github.com/nilbuild/developer-roadmap

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 [email protected]: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

相似文章

@laowangbabababa: 太牛逼了 !新东方那一套,已经被一份免费的 GitHub 仓库写完了。 46k stars,作者本人是高考英语省状元。这事儿挺多英语培训机构现在不太想让你知道。 这帮了哪些人? 工作多年想重启英语的,别再花钱报班了,先翻基础认知那章,你以…

X AI KOLs Timeline

一个免费的 GitHub 仓库(46k stars)汇总了英语学习资源,作者是高考英语省状元,旨在帮助工作多年的人重启英语学习,替代昂贵的培训机构。

@IndieDevHailey: 致前女友的一封回信,成了 48.6k Star 的 GitHub 顶流 2017年,一个朋友问他「怎么高效学英语」,他写了份指南。 9年后,这个仓库拿了 48.6k Star,Fork 5.1k,成了中文社区最硬核的英语学习开源项目。

X AI KOLs Timeline

这个故事介绍了一个2017年创建的GitHub英语学习指南仓库,因一封致前女友的回信而走红,至今获得48.6k Star和5.1k Fork,成为中文社区最硬核的英语学习开源项目。

@axichuhai: 卧槽,有个编程大神把自己的工程经验蒸馏成了一个开源项目 GitHub 热榜第一,Star数直接冲上了9万 + 作者是前 Vercel 工程师 Mat,参与过 Next.js 早期开发,以把复杂技术讲得通俗易懂著称。 他把日常和 Claud…

X AI KOLs Timeline

介绍一个登顶GitHub热榜的开源项目hello-agents,它系统整理了AI和Agent从理论到实践的课程,涵盖Agentic RL、SFT、GRPO等技能,由前Vercel工程师Mat参与,将工程经验蒸馏为16个skill,如Grim提示词技巧和红绿循环测试方法。