resource: documentation
5314 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| cassidoo/getting-a-gig A written guide by Cassidy Williams helping tech students land jobs and internships, covering resumes, cover letters, skills, networking, r… | 40 | 7726 | active |
| thangchung/clean-code-dotnet A curated guide adapting Robert C. Martin's Clean Code principles to .NET and .NET Core, with C# examples for naming, functions, classes, S… | 63 | 7725 | active |
| json-api/json-api JSON:API is a specification (media type application/vnd.api+json) defining conventions for building JSON APIs, covering resource fetching, … | 37 | 7719 | stable |
| hust-open-atom-club/linux-insides-zh A Chinese translation of the linux-insides book, an in-progress book about Linux kernel internals and low-level mechanisms. It is built wit… | 68 | 7696 | active |
| nayafia/lemonade-stand A curated guide listing ways to financially support open source work, from donation buttons and crowdfunding to open core and venture capit… | 48 | 7687 | stable |
| ahmedbahaaeldin/From-0-to-Research-Scientist-resources-guide A curated learning guide that maps a path from basic programming knowledge to AI research scientist, covering math foundations, machine lea… | 32 | 7674 | active |
| reHackable/awesome-reMarkable A curated awesome-list of projects, tools, and resources for the reMarkable paper tablet, covering APIs, applications, cloud tools, and dev… | 75 | 7654 | active |
| techiescamp/kubernetes-learning-path A curated roadmap repository that guides learners from beginner to advanced Kubernetes concepts, including prerequisites like containers, n… | 70 | 7628 | active |
| linsa-io/books A curated awesome-list of books organized by category, from algorithms and computer science to philosophy and fiction. Each entry notes the… | 64 | 7607 | active |
| datawhalechina/so-large-lm An open-source Chinese-language tutorial series on large language model fundamentals, based on Stanford CS324 and Hung-yi Lee's generative … | 68 | 7605 | active |
| yzfly/Awesome-MCP-ZH A curated Chinese-language collection of resources for the Model Context Protocol (MCP), including guides, MCP clients, MCP servers, and co… | 64 | 7604 | active |
| andreasbm/web-skills A visual, interactive overview of the skills worth learning as a web developer, published as a static web page. It organizes topics from HT… | 32 | 7596 | stable |
| GorvGoyl/Clone-Wars A curated list of 100+ open-source clones and alternatives of popular sites like Airbnb, Netflix, Instagram, and WhatsApp, with source code… | 32 | 36630 | maintenance |
| daviddao/awful-ai Awful AI is a curated list tracking current scary and harmful usages of AI, covering categories like discrimination, disinformation, survei… | 26 | 7553 | active |
| open-guides/og-aws The Open Guide to Amazon Web Services is a community-maintained practical guide covering AWS services, basics, tips, and gotchas. It is a c… | 32 | 36441 | maintenance |
| geekxh/hello-algorithm A Chinese-language algorithm learning resource for beginners, featuring illustrated LeetCode problem solutions, data structure fundamentals… | 32 | 36091 | maintenance |
| yuanguangxin/LeetCode A curated collection of LeetCode problem solutions written in Java, organized by algorithmic category such as hash tables, linked lists, tw… | 44 | 7476 | active |
| SharingSource/LogicStack-LeetCode A daily-updated collection of LeetCode problem solutions and explanations from the Chinese blog '宫水三叶的刷题日记' (Gongshui Sanye's problem-solvi… | 59 | 7472 | active |
| rd2coding/Road2Coding A curated Chinese-language repository aggregating self-study roadmaps, knowledge summaries, resources, and tools for learning programming. … | 46 | 7467 | active |
| arslanbilal/git-cheat-sheet A comprehensive Git and Git Flow cheat sheet providing quick reference for Git commands, from setup and configuration to branching, merging… | 64 | 7435 | active |
| andrew--r/frontend-case-studies A curated collection of technical talks and articles about real-world, enterprise-scale frontend development, covering 184 companies and ov… | 76 | 7434 | active |
| opentofu/manifesto The OpenTF Manifesto is a community statement expressing concern over HashiCorp's relicensing of Terraform from open source to the Business… | 10 | 35670 | maintenance |
| xirong/my-git A practical Git/GitHub handbook for modern engineering teams and the AI coding era, covering mental models, daily workflows, team collabora… | 95 | 7400 | active |
| ryanhanwu/How-To-Ask-Questions-The-Smart-Way A Chinese translation of Eric S. Raymond's classic essay 'How To Ask Questions The Smart Way', teaching how to ask technical questions effe… | 32 | 35641 | maintenance |
| resumejob/awesome-resume A curated collection of professional resume examples, templates, and cover letter phrases for software engineers, in both English and Chine… | 52 | 7389 | active |
| zhongsp/TypeScript A Chinese translation of the official TypeScript handbook and documentation, published as an online book. It covers tutorials, basic types,… | 73 | 7382 | active |
| missing-semester-cn/missing-semester-cn.github.io A Chinese translation of MIT's 'The Missing Semester of Your CS Education' course, covering practical developer tools like the shell, edito… | 75 | 7380 | active |
| jobbole/awesome-go-cn A Chinese-language curated catalog of Go ecosystem resources, a translated and maintained version of avelino/awesome-go. It organizes thous… | 32 | 7380 | active |
| HenryNdubuaku/maths-cs-ai-compendium An open-source online textbook covering mathematics, computer science, and AI/ML with an intuition-first approach, from linear algebra and … | 57 | 7371 | active |
| sb2nov/mac-setup An open-source documentation guide for setting up a development environment on a new Mac, published as a Docusaurus website. It walks throu… | 66 | 7369 | active |
| hellerve/programming-talks A curated list of interesting and recommended talks about programming, covering language-specific topics and general software architecture … | 75 | 7368 | active |
| gregorojstersek/resources-to-become-a-great-engineering-leader A curated list of 200+ resources (books, blogs, newsletters, and people) for becoming a great engineering leader. It covers software engine… | 62 | 7346 | active |
| hwayne/awesome-cold-showers A curated list of articles and papers that temper hype around overhyped programming topics, such as formal verification, static typing, and… | 32 | 7345 | active |
| ubuwaits/beautiful-web-type An in-depth curated guide to the best open-source typefaces, cataloging weights, styles, glyph sets, kerning quality, OpenType features, an… | 75 | 7342 | active |
| ygs-code/vue A line-by-line annotated copy of the Vue 2 source code, accompanied by 40+ MB of process flow charts and mind maps explaining the framework… | 48 | 7335 | active |
| iam-veeramalla/Docker-Zero-to-Hero A tutorial repository for learning Docker from scratch, with examples covering containerization concepts, Dockerfiles, and hands-on exercis… | 31 | 7310 | active |
| unknwon/the-way-to-go_ZH_CN A Chinese translation of the book 'The Way to Go' by Ivo Balbaert, officially titled 《Go 入门指南》, shared as an open-source ebook for learning… | 32 | 35033 | maintenance |
| piglei/one-python-craftsman A collection of Chinese-language articles and an accompanying book ('The Python Craftsman') sharing Python programming experience, covering… | 32 | 7287 | active |
| gaearon/overreacted.io The source code for overreacted.io, Dan Abramov's personal blog containing in-depth essays on React internals, JavaScript, and web developm… | 73 | 7270 | active |
| agmmnn/awesome-blender A curated awesome-list of Blender add-ons, tools, tutorials, and free 3D resources for artists, hobbyists, developers, and researchers. It … | 61 | 7244 | active |
| liuchong/awesome-roadmaps A curated awesome-list of learning roadmaps, mostly about software development, that give clear routes to improve knowledge or skills. It o… | 75 | 7236 | active |
| KathanP19/HowToHunt HowToHunt is a community-curated collection of practical guides, methodologies, and test cases for hunting web vulnerabilities, aimed at bu… | 45 | 7189 | active |
| hakluke/how-to-exit-vim A humorous community-maintained collection of increasingly elaborate methods for exiting the Vim text editor, ranging from simple kill comm… | 75 | 7187 | stable |
| xitu/gold-miner Juejin Translation Plan is a large community-driven project translating high-quality English technical articles and official documentation … | 32 | 34332 | maintenance |
| railsgirls/guides.railsgirls.com Rails Girls Guides is a Jekyll-based website containing step-by-step tutorials for learning Ruby on Rails, created for the Rails Girls comm… | 76 | 7160 | active |
| h2pl/JavaTutorial A comprehensive Java engineer interview study guide and learning repository aggregating curated articles on core Java knowledge. It covers … | 33 | 7151 | active |
| ChromeDevTools/awesome-chrome-devtools A curated awesome-list of tooling, extensions, and learning resources in the Chrome DevTools and Chrome DevTools Protocol ecosystem. It cat… | 66 | 7122 | active |
| lib-pku/libpku A community-curated collection of Peking University course materials, including past exams, lecture notes, slides, and course reviews, brow… | 32 | 33907 | maintenance |
| yeasy/blockchain_guide An open-source Chinese-language book (available online via GitBook and as PDF) that teaches blockchain and distributed ledger technology fr… | 96 | 7077 | active |
| guodongxiaren/README A tutorial repository explaining GitHub Flavored Markdown (GFM) syntax for writing README files, with live examples of headings, tables, im… | 56 | 7056 | active |
| bkrem/awesome-solidity A curated awesome-list of Solidity resources, libraries, tools, tutorials, security materials, and editor plugins for Ethereum smart contra… | 76 | 7045 | active |
| kallaway/100-days-of-code A forkable GitHub template for the #100DaysOfCode challenge, providing rules, a daily progress log, FAQ, and resources in many languages. I… | 32 | 7043 | stable |
| bayandin/awesome-awesomeness A curated meta-list of awesome lists, indexing hundreds of topic-specific curated resource collections across programming languages, tools,… | 32 | 33626 | maintenance |
| paragonie/awesome-appsec A curated list of resources for learning about application security, including books, websites, blog posts, and self-assessment quizzes. It… | 36 | 7040 | active |
| skywind3000/preserve-cd A game preservation project distributing curated ISO images of rare classic DOS games and small Windows/Flash games, with screenshots and d… | 32 | 7032 | active |
| valeman/Awesome_Math_Books A curated awesome-list repository collecting the best mathematics books, spanning classical foundations, probability, analysis, geometry, a… | 66 | 7023 | active |
| karminski/one-small-step A collection of short technical explainer tutorials focused on cutting-edge AI and LLM concepts, each designed to be read in under five min… | 53 | 6986 | active |
| doocs/technical-books A curated list of recommended technical books covering computer fundamentals, networking, frontend, backend, databases, architecture, big d… | 77 | 6976 | active |
| zhaochenyang20/Awesome-ML-SYS-Tutorial A collection of learning notes and tutorial blog posts on machine learning systems, focusing on RL infrastructure, online/offline inference… | 66 | 6967 | active |
| xiaobaiTech/golangFamily A curated Chinese-language collection of Golang interview questions, learning guides, knowledge maps, and growth roadmaps for backend devel… | 23 | 6962 | active |
| amitness/learning A personal, publicly maintained log of learning resources (books, courses, tutorials) covering machine learning, deep learning, NLP, genera… | 75 | 6948 | active |
| dunwu/linux-tutorial A Chinese-language Linux tutorial collection covering Linux commands, system administration, software ops, Docker, and curated shell script… | 50 | 6936 | active |
| sb2nov/resume A single-page, one-column LaTeX resume template for software developers with documented sections and custom formatting commands. It can be … | 69 | 6933 | stable |
| macrozheng/springcloud-learning A Spring Cloud microservices tutorial with accompanying sample code, based on the mall-swarm e-commerce project. It covers Spring Cloud Ali… | 32 | 6921 | active |
| oldratlee/translations A curated collection of Chinese translations of classic English software development articles and resources, covering topics like functiona… | 37 | 6913 | active |
| hijkzzz/Awesome-LLM-Strawberry A curated awesome-list of research papers, blogs, and projects focused on OpenAI o1 (Strawberry) and LLM reasoning techniques like chain-of… | 48 | 6899 | active |
| Kavex/GameDev-Resources A curated awesome-list of game development resources covering assets, engines, tools, tutorials, books, and game jams. It organizes links b… | 66 | 6879 | active |
| mmccaff/PlacesToPostYourStartup A curated awesome-list of websites and subreddits where founders can post their startup to find beta users, originally compiled from Hacker… | 62 | 6868 | active |
| abhivaikar/howtheytest A curated collection of publicly available resources on how software companies test their software and build quality culture, organized by … | 77 | 6866 | active |
| microsoft/Security-101 An 8-lesson open curriculum from Microsoft that teaches cybersecurity fundamentals to beginners, covering topics like the CIA triad, identi… | 70 | 6834 | active |
| yanfeizhang/coder-kung-fu A curated collection of in-depth Chinese-language technical articles ('Coder Kung Fu') explaining how CPUs, memory, disks, networks, GPUs, … | 77 | 6807 | active |
| open-source-ideas/ideas A community-driven GitHub repository that collects crowdsourced open source project ideas as labeled issues. It connects people with ideas … | 52 | 6805 | active |
| EdoStra/Marketing-for-Founders A curated awesome-list of practical marketing resources for founders trying to acquire their first 10, 100, or 1000 users for a SaaS, app, … | 60 | 6795 | active |
| yaelwrites/Big-Ass-Data-Broker-Opt-Out-List A curated, regularly updated list of data broker sites with instructions for opting out of having your personal information listed. It prio… | 75 | 6778 | active |
| fuzhengwei/itstack-demo-design The companion code repository for the book 'Relearning Java Design Patterns' (重学Java设计模式) by 小傅哥, containing runnable Java/Spring Boot exam… | 32 | 6776 | stable |
| Hexlet/ru-test-assignments A curated open catalog of ~400 real test assignments from nearly 200 IT companies, maintained by the Hexlet education project and community… | 76 | 6775 | active |
| awesome-NeRF/awesome-NeRF A curated awesome-list of neural radiance fields (NeRF) papers, surveys, talks, and implementations. It serves as a research reference inde… | 32 | 6775 | active |
| RomuloOliveira/commit-messages-guide A multilingual guide explaining the importance of well-written git commit messages and how to write them. It covers what commits are, best … | 44 | 6766 | stable |
| jtleek/datasharing A written guide by the Leek group explaining best practices for sharing data with statisticians and data scientists. It covers delivering r… | 32 | 6751 | stable |
| kubernetes/examples The official Kubernetes Examples repository, curated by SIG Apps, providing educational examples for deploying applications and workloads o… | 64 | 6687 | active |
| olivierlacan/keep-a-changelog Keep a Changelog is a specification and advocacy project that defines a standard, human-readable format for writing software changelogs in … | 67 | 6679 | active |
| cncf/curriculum The official open-source curriculum documents for CNCF certification exams such as CKA, CKAD, CKS, KCNA, and various project-specific assoc… | 73 | 6652 | active |
| basecamp/handbook The open-source employee handbook of 37signals (Basecamp), published as a collection of Markdown documents covering policies, benefits, rem… | 68 | 6649 | active |
| piotrkulpinski/open-source-alternatives A curated awesome list of open source alternatives to proprietary software, maintained by the OpenAlternative project. It catalogs FOSS rep… | 70 | 6640 | active |
| crisxuan/bestJavaer cxuan-ai-labs (formerly bestJavaer) is an open-source personal lab documenting AI-assisted development workflows, Agent experiments, model … | 75 | 6627 | active |
| AMAI-GmbH/AI-Expert-Roadmap A set of visual roadmap charts guiding learners through the paths to become a data scientist, machine learning, deep learning, or AI expert… | 51 | 31218 | maintenance |
| shockerli/go-awesome A curated awesome-list of Go language resources including tutorials, documentation, books, notable developers, organizations, and open-sour… | 32 | 6605 | active |
| microsoft/vscode-docs The official public documentation repository for Visual Studio Code, containing Markdown content published to code.visualstudio.com/docs. I… | 77 | 6601 | active |
| FrontEndGitHub/FrontEndGitHub A curated Chinese-language collection of the best frontend open-source projects on GitHub, organized into thematic lists covering JavaScrip… | 32 | 6595 | active |
| ascoders/weekly A Chinese-language weekly newsletter of carefully annotated deep-dives into frontend and web technology articles, with ~300 issues covering… | 23 | 31082 | maintenance |
| rust-lang/rfcs The official repository of Request for Comments (RFC) documents for the Rust programming language, defining the process for proposing subst… | 76 | 6585 | active |
| shuaibiyy/awesome-tf A curated, community-maintained list of resources for HashiCorp's Terraform and its open-source fork OpenTofu. It organizes links to offici… | 77 | 6581 | active |
| facundoolano/software-papers A curated list of influential academic papers for software engineers, organized by topic from early programming history to modern systems. … | 69 | 6578 | active |
| weekend-project-space/top-rss-list A curated list of the most-subscribed RSS feeds, with a focus on high-quality Chinese-language sources, ranked by subscriber count. It serv… | 74 | 6575 | active |
| Pro Git Pro Git 2nd Edition is an open-source book about the Git version control system, written in AsciiDoc and freely available online in many la… | 88 | 6568 | active |
| herrbischoff/awesome-macos-command-line A curated awesome-list of macOS terminal shell commands, tips, and command-line apps for doing powerful things from the command line. The G… | 10 | 30853 | maintenance |
| decalage2/awesome-security-hardening A curated awesome-list of security hardening guides, best practices, checklists, benchmarks, and tools covering Linux, Windows, macOS, netw… | 68 | 6526 | active |
| hongleizhang/RSPapers A curated list of must-read papers, surveys, and tutorials on recommender systems, covering topics from collaborative filtering to LLM-base… | 64 | 6511 | active |
| qinwf/awesome-R A curated list of R packages, frameworks, tools, and learning resources organized by category. It serves as a discovery index for the R eco… | 51 | 6507 | active |
| rubocop/rails-style-guide A community-driven style guide for Ruby on Rails covering routing, controllers, models, migrations, views, and more. It serves as the refer… | 74 | 6504 | active |