debsouryadatta
Are you debsouryadatta? Claim your skills.
debsouryadatta / convex-best-practices
Provides guidelines for building production-ready Convex apps, focusing on best practices in function organization, TypeScript usage, and error handling.
debsouryadatta / convex-component-authoring
Teaches how to create and manage reusable Convex components with proper structure and dependency management for efficient development.
debsouryadatta / avoid-feature-creep
Helps prevent feature creep in software development by guiding teams to focus on essential features and maintain product clarity.
debsouryadatta / convex-file-storage
Facilitates complete file handling in Convex applications, including uploads, storage, and serving files via URL.
debsouryadatta / convex-migrations
Facilitates safe schema migrations for Convex databases, enabling seamless evolution of applications with zero-downtime patterns.
debsouryadatta / convex-realtime
Enables building reactive applications with real-time subscriptions, optimistic updates, and efficient caching using Convex.
debsouryadatta / convex
Facilitates Convex development with various patterns for backend logic, data modeling, and real-time applications.
debsouryadatta / convex-agents
Builds stateful AI agents with Convex, enabling thread management, tool integration, and real-time streaming responses.
debsouryadatta / convex-cron-jobs
Automates background tasks in Convex applications with scheduled functions, cron expressions, and job monitoring for efficient workflows.
debsouryadatta / convex-functions
Enables the creation of robust queries, mutations, and HTTP actions with validation and error handling for backend development.
debsouryadatta / convex-http-actions
Facilitates external API integration and webhook handling with customizable HTTP endpoints in Convex applications.
debsouryadatta / convex-schema-validator
Validates and defines database schemas in Convex with TypeScript, ensuring proper typing and migration strategies.
debsouryadatta / convex-security-audit
Provides comprehensive security review patterns for Convex applications, focusing on authorization logic, data access, and sensitive operations.
debsouryadatta / convex-security-check
Provides a comprehensive security audit checklist for Convex applications, ensuring robust authentication and access control.