Skip to main content

이 저장소의 skills

rudironsoni/Synaxis - 3페이지

SkillsMP는 rudironsoni/Synaxis에서 966개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

rudironsoni/Synaxis

수집된 skill 966개 중 40개를 표시합니다.

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

Compiles .NET to WebAssembly AOT. Blazor/Uno WASM, size vs speed, lazy loading, Brotli.

원문 언어: 영어

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

Generates API documentation. DocFX setup, OpenAPI-as-docs, doc-code sync, versioned docs.

원문 언어: 영어

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

Secures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.

원문 언어: 영어

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

Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.

원문 언어: 영어

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

Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.

원문 언어: 영어

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

Designs ASP.NET Core architecture -- vertical slices, pipelines, caching, errors.

원문 언어: 영어

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

Design patterns and architectural guidance for .NET applications. Navigation skill covering vertical slices, domain modeling, messaging patterns, resilience, caching, and system design. For building scalable, maintainable applications. Keywords: architecture,…

원문 언어: 영어

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

Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.

원문 언어: 영어

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

Orchestrates .NET Aspire apps. AppHost, service discovery, components, dashboard, health checks.

원문 언어: 영어

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

Implements background work. BackgroundService, IHostedService, lifecycle, graceful shutdown.

원문 언어: 영어

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

Runs BenchmarkDotNet microbenchmarks. Setup, memory diagnosers, baselines, result analysis.

원문 언어: 영어

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

Implements Blazor auth flows -- login/logout, AuthorizeView, Identity UI, OIDC.

원문 언어: 영어

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

Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.

원문 언어: 영어

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

Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.

원문 언어: 영어

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

Tests Blazor components. bUnit rendering, events, cascading params, JS interop mocking.

원문 언어: 영어

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

Interprets MSBuild output, NuGet errors, analyzer warnings. Error codes, CI drift.

원문 언어: 영어

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

Diagnoses slow builds and incremental failures. Binary logs, parallel builds, restore.

원문 언어: 영어

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

Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.

원문 언어: 영어

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

Gates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.

원문 언어: 영어

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

Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.

원문 언어: 영어

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

Chooses CLI output format. AOT vs framework-dependent, RID matrix, single-file, dotnet tool.

원문 언어: 영어

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

Publishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.

원문 언어: 영어

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

Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.

원문 언어: 영어

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

Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Selects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.

원문 언어: 영어

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

Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.

원문 언어: 영어

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

Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.

원문 언어: 영어

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

Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.

원문 언어: 영어

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

Defines baseline C# conventions loaded first -- naming, file layout, style rules.

원문 언어: 영어

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

Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.

원문 언어: 영어

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

Configures Options pattern, user secrets, and feature flags. IOptions<T>, FeatureManagement.

원문 언어: 영어

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

Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.

원문 언어: 영어

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

Using records, pattern matching, primary constructors, collection expressions. C# 12-15 by TFM.

원문 언어: 영어

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

Enables nullable reference types. Annotation strategies, migration, common agent mistakes.

원문 언어: 영어

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

Creates Roslyn source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ.

원문 언어: 영어

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

Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.

원문 언어: 영어

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

Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.

원문 언어: 영어

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

Chooses a data access approach. EF Core vs Dapper vs ADO.NET decision matrix, tradeoffs.

원문 언어: 영어

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

Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.

원문 언어: 영어

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