awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDeployment Patterns

Standardized approaches and best practices for deploying software applications.

Distinguishing note: No candidates provided; this is a methodology-focused capability.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Deployment Patterns. Refine with filters or upvote what's useful.

Awesome Deployment Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apple/containerAvatar de apple

    apple/container

    37,726Voir sur GitHub↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Provides a standardized approach to packaging software for consistent execution.

    Swift
    Voir sur GitHub↗37,726
  • openzeppelin/openzeppelin-contractsAvatar de OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Voir sur GitHub↗

    OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo

    Creates lightweight, gas-efficient copies of a contract that delegate all calls to a single fixed implementation address.

    Solidityethereumevmsecurity
    Voir sur GitHub↗27,157
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Patterns

Explorer les sous-tags

  • Minimal Proxy ClonesDeploys gas-efficient contract copies that delegate to a fixed implementation. **Distinct from Deployment Patterns:** Focuses on the clone pattern specifically rather than general deployment patterns.