31 repos
Dependency Management — DevOps & Infrastructure
We curate 31 GitHub repositories matching devops & infrastructure · Dependency Management. Refine with filters or upvote what's useful.
Dependency Management — DevOps & Infrastructure
- jwasham/coding-interview-university
jwasham/coding-interview-university
337,188This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling users to build a professional engineering foundation through iterative study and practical implementation. The curriculum distinguishes itself by integrating theoretical knowledge with professional development, offering a unified index of cross-referenced resources including books, academic papers, and video tutorials. It emphasizes the standardization of algorithmic efficiency through asymptotic complexity analysis and provides granular, modular topic decomposition to facilitate focused, incremental learning across vast technical domains. Beyond core algorithms and data structures, the repository covers a broad capability surface including system architecture design, distributed systems, computer security, and advanced mathematical modeling. It also provides strategic guidance for the entire hiring lifecycle, from resume optimization and behavioral interview preparation to long-term career growth. The entire knowledge base is maintained as a version-controlled, markdown-driven repository, allowing for a platform-agnostic and collaborative approach to technical education.
algorithmalgorithmscoding-interview - donnemartin/system-design-primer
donnemartin/system-design-primer
335,906This 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 combination of study guides, architectural patterns, and practical problem-solving methodologies. The project distinguishes itself by applying theoretical concepts to real-world scenarios through case-study-based modeling and a constraint-driven analysis framework. It emphasizes trade-off-centric documentation, which highlights the inherent conflicts between architectural patterns to guide informed decision-making. To reinforce learning, the repository includes an active-recall study mechanism featuring curated flashcards and a hierarchical taxonomy that organizes complex concepts into manageable modules. The resource covers a broad capability surface, including strategies for scaling cloud infrastructure, managing data consistency, and optimizing system performance through caching, load balancing, and asynchronous communication. It also provides extensive object-oriented design exercises and structured interview preparation materials, such as back-of-the-envelope calculations and step-by-step design frameworks for common high-throughput services. The documentation is organized as a modular reference guide, allowing users to navigate through foundational topics and advanced architectural discussions at their own pace.
Pythondesigndesign-patternsdesign-system - vinta/awesome-python
vinta/awesome-python
283,687This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. The directory distinguishes itself by providing a structured index of resources categorized by technical domain, ranging from foundational development utilities to specialized engineering fields. It covers high-level capabilities including artificial intelligence, data science, web development, and infrastructure management, allowing developers to identify vetted solutions for specific technical challenges. The project encompasses a broad capability surface, including tools for dependency management, static code analysis, and automated testing. It also catalogs resources for persistent data storage, cloud infrastructure orchestration, and interface development, providing a unified reference for building and maintaining complex software systems.
Pythonawesomecollectionspython - practical-tutorials/project-based-learning
practical-tutorials/project-based-learning
258,742This project is a centralized, community-driven repository of hands-on tutorials designed to facilitate skill acquisition through the practical construction of real-world software applications. It serves as a comprehensive directory that aggregates external documentation and instructional materials, providing a structured path for developers to master specific programming languages and technical domains. The repository distinguishes itself by organizing disparate technical resources into a hierarchical, taxonomy-based structure that enables developers to discover and navigate diverse software engineering disciplines. By grouping individual projects into logical sequences, it provides a roadmap that helps learners progress from foundational concepts to advanced implementation. The content is maintained through collaborative contributions, ensuring that the collection remains a current and expansive resource for the developer community. The project covers a broad capability surface, spanning domains such as full-stack web development, mobile application engineering, and interactive game development. It includes resources for a wide array of programming languages, ranging from systems-level languages like C, C++, and Rust to high-level and functional languages such as Python, Ruby, Haskell, and Clojure. These materials support specialized technical mastery in areas including machine learning, data science, and network programming. The directory is structured to allow for efficient discovery by programming language and technical domain, with a clear table of contents to help users locate specific information. It functions as a persistent index of external links, connecting developers to third-party documentation and tutorials to deepen their understanding of technical concepts.
beginner-projectcppgolang - facebook/react
facebook/react
245,171React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.
JavaScriptjavascriptuifrontend - trekhleb/javascript-algorithms
trekhleb/javascript-algorithms
195,648This 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 software engineering. By organizing code into modular, reusable components, the repository facilitates the learning of core concepts ranging from basic storage models to complex algorithmic paradigms. What distinguishes this collection is its focus on pedagogical clarity and performance transparency. Every implementation is paired with detailed documentation and mathematical analysis, allowing users to evaluate the time and space efficiency of various approaches using standard notation. This emphasis on complexity analysis helps developers understand how different logic choices scale relative to input size, providing a practical framework for performance optimization and technical interview preparation. The codebase covers a broad spectrum of technical capabilities, including hierarchical and sequential data storage models, sorting methods, and various search strategies. It incorporates automated test suites to verify the correctness of each logical implementation, ensuring that the provided examples serve as reliable references. The repository is designed to be accessible for study and professional development, with clear guidance on how to navigate the codebase and execute standard verification workflows.
JavaScriptalgorithmalgorithmscomputer-science - tensorflow/tensorflow
tensorflow/tensorflow
193,864TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads across heterogeneous hardware accelerators and decentralized network nodes. It employs deferred-execution symbolic graphs to perform graph-level optimizations, fusion, and ahead-of-time kernel compilation for specific hardware architectures. To ensure consistent performance across production environments, it features a standardized serialization format for model graphs and specialized tools for model serving, quantization, and compression. Beyond core training capabilities, the platform includes a high-throughput data ingestion engine that supports asynchronous, multi-threaded pipelines to prevent bottlenecks. It also offers extensive support for hardware abstraction, allowing for pluggable device integration and containerized acceleration. The ecosystem is rounded out by utilities for data validation, federated learning, and specialized modeling tasks, providing a complete toolchain for moving models from research into high-availability production environments.
C++deep-learningdeep-neural-networksdistributed - flutter/flutter
flutter/flutter
175,261This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-performance rendering engine and a multi-platform compilation model. The framework provides a comprehensive suite of developer tools, including hot reloading for real-time code injection and diagnostic utilities for monitoring application state and performance. It features a modular component system, a constraint-based layout engine, and built-in support for navigation, localization, and accessibility. Developers can extend functionality through a native integration model that supports platform-specific APIs, foreign function interfaces, and a package management system for dependency distribution. Beyond core UI development, the project includes infrastructure for application packaging and distribution across various app stores and web environments. It also incorporates concurrency models for background task management, security utilities for code obfuscation, and tools for integrating generative AI into the development workflow.
Dartandroidapp-frameworkcross-platform - avelino/awesome-go
avelino/awesome-go
165,543This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently discover resources tailored to specific functional domains. The repository distinguishes itself through a decentralized contribution model, where community-driven updates ensure the index remains current with the rapidly evolving software landscape. Beyond simple resource listing, it acts as a technical knowledge repository, aggregating professional literature, style guides, and best practices to support developer onboarding and professional growth across the entire software development lifecycle. The directory covers a broad capability surface, including essential utilities for distributed systems engineering, application security, data processing, and development productivity. It provides access to specialized tools for database management, web framework integration, testing, and build automation, alongside educational materials that help developers master language-specific architectural patterns. The project is maintained as a static resource aggregation, providing a holistic view of external links and documentation to orient developers within the Go ecosystem.
Goawesomeawesome-listgo - jlevy/the-art-of-command-line
jlevy/the-art-of-command-line
159,970This project is a comprehensive technical reference and educational resource designed to improve proficiency with command-line interfaces. It functions as a productivity toolkit, providing a structured knowledge base of essential terminal operations, system administration tasks, and high-impact command sequences for daily development workflows. The guide distinguishes itself through its cross-platform approach, offering standardized documentation that maps utility usage across Linux, macOS, and Windows environments. It provides specific guidance for managing native tools and compatibility layers, ensuring a consistent experience regardless of the underlying operating system. By segmenting technical instructions into platform-specific references, the project enables users to navigate unique system behaviors and configurations effectively. Beyond fundamental operations, the resource covers advanced scripting techniques, system debugging, and data processing workflows. It includes curated collections of concise one-liners and lesser-known utilities intended to optimize complex tasks and automate repetitive maintenance. The content is maintained through community-driven curation, utilizing a structured, markdown-based format to ensure the information remains accurate and accessible.
bashdocumentationlinux - yt-dlp/yt-dlp
yt-dlp/yt-dlp
147,702This 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 specific audio and video streams based on user-defined criteria. The system distinguishes itself through a modular architecture that supports custom plugins and site-specific scripts, allowing for the bypass of platform restrictions and the handling of complex authentication challenges. It features a robust media processing orchestrator that manages external dependencies to perform automated transcoding, remuxing, and metadata manipulation. By simulating legitimate client behavior through request impersonation and multi-threaded fragment transfers, the tool ensures reliable data retrieval even in restrictive network environments. Beyond its core downloading capabilities, the project provides a comprehensive suite of tools for media archiving and programmatic integration. It includes support for advanced metadata extraction, template-based filesystem organization, and post-processing hooks that allow for custom workflows such as segment filtering or automated file tagging. The software can be embedded directly into other applications via a native programming interface, offering a flexible foundation for custom media management pipelines. The tool is available as a standalone binary or via standard package managers, with support for configuration through environment variables, external scripts, and secure credential management.
Pythonclidownloaderpython - golang/go
golang/go
132,649Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a concurrent, low-latency garbage collector and a compiler that performs escape analysis to optimize memory allocation. It includes a comprehensive, integrated toolchain that supports the entire software lifecycle, from dependency management and versioning to profiling, testing, and diagnostic analysis. These tools are designed to maintain consistent, reproducible builds and high code quality across complex, distributed systems. Beyond its core runtime and language features, Go provides standardized interfaces for database-driven application development, including support for connection pooling and secure query execution. The ecosystem is supported by a unified command-line interface that simplifies project organization, module distribution, and performance tuning. The project maintains extensive documentation, including formal language specifications, memory models, and installation guides for various platforms.
Gogogolanglanguage - ripienaar/free-for-dev
ripienaar/free-for-dev
118,073This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and scaling applications. The directory distinguishes itself through a collaborative, community-driven curation model that aggregates metadata about third-party services. By utilizing a hierarchical taxonomy and storing all content in version-controlled, plain-text files, the project ensures that resource discovery remains decoupled from the underlying service infrastructure, facilitating transparent and frequent updates from the community. The collection covers a broad spectrum of the software development lifecycle, including cloud infrastructure, development toolchains, security, and frontend design utilities. It provides access to managed services for identity management, continuous integration, monitoring, and data processing, enabling rapid prototyping and the integration of external APIs without the need for extensive custom backend development. The entire directory is maintained as a static, open-source repository, allowing users to browse and contribute to the index through standard version control workflows.
HTMLawesome-listfree-for-developers - Hack-with-Github/Awesome-Hacking
Hack-with-Github/Awesome-Hacking
106,960This project is a community-maintained, open-source knowledge base that serves as a structured index for cybersecurity resources. It provides a centralized directory of tools, frameworks, and documentation designed to assist security researchers, penetration testers, and developers in hardening digital infrastructure and navigating the security tooling ecosystem. The repository distinguishes itself through a collaborative curation model that relies on distributed user contributions to maintain an accurate and up-to-date registry of technical assets. By organizing information into structured markdown files, the project enables users to discover curated learning paths, evaluate specialized software packages, and explore supplementary repositories for professional security workflows. The collection facilitates ongoing knowledge management through a peer-reviewed contribution process, allowing the community to propose updates and suggest new subject areas. This approach ensures that the reference index remains a relevant resource for practitioners seeking to build expertise in offensive security, defensive hardening, and ethical hacking practices.
androidawesomebug-bounty - denoland/deno
denoland/deno
106,258Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system, network, and environment variables. The runtime natively supports modern web-standard APIs, ensuring consistent behavior and portability across different environments. What distinguishes Deno is its integrated approach to the software development lifecycle. It bundles essential utilities—including a formatter, linter, test runner, and dependency manager—directly into the runtime, eliminating the need for external build tools or complex transpilation steps. The platform features a universal module resolution system that supports remote HTTPS URLs, local paths, and standard package registries, all backed by lockfiles to ensure build determinism and supply chain security. Beyond its core runtime capabilities, Deno includes a built-in, persistent key-value database engine that supports atomic transactions and reactive data monitoring. It also provides a robust compatibility layer for the Node.js ecosystem, allowing for the seamless execution of legacy modules and native binary addons. For multi-tenant or distributed applications, the runtime offers isolated sandbox environments that manage resource constraints and security boundaries, facilitating secure code execution in shared infrastructure. The project is distributed as a single binary, providing a unified toolchain for managing dependencies, executing tasks, and configuring runtime security policies.
Rustdenojavascriptrust - GrowingGit/GitHub-Chinese-Top-Charts
GrowingGit/GitHub-Chinese-Top-Charts
106,216This project functions as a curated software directory and developer resource index, providing a centralized platform for discovering and evaluating high-quality open-source repositories. It serves as an aggregator that monitors trending software and educational resources, organizing them by technical domain and programming language to assist developers in identifying tools for their specific technical challenges. The directory distinguishes itself through a community-driven curation workflow, where repository lists are validated and updated based on collective developer consensus. This information is maintained within structured, human-readable markdown files, ensuring that the evolution of the index remains transparent through version-controlled change tracking. To maintain accuracy, the platform utilizes automated data aggregation to fetch real-time metadata and contributor statistics directly from remote service endpoints. Beyond simple discovery, the platform supports analytical research into open-source ecosystems. Users can evaluate the maintenance status and reliability of projects by researching contributor activity, analyzing technical stacks, and monitoring project lifecycles through versioned releases and changelogs. These capabilities facilitate informed decisions regarding software integration and dependency management.
Java - mui/material-ui
mui/material-ui
97,927Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex application architectures. By encapsulating behavioral and accessibility logic within modular primitives, the library enables developers to build inclusive user experiences that adhere to rigorous design standards. The project distinguishes itself through a zero-runtime styling engine that extracts and optimizes CSS during the build process, supporting server-side rendering while reducing client-side bundle sizes. It utilizes design-token-based theming and native CSS variables to enable dynamic theme switching without requiring runtime recalculations. Developers can apply granular style overrides to individual component instances or define global theme configurations, ensuring both visual cohesion and the flexibility to meet unique project requirements. Beyond its core components, the library includes extensive tooling to support the development lifecycle, such as automated codemod-based migration utilities to handle version transitions and breaking changes. The ecosystem is further supported by a collection of pre-built application templates, advanced data-handling components, and specialized icon rendering tools, all designed to streamline the creation of complex dashboards and administrative interfaces.
JavaScriptdesign-systemmaterial-designmaterial-ui - mtdvio/every-programmer-should-know
mtdvio/every-programmer-should-know
97,839This project is a comprehensive, community-curated knowledge base designed to support software engineers in mastering both fundamental computer science principles and practical industry methodologies. It serves as a centralized reference library that aggregates technical resources, academic literature, and professional guidance to facilitate systematic skill acquisition across the entire software development lifecycle. What distinguishes this repository is its holistic approach to the engineering profession, which bridges the gap between theoretical knowledge and career-oriented development. Beyond core technical topics like system architecture, distributed systems, and algorithmic design, the project provides extensive guidance on professional growth, including resume optimization, soft skills, and strategies for maintaining mental health and productivity in demanding technical environments. The repository covers a broad capability surface, ranging from low-level system concerns such as memory management and data structures to high-level practices in platform engineering and software craftsmanship. It also incorporates resources for collaborative development, security protocols, and interactive learning, ensuring that developers have access to authoritative information for both daily problem-solving and long-term career advancement. The content is structured as a hierarchical collection of markdown files, maintained through a version-controlled, community-driven workflow that ensures the information remains accurate and relevant as industry standards evolve.
cc-bycollectioncomputer-science - fastapi/fastapi
fastapi/fastapi
95,356FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event loop. The project includes a dependency injection system that allows for the resolution and injection of reusable components into request handlers. This system supports request-scoped caching, lifecycle management, and integration with security mechanisms like OAuth2 and JSON Web Tokens. Developers can organize applications into modular routers and mount sub-applications to manage complex routing logic. Infrastructure features include middleware support for cross-origin resource sharing, background task management, and static file serving. The framework automatically generates OpenAPI specifications for defined endpoints, which can be customized through metadata and schema extensions. Testing utilities are provided to simulate HTTP and WebSocket connections, allowing for isolated verification of application behavior.
Pythonapiasyncasyncio - tailwindlabs/tailwindcss
tailwindlabs/tailwindcss
93,668Utility-first CSS framework for fast, design-system-friendly styling.
TypeScriptcssframeworkutility