awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • antiwork/gumroadantiwork का अवतार

    antiwork/gumroad

    9,280GitHub पर देखें↗

    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
    GitHub पर देखें↗9,280
  1. Home
  2. Software Engineering & Architecture
  3. Monolithic Architectures
  4. Service Object Patterns