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

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesService Object Patterns

Organizing business logic into single-purpose service classes called from controllers to keep models thin.

Distinct from Monolithic Architectures: Distinct from Monolithic Architectures: focuses on the service object pattern within a monolith rather than the monolithic structure itself.

Explore 1 awesome GitHub repository matching software engineering & architecture · Service Object Patterns. Refine with filters or upvote what's useful.

Awesome Service Object 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.
  • antiwork/gumroadAvatar de antiwork

    antiwork/gumroad

    9,280Voir sur GitHub↗

    Gumroad is a self-hosted e-commerce platform built with Ruby on Rails that enables creators to sell digital products directly to consumers through a customizable web storefront. At its core, it provides a complete digital product storefront with Stripe payment integration for processing transactions securely. The platform is structured as a Rails monolith using service objects to organize business logic, with PostgreSQL powering full-text search for product discovery and Rails migrations managing database schema changes. It handles file delivery through Active Storage backed by Amazon S3, mai

    Organises business logic into single-purpose service classes called from controllers, keeping models thin and actions testable.

    Ruby
    Voir sur GitHub↗9,280
  1. Home
  2. Software Engineering & Architecture
  3. Monolithic Architectures
  4. Service Object Patterns