Skip to main content
Aaronontheweb
GitHub creator profile

Aaronontheweb

Repository-level view of 37 collected skills across 2 GitHub repositories.

skills collected
37
repositories
2
updated
Aug 7, 2026
repository explorer

Repositories and representative skills

csharp-nullable-reference-types
software-developers

Guidelines for introducing and using nullable reference types (NRT) and System.Diagnostics.CodeAnalysis nullable attributes in C# / .NET codebases. Covers the nullability model, flow analysis, the null-forgiving operator, API design rules, the full attribute…

Aug 7, 2026
opentelemetry-net-instrumentation
software-developers

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

Aug 7, 2026
r3-reactive-extensions
software-developers

Build reactive/event-driven C# with R3 (Cysharp's modern reimplementation of Reactive Extensions). Covers the Observable<T>/Observer<T> model, the OnErrorResume error contract, async dispatch with AwaitOperation, Task/IAsyncEnumerable integration,…

Jun 18, 2026
modern-csharp-coding-standards
software-developers

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming with C# 12+ features.

Apr 16, 2026
api-design
software-developers

Design stable, compatible public APIs using extend-only design principles. Manage API compatibility, wire compatibility, and versioning for NuGet packages and distributed systems.

Apr 16, 2026
akka-net-best-practices
software-developers

Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abstractions for testability.

Feb 21, 2026
akka-net-management
software-developers

Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.

Feb 21, 2026
akka-net-testing-patterns
software-quality-assurance-analysts-and-testers

Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.

Feb 21, 2026
Showing 8 of 36 collected skills.
Showing 2 of 2 repositories
All repositories loaded