A Chinese developer's study bible, open-sourced
One popular creator's entire curriculum—learning paths, bug manuals, interview prep, and a 30-topic programming dictionary—packaged as a TypeScript site.

What it does
This is the source for codefather.cn, a Chinese-language programming education portal run by the influencer “程序员鱼皮” (Coder Fishskin). It bundles structured roadmaps for Java, frontend, Python, C++, algorithms, computer fundamentals, and newer AI tracks like RAG, MCP, and AI Agent development. The site also hosts live-streamed project tutorials, a bug-fix playbook, job-hunting guides, and a terminology dictionary covering 30 tech domains.
The interesting bit
The README frames the project as a full-stack “dragon service”: learn concepts → build projects → review notes → get Q&A help → polish your résumé → crack interview questions. That pipeline is unusual for a static content repo; it suggests the codebase is more than a blog, likely scaffolding a community platform with paid tiers (the “编程导航” circle is described as a top domestic programming community).
Key highlights
- Curated learning paths for 10+ stacks, from SQL and Linux to AI application development
- “Bug修复手册” with classic bug cases and resolution patterns
- “编程词典” spanning 30 directions including blockchain, embedded systems, and cybersecurity
- Live project tutorials with end-to-end coverage through interview prep
- Author’s personal zero-to-one journey documented as a meta-learning case study
Caveats
- All content is Chinese-language; no English localization is mentioned
- The repo README is essentially a sitemap; technical architecture and contribution guidelines are absent
- Several sections (“产品服务”, “编程导航”) point to paid commercial offerings, so the open-source boundary is unclear
Verdict
Worth a look if you read Chinese and want a structured, opinionated curriculum rather than piecing together scattered tutorials. Skip it if you need deep technical docs, English content, or a purely volunteer-driven project.
Frequently asked
- What is liyupi/codefather?
- One popular creator's entire curriculum—learning paths, bug manuals, interview prep, and a 30-topic programming dictionary—packaged as a TypeScript site.
- Is codefather open source?
- Yes — liyupi/codefather is an open-source project tracked on heatdrop.
- What language is codefather written in?
- liyupi/codefather is primarily written in TypeScript.
- How popular is codefather?
- liyupi/codefather has 8k stars on GitHub and is currently cooling off.
- Where can I find codefather?
- liyupi/codefather is on GitHub at https://github.com/liyupi/codefather.