Total 43,550 skills, Backend Development has 3814 skills
Showing 12 of 3814 skills
Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices
Sanity CMS development guidelines for schema creation, GROQ queries, TypeScript integration, and project organization
Expert guidelines for Solana program development with Rust, Anchor framework, and Web3.js integration
Expert guidance for Quarkus framework development with Jakarta EE, MicroProfile, GraalVM native builds, and reactive programming patterns
Expert guidance for Spring Framework and Spring Boot development with Java best practices, dependency injection, and RESTful API design
Best practices and guidelines for building high-performance services with gRPC and Protocol Buffers
Expert in Laravel PHP development with best practices and modern patterns
SystemVerilog development guidelines for FPGA and ASIC design covering modular design, verification, and timing optimization.
Sets up the full Neon JS SDK with unified auth and PostgREST-style database queries. Configures auth client, data client, and type generation. Use when building apps that need both authentication and database access in one SDK.
Configures Neon Serverless Driver for Next.js, Vercel Edge Functions, AWS Lambda, and other serverless environments. Installs @neondatabase/serverless, sets up environment variables, and creates working API route examples with TypeScript types. Use when users need to connect their application to Neon, fetch or query data from a Neon database, integrate Neon with Next.js or serverless frameworks, or set up database access in edge/serverless environments where traditional PostgreSQL clients don't work.
Django full-featured Python web framework with batteries included (ORM, admin, auth)
Complete Java Spring Boot skill set for building enterprise applications. Includes modular architecture with optional components: - PostgreSQL database with JPA/Hibernate + Flyway migration - Redis caching (optional) - Kafka/RabbitMQ messaging (optional, choose one) - JWT + OAuth2 authentication (optional OAuth2) - RBAC authorization (optional) - TDD with Mockito - Spec-First Development with OpenSpec