Public viewer

The journey of every round

Every round-trip in the corpus is public. Open one to see the prompt, the zero-point index, the baseline response, the enhanced response, and how each grader read the difference. Leave a comment if a grader's reading lands — or doesn't.

#24507 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔL+0.1csharp
#24407 May 26

Add scoped service access inside a BackgroundService using IServiceScopeFactory

V1BetterV2ΔL+0.0csharp
#24107 May 26

Implement optimistic concurrency using a rowversion/timestamp column

V1BetterV2ΔL-0.5csharp
#24007 May 26

Implement tenant-scoped authorization that prevents cross-tenant access

V1BetterV2ΔL+0.4csharp
#23607 May 26

Implement async producer-consumer pattern using Channel<T>

V1BetterV2ΔL+0.0csharp
#23307 May 26

Add global exception handling middleware that maps domain exceptions to HTTP status codes

V1BetterV2ΔL+0.0csharp
#23207 May 26

Write a distributed transaction coordinator using the Saga pattern

V1BetterV2ΔLcsharp
#23107 May 26

Add OpenTelemetry tracing instrumentation across HTTP, database, and queue boundaries

V1BetterV2ΔLcsharp
#22907 May 26

Implement a sliding window aggregation over a time-ordered sequence

V1BetterV2ΔLcsharp
#22607 May 26

Write a validation pipeline behaviour in MediatR that collects all errors

V1BetterV2ΔLcsharp
#22407 May 26

Write a Saga orchestrator for a multi-step order fulfilment workflow

V1BetterV2ΔLcsharp
#22307 May 26

Implement an outbox pattern that ensures at-least-once delivery

V1BetterV2ΔLcsharp
#22007 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔLcsharp
#21707 May 26

Add auditing via SaveChanges override that captures before/after state

V1BetterV2ΔLcsharp
#21607 May 26

Implement optimistic concurrency using a rowversion/timestamp column

V1BetterV2ΔLcsharp
#21307 May 26

Write a refresh token rotation endpoint that invalidates old tokens

V1BetterV2ΔLcsharp
#21207 May 26

Implement an async circuit breaker that tracks consecutive failures

V1BetterV2ΔLcsharp
#21007 May 26

Implement a webhook delivery endpoint with HMAC signature verification

V1BetterV2ΔLcsharp