Top Repositories
The most popular repositories on GitHub.
A curated collection of step-by-step guides to rebuild your favorite technologies from scratch — databases, operating systems, compilers, neural networks, game engines, Docker, Git, blockchain, and more. Master programming through hands-on creation across 30+ domains with tutorials in C, Python, Rust, Go, JavaScript, and many other languages.
sindresorhus / awesome
A curated list of awesome lists covering all kinds of interesting topics. This meta-list serves as the central directory for discovering high-quality resources on programming languages, frameworks, tools, and various technology domains.
A collectively curated list of free public APIs for software and web development. This extensive repository contains thousands of APIs across 100+ categories including animals, finance, health, music, news, science, sports, weather, and more. Maintained by the community and APILayer team.
The world's largest free coding education platform. Offers a self-paced full-stack web development and machine learning curriculum with interactive coding challenges, certifications across responsive web design, JavaScript, Python, databases, and APIs, plus developer language certifications. Built on React, Fastify, and Gatsby, with a vibrant open-source community that has helped over 100,000 people land their first developer job.
openclaw / openclaw
OpenClaw is a self-hosted personal AI assistant that connects to WhatsApp, Telegram, Discord, iMessage and 20+ channels. Features voice wake, live canvas, browser automation, and runs on any OS with local-first privacy.
A comprehensive, open-source guide to mastering large-scale system design. Covers scalability, CAP theorem, databases, caching, load balancing, and more, with real-world architectures, interview questions with solutions, and Anki flashcards for effective spaced-repetition learning.
A comprehensive multi-month self-study plan for software engineering interviews at top tech companies. Covers data structures, algorithms, Big-O, graphs, dynamic programming, system design, and more, with curated video courses, book recommendations, coding practice platforms, and flashcard strategies.
vinta / awesome-python
A curated list of awesome Python frameworks, libraries, software and resources. Covers web frameworks, data analysis, machine learning, testing, and more.
996icu / 996.ICU
996.ICU is an open-source initiative protesting the '996' work culture (9am-9pm, 6 days/week) in Chinese tech companies, advocating for labor law compliance and workers' rights, and introducing the 'Anti-996 License' to restrict non-compliant companies from using licensed code.
obra / superpowers
An agentic skills framework and development methodology for AI coding agents. Provides 14 composable skills that auto-trigger across the full dev lifecycle—brainstorming, planning, TDD, subagent-driven execution, code review, and branch management. Works with Claude Code, Codex, Gemini CLI, Cursor, OpenCode, GitHub Copilot, and more.
react / react
React is a JavaScript library for building user interfaces. It enables developers to create interactive UIs with declarative, component-based architecture. React can render on the server and power mobile apps via React Native.
affaan-m / ECC
A harness-native agent operating system for AI coding tools. 67+ specialized agents, 279+ skills, automated hooks, continuous learning, and security scanning (AgentShield) — production-ready workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, and more.
A self-improving AI agent by Nous Research with a built-in learning loop — it creates skills from experience, autonomously improves them during use, and deepens a user model across sessions. Connect via CLI, Telegram, Discord, Slack, WhatsApp, or Signal. Supports 300+ models (OpenAI, Anthropic, Gemini, etc.), 40+ tools, cron scheduling, subagent delegation, and runs anywhere from a $5 VPS to serverless GPU clusters.
TheAlgorithms / Python
A comprehensive collection of algorithms implemented in Python for educational purposes. Covers sorting, searching, data structures, machine learning, cryptography, and more to help developers learn and understand algorithmic concepts.