Automotive requirements management and traceability expertise
Expert Coordinator pattern decisions for iOS/tvOS: when coordinators add value vs overkill, parent-child coordinator hierarchy design, SwiftUI vs UIKit coordinator differences,…
Expert Atomic Design decisions for iOS/tvOS: when component hierarchy adds value vs overkill, atom vs molecule boundary judgment, design token management trade-offs, and component…
Expert Combine decisions for iOS/tvOS: when Combine vs async/await, Subject selection trade-offs, operator chain design, and memory management patterns.
Real-time WebSocket features with Action Cable in Rails. Use when: (1) Building real-time chat, (2) Live notifications/presence, (3) Broadcasting model updates, (4) WebSocket…
Expert localization decisions for iOS/tvOS: when runtime language switching is needed vs system handling, pluralization rule complexity by language, RTL layout strategies, and…
Production-ready safety checklists for Rails implementation. Covers nil safety, ActiveRecord patterns, security vulnerabilities, error handling, and performance.
Systematischer Prozess für sichere und effektive Refactorings mit Analyse, Planung und Verifikation.
Expert Clean Architecture decisions for iOS/tvOS: when Clean Architecture adds value vs overkill, layer boundary judgment calls, dependency rule violations to catch, and practical…
HTTP client configuration, API providers, error handling, and request/response patterns
LSP-powered context extraction using cclsp MCP tools, Solargraph, and Sorbet for type-safe code generation.
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management.
Base classes, error handling, utilities, configuration, and dependency injection patterns for Flutter Clean Architecture
Complete guide to ActiveRecord query optimization, associations, scopes, and PostgreSQL-specific patterns.
Expert Core Data decisions for iOS/tvOS: when Core Data vs alternatives, context architecture for multi-threading, migration strategy selection, and performance optimization…
GetX controllers, reactive state, dependency injection, bindings, navigation, and best practices
Provides web accessibility best practices for semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader patterns.
SwiftUI navigation architecture patterns including NavigationStack, NavigationSplitView, TabView, programmatic navigation, and custom transitions.
Domain, Data, and Presentation layer separation with dependency inversion and use case patterns
Internationalization (i18n) and localization (l10n) patterns using GetX Translations for multi-language Flutter applications
Dart 3.x and Flutter 3.x conventions, naming patterns, code organization, null safety, and async/await best practices
Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.
Local storage with GetStorage for preferences, caching, and offline-first patterns