Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3481–3540 of 6,168 skills
6,168 skills found

Error Handling

208L

Error handling patterns including wrapping, sentinel errors, custom types, and error groups in Go

Technology & EngineeringGo

Generics

238L

Go generics including type parameters, constraints, and generic data structure patterns (Go 1.18+)

Technology & EngineeringGo

Goroutines Channels

175L

Concurrency patterns using goroutines, channels, select, and sync primitives in Go

Technology & EngineeringGo

HTTP Servers

266L

HTTP server patterns using net/http, chi, and gin including middleware, routing, and graceful shutdown

Technology & EngineeringGo

Interfaces

184L

Interface design principles, implicit satisfaction, and composition patterns in Go

Technology & EngineeringGo

Modules

216L

Go modules, dependency management, versioning, workspaces, and private module configuration

Technology & EngineeringGo

Testing

228L

Table-driven tests, benchmarks, fuzzing, test helpers, and testing best practices in Go

Technology & EngineeringGo

API Routes

345L

Route Handlers for building REST APIs, handling webhooks, streaming responses, and CORS in Next.js App Router

Technology & EngineeringNextjs

App Router

249L

App Router fundamentals including file-based routing, layouts, loading states, and parallel routes in Next.js

Technology & EngineeringNextjs

Authentication

331L

Authentication patterns using NextAuth.js (Auth.js) and Clerk for protecting routes and managing sessions in Next.js

Technology & EngineeringNextjs

Data Fetching

271L

Data fetching and caching strategies including Server Components, fetch options, ISR, and the Next.js cache layers

Technology & EngineeringNextjs

Deployment

380L

Deployment strategies for Next.js including Vercel, self-hosting with Node.js, Docker containers, and static export

Technology & EngineeringNextjs

Image Optimization

317L

Image optimization with next/image, asset handling, fonts, and performance tuning for Next.js applications

Technology & EngineeringNextjs

Middleware

297L

Middleware patterns for request interception, redirects, rewrites, authentication guards, and geo-routing in Next.js

Technology & EngineeringNextjs

Server Actions

280L

Server Actions and mutations for handling form submissions, data mutations, and revalidation in Next.js

Technology & EngineeringNextjs

Chain of Thought

149L

Chain-of-thought prompting to elicit step-by-step reasoning from language models

Technology & EngineeringPrompt Engineering

Evaluation

323L

Prompt evaluation and testing methodologies for measuring and improving prompt quality

Technology & EngineeringPrompt Engineering

Few Shot Learning

171L

Few-shot example prompting to guide model behavior through demonstration

Technology & EngineeringPrompt Engineering

Prompt Chaining

287L

Multi-step prompt chains that decompose complex tasks into sequential LLM calls

Technology & EngineeringPrompt Engineering

Retrieval Augmented

237L

RAG prompt patterns for grounding model responses in retrieved context documents

Technology & EngineeringPrompt Engineering

Role Prompting

174L

Role and persona prompting to shape model expertise, tone, and perspective

Technology & EngineeringPrompt Engineering

Structured Output

235L

Techniques for reliably extracting structured JSON and typed data from language models

Technology & EngineeringPrompt Engineering

System Prompts

197L

System prompt design for establishing persistent model behavior and constraints

Technology & EngineeringPrompt Engineering

Component Patterns

367L

Svelte component composition patterns including props, snippets, context, and advanced reuse techniques

Technology & EngineeringSvelte

Form Actions

259L

SvelteKit form actions for progressive enhancement with server-side form handling

Technology & EngineeringSvelte

Load Functions

256L

SvelteKit server and universal load functions for fetching and passing data to pages and layouts

Technology & EngineeringSvelte

Reactivity

237L

Svelte 5 runes system for fine-grained reactivity with $state, $derived, and $effect

Technology & EngineeringSvelte

Stores

248L

Svelte stores and state management patterns including writable, readable, derived, and custom stores

Technology & EngineeringSvelte

Sveltekit Auth

378L

Authentication patterns in SvelteKit using hooks, cookies, sessions, and OAuth flows

Technology & EngineeringSvelte

Sveltekit Routing

250L

SvelteKit file-based routing system including layouts, groups, and advanced route patterns

Technology & EngineeringSvelte

