Loading...
Loading...
Found 48002 skills
cameronapak
Configures Bknd webhook integrations for incoming HTTP triggers, outgoing FetchTask webhooks, event-triggered processing, and security verification.
cameronapak
Enables efficient bulk data operations including batch processing, chunking, and transaction patterns for create, update, and delete actions.
cameronapak
Provides SDK and REST API utilities for creating new records in Bknd entities, including relations handling and error management.
cameronapak
Enables file uploads to Bknd storage via MediaApi SDK, REST endpoints, and React integration with progress tracking.
cameronapak
Configures storage backends for file uploads, supporting S3-compatible services, Cloudinary, and local development adapters with environment variables.
cameronapak
Safely deletes backend entities with relationship handling, dependency management, and orphaned data cleanup, including data backup.
cameronapak
Provides quick reference for backend error codes, common solutions, and patterns to resolve development issues efficiently.
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
Provides backend debugging utilities including CLI commands, error code analysis, and logging solutions for common issues.
cameronapak
Configures backend entity relationships (many-to-one, many-to-many, self-referencing) with ORM options like mappedBy and inversedBy.
cameronapak
Configures user registration flows in backend applications with settings, roles, password rules, and custom form fields.
cameronapak
CLI tool for querying backend source repository to explore internals including data modules, authentication, and media handling.
cameronapak
Configures backend authentication system including JWT, password strategies, roles, and production security settings.
cameronapak
Provides tools for backend application testing including unit, integration, and API tests with in-memory databases and mocking.
cameronapak
Provides secure server-side password reset and change implementation, including email token flows and security best practices for backend applications.
cameronapak
Configures OAuth providers (Google, GitHub, custom) and frontend integration for backend applications, including callback URLs and environment variables.
cameronapak
Configures local development environments for Bknd projects including CLI setup, project scaffolding, and runtime configuration.
cameronapak
Facilitates updating existing records in Bknd entities using SDK or REST API with support for relations, partial updates, and conditional logic.