SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) for object-oriented design.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٣٨٣ من skills من sethdford/claude-skills. افتح أي skill لمراجعة مصدره وتفاصيله.
sethdford/claude-skillsعرض ٤٠ من أصل ٣٨٣ skills مجمعة.
SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) for object-oriented design.
لغة النص الأصلي: الإنجليزية
Pool sizing, connection lifetime, health checks, and resource exhaustion prevention.
لغة النص الأصلي: الإنجليزية
Constraints, triggers, audit trails, referential integrity, and data validation.
لغة النص الأصلي: الإنجليزية
B-tree indexes, composite indexes, covering indexes, UNIQUE indexes, and index trade-offs.
لغة النص الأصلي: الإنجليزية
Safe schema migrations, backward compatibility, zero-downtime deployments, and rollback strategies.
لغة النص الأصلي: الإنجليزية
EXPLAIN PLAN analysis, index selection, join strategies, and slow query debugging.
لغة النص الأصلي: الإنجليزية
Database schema design with normalization, relationships, constraints, and data integrity.
لغة النص الأصلي: الإنجليزية
ACID properties, isolation levels, locks, deadlocks, and transaction design.
لغة النص الأصلي: الإنجليزية
Using bisect/git bisect to isolate failure to exact commit or code path.
لغة النص الأصلي: الإنجليزية
Race conditions, deadlocks, thread analysis, happens-before relationships.
لغة النص الأصلي: الإنجليزية
Parsing logs, correlation analysis, reconstructing timeline of failures.
لغة النص الأصلي: الإنجليزية
Detecting memory leaks through heap dumps, retention analysis, and reference tracing.
لغة النص الأصلي: الإنجليزية
CPU/memory profiling, identifying bottlenecks, flame graphs, hotspot analysis.
لغة النص الأصلي: الإنجليزية
Writing comprehensive postmortems: timeline, root cause, prevention, action items.
لغة النص الأصلي: الإنجليزية
Five Whys, fishbone diagrams, identifying systemic causes not just symptoms.
لغة النص الأصلي: الإنجليزية
Disciplined methodology to isolate bugs through hypothesis-driven testing. Form hypotheses, test them with minimal changes, narrow scope systematically. Use when bugs are unclear or reproduce intermittently.
لغة النص الأصلي: الإنجليزية
SLO-based alerting, threshold tuning, incident escalation, runbooks, and on-call management.
لغة النص الأصلي: الإنجليزية
GitHub Actions, GitLab CI, Jenkins; stages, artifacts, caching, and deployment automation.
لغة النص الأصلي: الإنجليزية
Blue-green, canary, rolling deployments, traffic shifting, and safe release strategies.
لغة النص الأصلي: الإنجليزية
Dockerfile best practices, layer optimization, multi-stage builds, security, and image size reduction.
لغة النص الأصلي: الإنجليزية
Designing feature flags for gradual rollouts, A/B testing, and safe feature releases.
لغة النص الأصلي: الإنجليزية
Terraform, CloudFormation, reproducible infrastructure, version control, and IaC best practices.
لغة النص الأصلي: الإنجليزية
ELK Stack, structured logging, log query patterns, and centralized log management.
لغة النص الأصلي: الإنجليزية
Metrics, logs, traces (observability); choosing what to measure, dashboards, and incident response.
لغة النص الأصلي: الإنجليزية
Systematic code review process, feedback templates, approval criteria, and review best practices.
لغة النص الأصلي: الإنجليزية
Documentation levels and types (README, architecture, API, runbooks), keeping docs current and discoverable.
لغة النص الأصلي: الإنجليزية
Feature branches, commit hygiene, rebasing vs. merging, and collaborative workflows.
لغة النص الأصلي: الإنجليزية
SEV classification, incident command system, communication, and incident response procedures.
لغة النص الأصلي: الإنجليزية
Runbook templates, escalation procedures, playbooks, and incident playbooks.
لغة النص الأصلي: الإنجليزية
Effective pair programming, driver/navigator roles, tools, and collaboration patterns.
لغة النص الأصلي: الإنجليزية
Clear technical documentation, API docs, architecture decision records, and runbooks.
لغة النص الأصلي: الإنجليزية
Big O notation, time/space complexity analysis, and choosing efficient algorithms.
لغة النص الأصلي: الإنجليزية
Actor model, CSP (Communicating Sequential Processes), lock-free patterns, async/await.
لغة النص الأصلي: الإنجليزية
Choosing optimal data structures based on access patterns and performance requirements.
لغة النص الأصلي: الإنجليزية
Gang of Four patterns (Creational, Structural, Behavioral) and when to apply them.
لغة النص الأصلي: الإنجليزية
Higher-order functions, composition, monads, immutability, and functional programming idioms.
لغة النص الأصلي: الإنجليزية
Streams, observables, event-driven reactive systems, backpressure, and reactive programming.
لغة النص الأصلي: الإنجليزية
RAII (Resource Acquisition Is Initialization), cleanup patterns, resource leaks, and lifetime management.
لغة النص الأصلي: الإنجليزية
Finite state machines, event sourcing, CQRS (Command Query Responsibility Segregation), and state modeling.
لغة النص الأصلي: الإنجليزية
Testing multiple components together; contract verification; real I/O (database, HTTP). Use when testing component interactions.
لغة النص الأصلي: الإنجليزية