Loading...
Loading...
Found 48002 skills
ronnythedev
Generates Entity Framework Core Fluent API configurations for mapping domain entities to database tables with relationships and constraints.
ronnythedev
Generates MediatR pipeline behaviors for cross-cutting concerns using the decorator pattern, enhancing handler functionality with logging, validation, and more.
ronnythedev
Generates Repository pattern interfaces and EF Core implementations for data access abstraction of aggregate roots.
ronnythedev
Generates RESTful API controllers with routing, versioning, authorization, and MediatR integration following Clean Architecture principles.
ronnythedev
Provides an abstraction layer for email services using SendGrid, supporting templates, localization, asynchronous sending, and domain event integration for transactional emails.
ronnythedev
Provides .NET API implementation for AWS SES email service with HTML templates, placeholder replacement, and Result pattern error handling.
ronnythedev
Generates Domain Events and handlers adhering to DDD patterns, including event raising in entities, MediatR notification handlers, and Outbox pattern implementation.
ronnythedev
Scaffolds a .NET solution using Clean Architecture with layered structure (API, Application, Domain, Infrastructure) and dependency injection configuration.
ronnythedev
Provides a reusable implementation of the Specification pattern for building composable, testable query criteria with includes, ordering, and pagination support.
ronnythedev
Configures integration tests for .NET applications using WebApplicationFactory and Testcontainers, including test database setup and API endpoint testing with real dependencies.
ronnythedev
Generates CQRS query handlers and response DTOs for read operations using Dapper to optimize database performance.
ronnythedev
Provides a Result pattern implementation for explicit error handling without exceptions, enabling clean control flow in domain-driven applications.
ronnythedev
Automates audit trail generation for entities by implementing IAuditable and using EF Core to populate CreatedAt, UpdatedAt, CreatedBy, and UpdatedBy fields.
ronnythedev
Generates unit tests for command and query handlers using xUnit and NSubstitute with Arrange-Act-Assert pattern.
ronnythedev
Generates FluentValidation validators for .NET commands and queries with support for common rules, custom validators, and async validation via MediatR integration.
ronnythedev
Generates domain entities adhering to Domain-Driven Design principles, including factory methods, private setters, and domain events for proper encapsulation and architecture.
ronnythedev
Implements the Outbox pattern for reliable domain event processing, ensuring events are persisted in the same transaction as aggregate changes and processed asynchronously.
enuno
Guides development of Model Context Protocol (MCP) servers using FastMCP framework with Python and TypeScript examples for authentication, integration, and deployment.
enuno
Guides implementation of new MCP tools for UniFi Network Controller following UniFi API standards and test-driven development practices.
r-lib
Validates inputs for R functions using dedicated check_* functions, ensuring robustness in exported packages and codebases.
Zhen-Bo
Provides strict code reviews based on Clean Code, Clean Architecture, and The Pragmatic Programmer principles using a 3+4+2 questionnaire system.
swiftwasm
Assists in porting Swift applications to WebAssembly by checking compatibility, identifying incompatible frameworks, and refactoring code for the target platform.
gokapso
Enables WhatsApp Business API integration for customer onboarding, event handling via webhooks, and message/media delivery using Kapso.
OpenHands
Installs and configures Swift programming language on Debian Linux for server-side application development.