Loading...
Loading...
Found 48002 skills
yonatangross
Provides Redis caching strategies including write-through, cache-aside, and invalidation to manage TTL, prevent stampedes, and optimize hit rates.
yonatangross
Manages database schema versioning, change history, and cross-environment coordination for consistent database evolution.
yonatangross
Provides event sourcing pattern for storing system state as immutable event sequences, enabling audit trails and history reconstruction in event-driven systems.
yonatangross
Automates GitHub issue resolution through parallel analysis and implementation, streamlining bug fixes and issue closure.
yonatangross
Manages test data through fixtures and factories for efficient test case setup and database seeding.
yonatangross
Automates Git commit creation with conventional commit messages, branch protection checks, and pre-commit validation for consistent code changes.
yonatangross
Enables high-performance microservice communication in Python using gRPC and protobuf for strong-typed APIs.
yonatangross
Enables frontend testing with API mocking, simulating network responses and errors for reliable component tests.
yonatangross
Provides accessible component patterns for React using hooks to build WCAG-compliant UI elements like buttons and dialogs.
iurygdeoliveira
Automates creation and registration of Laravel middleware, ensuring consistent structure in bootstrap/app.php.
iurygdeoliveira
Creates or refactors business logic into service classes adhering to MCP-Aware standards for maintainable backend architecture.
iurygdeoliveira
Provides guidelines for identifying and resolving common performance bottlenecks including N+1 queries, caching strategies, and computed property optimization.
iurygdeoliveira
Enforces Tailwind CSS v4 standards with CSS-first configuration and new utility syntax for consistent frontend development.
iurygdeoliveira
Manages database seeding with JSON data, idempotency checks, and relationship mapping for efficient backend data initialization.
iurygdeoliveira
Automates Laravel migration generation with anonymous classes, proper foreign keys, and UUID support for database schema management.
iurygdeoliveira
Automates Laravel policy generation with strict typing and role-based permission integration.
iurygdeoliveira
Automates Laravel factory creation with standardized Faker data and state methods for efficient test data setup.
iurygdeoliveira
Standardizes event and listener patterns to enable decoupled component communication in software applications.
iurygdeoliveira
Enforces the 'Skinny Controllers' pattern by mandating FormRequests for validation and Services for complex business logic.
iurygdeoliveira
Generates Unit, Feature, and Browser tests for PHP applications using Pest v4.
iurygdeoliveira
Standardizes implementation of model observers to manage side-effects from model events consistently.
iurygdeoliveira
Guides developers in creating Filament 4 Resources with strict Separation of Concerns and adherence to UI standards.
iurygdeoliveira
Enforces modular CSS architecture for Filament components by requiring dedicated CSS files, avoiding global style conflicts.
iurygdeoliveira
Generates custom Filament admin pages with navigation grouping, independent of data resources.