Skip to main content

이 저장소의 skills

FerroxLabs/wayland - 44페이지

SkillsMP는 FerroxLabs/wayland에서 2,305개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

FerroxLabs/wayland

수집된 skill 2,305개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Guides expert-level ASP.NET Core development: minimal APIs vs Controllers decision tree, middleware pipeline, filters, configuration binding, health checks, and OpenAPI integration. Use when the user asks about ASP.NET Core, minimal APIs, Controllers,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level C# async programming: async/await pitfalls, ValueTask vs Task decision tree, CancellationToken patterns, IAsyncEnumerable, and ConfigureAwait considerations. Use when the user asks about C# async, await, ValueTask, Task, CancellationToken,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Teaches expert-level modern C# patterns: records, pattern matching, nullable reference types, primary constructors, file-scoped namespaces, and global usings for C# 12+. Use when the user asks about C# records, pattern matching, nullable reference types,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides advanced .NET performance optimization: Span<T> and Memory<T> usage, BenchmarkDotNet, allocation profiling with dotMemory, source generators, and high-performance patterns. Use when the user asks about C# performance, Span, Memory, BenchmarkDotNet,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level .NET project initialization: SDK-style csproj, solution file structure, NuGet configuration, Directory.Build.props, and .NET 8+ project templates. Use when the user asks about C# project setup, .NET, csproj, solution file, NuGet,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Guides expert-level C# testing: xUnit, Moq, FluentAssertions, WebApplicationFactory for integration testing, and test architecture patterns for .NET applications. Use when the user asks about C# testing, xUnit, Moq, FluentAssertions, WebApplicationFactory,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Data-intensive systems architecture expert covering batch vs stream processing, exactly-once semantics, backpressure mechanisms, data pipeline design, event sourcing, change data capture, idempotent processing, and scalable data flow patterns for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Data cleaning automation expertise covering missing value strategies, outlier detection methods, duplicate detection and deduplication, data type correction, text normalization, date parsing across formats, encoding fixes, validation rules, pipeline design…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematic debugging methodology using scientific method, binary search isolation, log analysis, stack trace interpretation, and root cause analysis across languages and ecosystems. Use when the user asks about debugger, debugger best practices, or needs…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Dependency management expert covering version strategies, vulnerability scanning, update workflows, breaking change detection, monorepo dependencies, and license compliance. Use when the user asks about dependency manager, dependency manager best practices,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level design patterns catalog implementation: design-patterns and clean-code decision frameworks, production-ready patterns, and concrete templates for design patterns catalog workflows. Use when the user asks about design patterns catalog,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Software design patterns including GoF patterns with modern implementations, when to use each pattern, anti-patterns to avoid, and language-specific idioms across creational, structural, and behavioral categories. Use when the user asks about design patterns,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Developer tools design and implementation covering CLI design patterns, SDK architecture, API design best practices, documentation strategy, developer experience optimization, plugin systems, error message design, versioning and changelog management, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Distributed systems architecture expert covering CAP theorem application, consensus algorithms (Raft, Paxos, PBFT), partition tolerance strategies, distributed transactions (2PC, saga, outbox pattern), leader election, clock synchronization, CRDTs, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Distributed systems patterns expert covering CAP theorem, consensus algorithms (Raft, Paxos), distributed transactions (2PC, saga), consistent hashing, gossip protocols, vector clocks, leader election, distributed locking, and eventual consistency. Use when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Treating documentation as a first-class engineering artifact with docs-in-repo workflows, automated generation, living documentation, testing, and continuous publishing pipelines. Use when the user asks about documentation as code, documentation as code best…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level domain-driven design implementation: backend and design-patterns decision frameworks, production-ready patterns, and concrete templates for domain driven design workflows. Use when the user asks about domain-driven design, domain driven…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Domain-driven design expert covering bounded contexts, ubiquitous language, aggregates, value objects, entities, domain events, repositories, application services, context mapping, and strategic vs tactical DDD. Use when the user asks about domain driven…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Edge computing and CDN architecture expert covering edge workers (Cloudflare Workers, Deno Deploy, Vercel Edge), CDN configuration and cache strategies, latency optimization, edge-side logic patterns, geolocation routing, A/B testing at the edge, and global…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Error handling architecture covering error hierarchy design, error codes vs exceptions, retry strategies, graceful degradation, error logging, user-facing messages, and error boundary patterns. Use when the user asks about error handler, error handler best…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level event-driven architecture implementation: backend and microservices decision frameworks, production-ready patterns, and concrete templates for event driven architecture workflows. Use when the user asks about event-driven architecture,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Event-driven architecture expert covering event sourcing, CQRS, event storming, event schema design, event versioning, idempotency, ordering guarantees, event replay, dead letter handling, and choreography vs orchestration. Use when the user asks about event…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Feature flag system design and progressive rollout strategies with targeting rules, lifecycle management, flag hygiene, kill switches, and experimentation patterns for safe continuous delivery. Use when the user asks about feature flag engineer, feature flag…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Navigate your first open source contribution from finding issues through submitting pull requests with proper etiquette and workflow Use when the user asks about first contribution guide, related techniques, best practices, or needs guidance in this domain.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert Flutter architecture covering widget tree design, state management (Riverpod, BLoC, Provider), navigation (GoRouter), platform channels, performance profiling, custom painters, animations, testing patterns, and flavor configurations. Use when the user…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level flutter architecture patterns implementation: dart and architecture decision frameworks, production-ready patterns, and concrete templates for flutter architecture patterns workflows. Use when the user asks about flutter architecture…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level flutter state management implementation: dart and design-patterns decision frameworks, production-ready patterns, and concrete templates for flutter state management workflows. Use when the user asks about flutter state management, flutter…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level git branching strategy implementation: version-control and best-practices decision frameworks, production-ready patterns, and concrete templates for git branching strategy workflows. Use when the user asks about git branching strategy, git…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level git monorepo patterns implementation: version-control and architecture decision frameworks, production-ready patterns, and concrete templates for git monorepo patterns workflows. Use when the user asks about git monorepo patterns, git…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Emergency rescue guide for common git mistakes - undo commits, recover deleted branches, fix botched merges, and rescue lost work using reflog and other recovery techniques. Use when the user asks about git panic recovery, related techniques, best practices,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level git pr workflow implementation: version-control and best-practices decision frameworks, production-ready patterns, and concrete templates for git pr workflow workflows. Use when the user asks about git pr workflow, git pr workflow…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Git workflow expert covering branching strategies, commit conventions, interactive rebase, merge vs rebase, conflict resolution, git bisect, hooks, monorepo strategies, and CI integration. Use when the user asks about git workflow, git workflow best…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GitHub Actions CI/CD expert covering workflow syntax, composite actions, reusable workflows, matrix strategies, self-hosted runners, caching strategies, secrets management, environment protection rules, and advanced workflow patterns. Use when the user asks…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level Go HTTP API development: handler patterns, middleware chains, graceful shutdown, OpenAPI generation, request validation, and standard library HTTP server patterns. Use when the user asks about Go API, HTTP handlers, middleware, graceful…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level Go concurrency: goroutines, channels, select statements, context cancellation, sync primitives, and race condition detection. Covers when to use each concurrency primitive. Use when the user asks about Go concurrency, goroutines, channels,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level Go error handling: error wrapping with %w, sentinel errors vs custom error types, errors.Is and errors.As patterns, error groups, and structured error propagation. Use when the user asks about Go error handling, error wrapping, sentinel…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Teaches expert-level Go idiomatic patterns: error returns, interface design, embedding, functional options pattern, table-driven design, and effective use of the standard library. Use when the user asks about Go idioms, interface design, embedding, functional…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level Go performance optimization: pprof profiling, escape analysis, allocation optimization, GOMAXPROCS tuning, and benchmarking with testing.B. Use when the user asks about Go performance, pprof, escape analysis, allocation optimization,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides expert-level Go project initialization: module structure with go.mod, workspace mode for multi-module development, Makefile conventions, golangci-lint configuration, and standard project layout. Use when the user asks about Go project setup, go.mod, Go…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Guides expert-level Go testing: table-driven tests, testify assertions, httptest for HTTP handlers, integration test patterns, benchmarks, and fuzz testing. Use when the user asks about Go testing, table-driven tests, testify, httptest, benchmarks, fuzz…

원문 언어: 영어

업데이트
수집된 skill 2,305개 중 40개를 표시합니다.