27 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- freeCodeCamp/freeCodeCamp
freeCodeCamp is an open-source, web-based educational platform designed to facilitate software engineering skill acquisition through a structured, project-driven curriculum. It combines theoretical instruction with hands-on coding exercises, requiring users to build functional applications to demonstrate mastery of pro
Interactive Learning PlatformsProject-Based Coding CurriculaAutomated Assessment Environments - donnemartin/system-design-primer
This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a
System Design CurriculaCurriculaDistributed Systems - facebook/react
React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.
Component LibrariesComponent-Based ArchitecturesJSX Syntax - openclaw/openclaw
Openclaw is a platform for managing agent execution environments, providing the infrastructure to control agent lifecycles, session state, and workspace persistence. It features a centralized gateway that handles model loops, tool invocation, and streaming events, while supporting multi-agent routing and persistent mem
Acceptable Usage PoliciesAgent Command Line InterfacesAgent Communication Protocols - vuejs/vue
This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained
Animation Transition ComponentsAsynchronous Component LoadersAsynchronous Update Queues - trekhleb/javascript-algorithms
This project is a comprehensive educational repository that provides functional implementations of fundamental computer science algorithms and data structures. It serves as a structured reference for developers to study computational logic, problem-solving strategies, and the mathematical principles that underpin softw
Algorithmic ImplementationsAlgorithmic ParadigmsAlgorithmic Reference Collections - yt-dlp/yt-dlp
This project is a command-line media downloader designed for the systematic retrieval and organization of digital content from diverse online platforms. It functions as an extensible extraction engine that utilizes a declarative format-selection pipeline to automate the identification, merging, and downloading of speci
Media DownloadersAutomated Media ArchiversMedia Format Selectors - vercel/next.js
Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framewor
Extended Fetch APIsApplication ConfigurationCache Invalidation Utilities - facebook/react-native
This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.
Cross-Platform Mobile FrameworksNative Mobile FrameworksAsynchronous Bridge Communications - anomalyco/opencode
OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive com
Agent ConfigurationsAction Resolution PoliciesMCP Server Controls - godotengine/godot
Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat
Cross-Platform Game EnginesNode-Based Game EnginesScene Graph Systems - goldbergyoni/nodebestpractices
This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across
Application MonitoringLayered ArchitecturesModular Architectures - Comfy-Org/ComfyUI
ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks wit
Node-Based Generative PipelinesVisual Workflow EditorsDirected Acyclic Graph Execution Engines - tauri-apps/tauri
Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin
Cross-Platform Desktop FrameworksHybrid Desktop FrameworksWebview Runtimes - nvbn/thefuck
This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persis
Command Correction ToolsCommand Correction EnginesCommand Error Correction Engines - iluwatar/java-design-patterns
This project is a comprehensive educational knowledge base designed to help developers master software engineering excellence through a structured catalog of design patterns and architectural principles. It provides a curated repository of best practices, programming heuristics, and implementation examples, all organiz
Code SnippetsDesign Pattern CatalogsAlgorithmic Implementations - storybookjs/storybook
Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without r
Component SandboxesComponent StorybooksIsolated Component Environments - gin-gonic/gin
Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework
HTTP RoutersMiddleware-Oriented FrameworksRadix Tree Routers - home-assistant/core
Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve
Home Automation PlatformsAutomation TemplatesComponent Integration Models - ruanyf/weekly
This project is a long-term, curated tech newsletter and digital trend repository designed for software developers and technology enthusiasts. It functions as a knowledge aggregation archive, providing a recurring publication that synthesizes industry insights, technical trends, and cultural commentary to help professi
Tech NewslettersTrend Analysis ArchivesWeekly Newsletter Archives