en un clic
kw-app
kw-app contient 6 skills collectées depuis rockcodelabs, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
ActiveRecord model patterns and best practices for kw-app - validations, associations, scopes, queries, and when to keep models thin.
kw-app mandatory pattern for service objects using dry-monads Result monad with Success/Failure and do-notation. Replaces deprecated custom Result classes.
Zero-downtime deployment with Kamal for kw-app (staging on Raspberry Pi ARM64, production on VPS x86_64). Covers deployment workflows, console access, and troubleshooting.
Performance optimization patterns for kw-app - N+1 query prevention, eager loading, caching strategies, and database optimization.
Service object architecture for kw-app using dry-monads Result monad. Covers when to use services, structure patterns, testing, and integration with controllers.
kw-app testing standards using RSpec, FactoryBot, and Docker. Covers test types, patterns, and best practices for TDD workflow.