Transitions

292L

Svelte transitions and animations for smooth enter/exit effects and layout changes

Technology & EngineeringSvelte

Composables

216L

Building reusable custom composables in Vue 3 with proper typing, lifecycle management, and state sharing

Technology & EngineeringVue

Composition API

176L

Patterns and best practices for Vue 3 Composition API including refs, reactive, computed, watchers, and lifecycle hooks

Technology & EngineeringVue

Nuxt Routing

287L

Nuxt 3 file-based routing, dynamic routes, layouts, middleware, and navigation patterns

Technology & EngineeringVue

Nuxt Server

289L

Nuxt 3 server routes, API endpoints, server middleware, and Nitro engine patterns for full-stack development

Technology & EngineeringVue

Pinia

257L

Pinia state management for Vue 3 including store design, actions, getters, plugins, and SSR hydration

Technology & EngineeringVue

Provide Inject

302L

Vue 3 provide/inject for dependency injection, deeply nested component communication, and plugin design

Technology & EngineeringVue

Vue Router

306L

Vue Router 4 advanced patterns including navigation guards, lazy loading, scroll behavior, and typed routes

Technology & EngineeringVue

Vue Testing

366L

Vue 3 component testing with Vitest and Vue Test Utils covering unit tests, integration tests, and async patterns

Technology & EngineeringVue

Angular Testing

517L

Testing Angular applications with Jest for unit tests and Cypress for end-to-end tests

Technology & EngineeringAngular

Angular Dependency Injection

283L

Angular dependency injection system including providers, injection tokens, and hierarchical injectors

Technology & EngineeringAngular

Angular Forms

377L

Reactive forms, form validation, dynamic forms, and typed form controls in Angular

Technology & EngineeringAngular

Angular Ngrx

446L

NgRx state management with store, effects, selectors, and the component store

Technology & EngineeringAngular

Angular Routing

313L

Angular Router configuration including lazy loading, guards, resolvers, and nested routes

Technology & EngineeringAngular

Angular Rxjs Patterns

312L

RxJS reactive patterns for data fetching, state management, and event handling in Angular

Technology & EngineeringAngular

Angular Signals

257L

Angular Signals for fine-grained reactivity and efficient change detection

Technology & EngineeringAngular

Angular Standalone Components

263L

Standalone components, directives, and pipes for module-free Angular development

Technology & EngineeringAngular

Celery

280L

Celery patterns for distributed task queues, scheduling, retries, and worker management

Technology & EngineeringPython Web

Django Admin

277L

Django admin customization patterns for list views, forms, inlines, actions, and permissions

Technology & EngineeringPython Web

Django ORM

258L

Django ORM patterns for models, querysets, migrations, and database optimization

Technology & EngineeringPython Web

Django REST Framework

269L

Django REST Framework patterns for building, serializing, and securing RESTful APIs

Technology & EngineeringPython Web

Fastapi

273L

FastAPI patterns for async APIs, dependency injection, Pydantic models, and OpenAPI integration

Technology & EngineeringPython Web

Flask

313L

Flask application patterns for routing, blueprints, extensions, and application factories

Technology & EngineeringPython Web

Python Websockets

379L

WebSocket patterns for real-time communication using FastAPI, Django Channels, and the websockets library

Technology & EngineeringPython Web

Sqlalchemy

319L

SQLAlchemy ORM and Core patterns for models, sessions, queries, and async database access

Technology & EngineeringPython Web

Spring Actuator

367L

Application monitoring, health checks, metrics, and observability with Spring Boot Actuator and Micrometer

Technology & EngineeringJava Spring

Spring Batch

336L

Batch processing with Spring Batch including jobs, steps, chunk processing, readers, writers, and job scheduling

Technology & EngineeringJava Spring

Spring Boot Basics

229L

Core Spring Boot concepts including auto-configuration, starters, dependency injection, and application lifecycle

Technology & EngineeringJava Spring

Spring Cloud

358L

Microservices architecture with Spring Cloud including service discovery, API gateway, circuit breakers, and distributed configuration

Technology & EngineeringJava Spring

Spring Data Jpa

279L

Data persistence with Spring Data JPA including repositories, entity mapping, queries, and transaction management

Technology & EngineeringJava Spring