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