Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3781–3840 of 6,168 skills
6,168 skills found

Deno Basics

182L

Deno runtime fundamentals including permissions, module system, and built-in tooling

Technology & EngineeringDeno Bun

Deno Deploy

181L

Deno Deploy edge functions for globally distributed serverless applications

Technology & EngineeringDeno Bun

Elysia Bun

309L

Elysia web framework on Bun for type-safe, high-performance HTTP APIs

Technology & EngineeringDeno Bun

Fresh Framework

260L

Fresh full-stack web framework for Deno with islands architecture and zero client JS by default

Technology & EngineeringDeno Bun

Migration

315L

Step-by-step strategies for migrating existing Node.js applications to Deno or Bun

Technology & EngineeringDeno Bun

Astro Basics

251L

Astro fundamentals including project structure, components, islands architecture, and templating syntax

Technology & EngineeringAstro

Astro Content Collections

294L

Content collections in Astro for managing Markdown, MDX, JSON, and YAML content with type-safe schemas

Technology & EngineeringAstro

Astro Deployment

416L

Deploying Astro sites to Vercel, Netlify, Cloudflare Pages, and other platforms

Technology & EngineeringAstro

Astro Integrations

333L

Using React, Vue, Svelte, and other UI framework islands within Astro pages

Technology & EngineeringAstro

Astro Middleware

354L

Middleware patterns in Astro for authentication, request modification, response headers, and shared context

Technology & EngineeringAstro

Astro Routing

280L

File-based and dynamic routing in Astro including static paths, rest parameters, and route priority

Technology & EngineeringAstro

Astro SSR

358L

Server-side rendering in Astro with adapters for Node, Vercel, Netlify, Cloudflare, and Deno

Technology & EngineeringAstro

Astro View Transitions

350L

View Transitions API in Astro for smooth page navigation, animations, and persistent state

Technology & EngineeringAstro

Htmx Active Search

228L

Active search, typeahead, and autocomplete patterns using HTMX triggers and debouncing

Technology & EngineeringHtmx

Htmx Alpine Integration

263L

Combining Alpine.js with HTMX for client-side state and interactivity alongside hypermedia-driven updates

Technology & EngineeringHtmx

Htmx Backend Patterns

270L

Server-side patterns for HTMX including partial templates, response headers, and middleware

Technology & EngineeringHtmx

Htmx Basics

167L

Core HTMX attributes and fundamental patterns for hypermedia-driven web development

Technology & EngineeringHtmx

Htmx Forms

199L

Form handling, validation, and submission patterns with HTMX

Technology & EngineeringHtmx

Htmx Infinite Scroll

206L

Infinite scroll and lazy loading patterns using HTMX revealed and intersect triggers

Technology & EngineeringHtmx

Htmx Progressive Enhancement

268L

Progressive enhancement strategies for building HTMX applications that work without JavaScript

Technology & EngineeringHtmx

Htmx Websockets

238L

Real-time updates with the HTMX WebSocket extension and server-sent events

Technology & EngineeringHtmx

Tailwind Animations

283L

Animation utilities, transitions, custom keyframes, and motion patterns with Tailwind CSS

Technology & EngineeringTailwind

Tailwind Component Patterns

260L

Common UI component patterns including cards, navbars, forms, modals, and badges built with Tailwind CSS

Technology & EngineeringTailwind

Tailwind Custom Config

318L

Customizing tailwind.config.js to extend themes, add custom colors, fonts, spacing, and configure content paths

Technology & EngineeringTailwind

Tailwind Dark Mode

257L

Dark mode strategies including class-based toggling, media queries, and CSS variable theming with Tailwind CSS

Technology & EngineeringTailwind

Tailwind Fundamentals

199L

Utility-first CSS fundamentals with Tailwind including class composition, spacing, typography, and layout primitives

Technology & EngineeringTailwind

Tailwind Plugins

354L

Writing custom Tailwind CSS plugins to add utilities, components, base styles, and variants

Technology & EngineeringTailwind

Tailwind Responsive Design

230L

Responsive breakpoints, mobile-first design patterns, and adaptive layouts with Tailwind CSS

Technology & EngineeringTailwind

Tailwind V4 Migration

331L

Tailwind CSS v4 breaking changes, new features, and migration guide from v3 to v4

Technology & EngineeringTailwind

Biome

187L

Biome linter, formatter, and code analysis configuration for JavaScript and TypeScript projects

