awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesShared Service Patterns

Architectural patterns for creating reusable service objects that handle data fetching and business logic across controllers.

Distinguishing note: Shortlist candidates focused on file sharing or security services, whereas this is about application-layer service objects in web development.

Explore 2 awesome GitHub repositories matching web development · Shared Service Patterns. Refine with filters or upvote what's useful.

Awesome Shared Service Patterns GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rstacruz/cheatsheetsAvatar de rstacruz

    rstacruz/cheatsheets

    14,429Ver en GitHub↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Provides patterns for building reusable service objects to manage data fetching across multiple controllers.

    SCSS
    Ver en GitHub↗14,429
  • ruby-grape/grapeAvatar de ruby-grape

    ruby-grape/grape

    9,990Ver en GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Defines shared methods in modules that are accessible across all service endpoints.

    Ruby
    Ver en GitHub↗9,990
  1. Home
  2. Web Development
  3. Shared Service Patterns