implexa
back to leaderboard
AA

@aaronontheweb

contributor on implexa, with 9 skills ranked by SkillRank across 1 source.

aaronontheweb on githubpublishes to skills.sh
skills
9
avg SkillRank
7.1
3 scored / 9 total
total stars
across 1 repo
total installs
across 1 repo

skills, ranked by SkillRank

scoresourceskill
8.2skills.sh
type-design-performance
type-design-performance covers sealed classes, readonly structs, static pure functions, deferred enumeration, and collection design patterns to optimize .net runtime behavior and api contracts.
8.2skills.sh
api-design
api-design covers extend-only principles for stable public apis, including source/binary/wire compatibility, deprecation patterns, versioning strategy, and automated approval testing to catch breaking changes.
4.9skills.sh
efcore-patterns
efcore-patterns outlines entity framework core conventions covering notracking queries, migration management, change tracking, and query splitting for navigation collections. focuses on read-heavy optimization and transient failure handling without detailed implementation steps.
skills.sh
modern-csharp-coding-standards
Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns.…
skills.sh
dotnet-project-structure
Modern .NET project structure including .slnx solution format, Directory.Build.props, central package management, SourceLink, version management with…
skills.sh
playwright-blazor-testing
Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common…
skills.sh
database-performance
Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side…
skills.sh
dependency-injection-patterns
Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable…
skills.sh
csharp-concurrency-patterns
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management.…