Technology & EngineeringBuild Tools

Esbuild

170L

esbuild bundling, transpilation, and build scripting for ultra-fast JavaScript builds

Technology & EngineeringBuild Tools

Eslint Prettier

218L

ESLint and Prettier combined setup for JavaScript and TypeScript linting and formatting

Technology & EngineeringBuild Tools

Rollup

181L

Rollup configuration for building JavaScript libraries with tree shaking and multiple output formats

Technology & EngineeringBuild Tools

Swc

173L

SWC compiler configuration for fast TypeScript and JavaScript transpilation and minification

Technology & EngineeringBuild Tools

Tsconfig

239L

TypeScript compiler configuration, project references, and tsconfig best practices

Technology & EngineeringBuild Tools

Vite

160L

Vite configuration, plugins, and dev server optimization for modern JavaScript projects

Technology & EngineeringBuild Tools

Webpack

172L

Webpack 5 setup, optimization, code splitting, and plugin configuration for JavaScript applications

Technology & EngineeringBuild Tools

Anthropic API

271L

Anthropic Claude API integration for messages, streaming, and tool use

Technology & EngineeringLLM Integration

Embeddings

268L

Text embeddings and semantic search with vector databases for LLM applications

Technology & EngineeringLLM Integration

Function Calling

318L

Function/tool calling patterns for connecting LLMs to external APIs and data sources

Technology & EngineeringLLM Integration

Langchain

261L

LangChain orchestration for chains, agents, memory, and retrieval workflows

Technology & EngineeringLLM Integration

Openai API

207L

OpenAI API integration patterns for chat completions, embeddings, and assistants

Technology & EngineeringLLM Integration

Rag Pipeline

393L

Building retrieval-augmented generation pipelines with document ingestion, retrieval, and synthesis

Technology & EngineeringLLM Integration

Streaming

349L

Streaming LLM responses with SSE, WebSockets, and backpressure handling

Technology & EngineeringLLM Integration

Vercel AI SDK

282L

Vercel AI SDK for streaming LLM responses in React, Next.js, and edge runtimes

Technology & EngineeringLLM Integration

Artifact Management

307L

Build artifact handling, dependency caching, container image management, and artifact registry patterns for CI/CD

Technology & EngineeringCicd Patterns

Buildkite

282L

Buildkite pipelines including dynamic pipeline generation, agent targeting, plugins, and hybrid cloud CI/CD

Technology & EngineeringCicd Patterns

Circleci

282L

CircleCI configuration including orbs, workflows, executors, and pipeline parameterization for CI/CD

Technology & EngineeringCicd Patterns

Deployment Strategies

341L

Blue/green, canary, rolling, and feature-flag deployment strategies with platform-specific implementation patterns

Technology & EngineeringCicd Patterns

Environment Management

381L

Managing secrets, environment variables, deployment environments, and configuration across CI/CD pipelines

Technology & EngineeringCicd Patterns

Github Actions

220L

GitHub Actions workflows for CI/CD automation including reusable workflows, matrix builds, and deployment pipelines

Technology & EngineeringCicd Patterns

Gitlab CI

243L

GitLab CI/CD pipelines including multi-stage builds, includes, rules, and Auto DevOps configuration

Technology & EngineeringCicd Patterns

Jenkins

282L

Jenkins declarative and scripted pipelines including shared libraries, agents, and plugin-based CI/CD workflows

Technology & EngineeringCicd Patterns

Data Cleaning

229L

Expert guidance on data cleaning and preprocessing techniques for preparing raw data for analysis and modeling.

Technology & EngineeringData Science

Feature Engineering

183L

Expert guidance on feature engineering patterns for transforming raw data into predictive ML features.

Technology & EngineeringData Science

Jupyter

173L

Expert guidance on Jupyter notebooks for interactive data exploration, documentation, and reproducible analysis.

Technology & EngineeringData Science

Matplotlib

163L

Expert guidance on Matplotlib for creating static, animated, and interactive visualizations in Python.

Technology & EngineeringData Science

Numpy

170L

Expert guidance on NumPy for numerical computing, array operations, and linear algebra in Python.

Technology & EngineeringData Science

Pandas

171L

Expert guidance on Pandas for tabular data manipulation, transformation, and analysis in Python.

Technology & EngineeringData Science

Polars

168L

Expert guidance on Polars for high-performance dataframe operations with a lazy query engine in Python.

Technology & EngineeringData Science