awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesAPI Design Guidelines

Best practices and standardized rules for creating consistent, usable, and maintainable software interfaces.

Explore 4 awesome GitHub repositories matching software engineering & architecture · API Design Guidelines. Refine with filters or upvote what's useful.

Awesome API Design Guidelines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • swiftlang/swiftAvatar swiftlang

    swiftlang/swift

    70,051Vezi pe GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. The language is built on a task-based concurrency model that schedules asynchronous operations across multicore hardware to ensure data race safety. The project distinguishes itself through a native, bi-directional interoperability mechanism that allows for direct integration wit

    Prioritize API clarity and descriptive documentation to ensure interfaces remain intuitive and readable for all developers.

    Swift
    Vezi pe GitHub↗70,051
  • wearehive/project-guidelinesAvatar wearehive

    wearehive/project-guidelines

    29,458Vezi pe GitHub↗

    This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality JavaScript applications. It provides a framework for JavaScript project best practices across the full software development lifecycle, establishing unified guidelines for project organization and development. The guidelines cover specific standards for REST API design, utilizing resource-oriented interfaces and standardized HTTP methods. It also includes a web accessibility standard focused on semantic HTML and automated audits, alongside a defined Git workflow standard for br

    Sets best practices for creating consistent, resource-oriented, and maintainable RESTful software interfaces.

    JavaScript
    Vezi pe GitHub↗29,458
  • kodecocodes/swift-style-guideAvatar kodecocodes

    kodecocodes/swift-style-guide

    13,173Vezi pe GitHub↗

    This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design standards, and a memory management guide. It establishes standardized naming and formatting rules to ensure consistent and maintainable source code. The project includes a linting configuration used by automated tools to detect and enforce syntax patterns. These rules are designed to standardize code style and can be integrated into build phases to block commits with formatting errors. The guidelines cover a broad range of development capabilities, including the use of access mo

    Provides a comprehensive standard for creating consistent and maintainable software interfaces within the Swift ecosystem.

    Vezi pe GitHub↗13,173
  • cheatsnake/backend-cheatsAvatar cheatsnake

    cheatsnake/backend-cheats

    4,619Vezi pe GitHub↗

    backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It serves as a knowledge base for server-side development, networking, and computer science fundamentals, delivered as a markdown-based static site. The project provides detailed handbooks for API design, specifically covering REST and GraphQL interfaces, and software architecture patterns such as Monolithic, Microservices, and MVC. It includes a database architecture overview comparing relational and NoSQL paradigms, as well as a web security reference for identifying vulnerabilit

    Ships a handbook of best practices and standardized rules for creating consistent REST and GraphQL interfaces.

    architectural-patternsarchitectureawesome
    Vezi pe GitHub↗4,619
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. API Design and Management
  5. API Design Guidelines

Explorează sub-etichetele

  • Interface Design PrinciplesGuidelines for prioritizing clarity and documentation in API design.