awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • antiwork/gumroadالصورة الرمزية لـ antiwork

    antiwork/gumroad

    9,280عرض على 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
    عرض على GitHub↗9,280
  1. Home
  2. Software Engineering & Architecture
  3. Monolithic Architectures
  4. Service Object Patterns