Loading...
Loading...
Found 9 Skills
Expert in WordPress and WooCommerce development with PHP best practices
Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices
SOLID principles for Laravel 12 and PHP 8.5. Files < 100 lines, interfaces separated, PHPDoc mandatory. Auto-detects Laravel and FuseCore architecture.
Expert guidance for Laravel PHP development following best practices, SOLID principles, and Laravel conventions
WordPress and WooCommerce development guidelines with PHP best practices, security standards, and extensibility patterns
Expert in Laravel PHP development with best practices and modern patterns
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Use when writing, reviewing, or refactoring WordPress PHP code. Covers WordPress Coding Standards (WPCS), naming conventions, Yoda conditions, $wpdb usage, escaping with esc_html/esc_attr/esc_url, wp_kses, hooks (add_action, add_filter, apply_filters, do_action), i18n functions (__(), _e(), _x, _n), wp_enqueue_script, wp_enqueue_style, formatting rules, deprecated function replacements, and WordPress API best practices. For security see wp-security; for performance see wp-performance; for blocks see wp-blocks.
Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files