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