Total 35,392 skills
Showing 12 of 35392 skills
Expert in FastAPI Python development with best practices for APIs and async operations
Go control flow idioms from Effective Go. Covers if with initialization, omitting else for early returns, for loop forms, range, switch without fallthrough, type switch, and blank identifier patterns. Use when writing conditionals, loops, or switch statements in Go.
Go interfaces, type assertions, type switches, and embedding from Effective Go. Covers implicit interface satisfaction, comma-ok idiom, generality through interface returns, interface and struct embedding for composition. Use when defining or implementing interfaces, using type assertions/switches, or composing types through embedding.
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
Guidelines for modern C++ development with C++17/20 standards, memory safety, and performance optimization
GitLab best practices for merge requests, CI/CD pipelines, issue tracking, and DevOps workflows
Apply SEO best practices for web applications including metadata, performance optimization, and search engine optimization techniques.
WordPress and WooCommerce development guidelines with PHP best practices, security standards, and extensibility patterns
Julia development guidelines covering multiple dispatch, type system, performance optimization, and scientific computing best practices.
Expert guidance for Angular and TypeScript development focused on scalable, high-performance web applications
Expert in Supabase backend development with authentication and database patterns