Searching...
Searching...
Found 122398 results
vm0-ai
Provides a command-line interface for building, deploying, and managing AI agents in secure sandboxed environments, including project setup and artifact handling.
ronnythedev
Enables fine-grained permission-based authorization with custom attributes, policy providers, and handlers beyond role-based systems.
ronnythedev
Implements the Outbox pattern for reliable domain event processing, ensuring events are persisted in the same transaction as aggregate changes and processed asynchronously.
ronnythedev
Generates domain entities adhering to Domain-Driven Design principles, including factory methods, private setters, and domain events for proper encapsulation and architecture.
ronnythedev
Configures JWT Bearer authentication for .NET APIs, including token generation, validation, and user context extraction.
ronnythedev
Generates FluentValidation validators for .NET commands and queries with support for common rules, custom validators, and async validation via MediatR integration.
ronnythedev
Generates unit tests for command and query handlers using xUnit and NSubstitute with Arrange-Act-Assert pattern.
ronnythedev
Automates audit trail generation for entities by implementing IAuditable and using EF Core to populate CreatedAt, UpdatedAt, CreatedBy, and UpdatedBy fields.
ronnythedev
Provides a Result pattern implementation for explicit error handling without exceptions, enabling clean control flow in domain-driven applications.
ronnythedev
Generates CQRS query handlers and response DTOs for read operations using Dapper to optimize database performance.
ronnythedev
Configures integration tests for .NET applications using WebApplicationFactory and Testcontainers, including test database setup and API endpoint testing with real dependencies.
ronnythedev
Configures liveness and readiness health checks for databases, external services, and applications in container orchestration environments.
ronnythedev
Provides a reusable implementation of the Specification pattern for building composable, testable query criteria with includes, ordering, and pagination support.
ronnythedev
Scaffolds a .NET solution using Clean Architecture with layered structure (API, Application, Domain, Infrastructure) and dependency injection configuration.
ronnythedev
Generates Domain Events and handlers adhering to DDD patterns, including event raising in entities, MediatR notification handlers, and Outbox pattern implementation.
cameronapak
Creates and configures new data entities in Bknd with code-first approach, including field definitions, primary keys, and admin UI setup.
cameronapak
Provides implementation guidance for login/logout features in a Bknd application, covering SDK authentication, REST API endpoints, and React integration.
cameronapak
Modifies backend database schemas by renaming entities, changing field types, altering constraints, and managing data migration for destructive changes.
cameronapak
Provides backend deletion utilities for Bknd entities, including soft delete, cascade handling, and REST API integration patterns.
cameronapak
Creates and configures roles in the Bknd authorization system, including permissions, hierarchies, and predefined patterns like admin and viewer.
cameronapak
Programmatically creates user accounts in Bknd with auth, SDK, REST API, and role assignment support for backend systems.
cameronapak
Provides utilities for seeding backend databases with initial or test data, including conditional logic and environment-specific fixtures for development and testing.
cameronapak
Assigns role permissions in Bknd using syntax, allow/deny effects, conditional policies, and entity-specific access control.
cameronapak
Provides backend debugging utilities including CLI commands, error code analysis, and logging solutions for common issues.