Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 1261–1320 of 1,758 skills
1,758 skills found in Technology & Engineering

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

Scikit Learn

174L

Expert guidance on scikit-learn for building, evaluating, and deploying machine learning models in Python.

Technology & EngineeringData Science

Arrays Strings

85L

Array and string manipulation patterns for technical coding interviews

Technology & EngineeringInterview Prep

Behavioral

101L

Behavioral interview preparation using the STAR method and leadership principles

Technology & EngineeringInterview Prep

Big O

103L

Time and space complexity analysis for technical coding interviews

Technology & EngineeringInterview Prep

Dynamic Programming

95L

Dynamic programming patterns and techniques for technical coding interviews

Technology & EngineeringInterview Prep

Linked Lists Stacks

89L

Linked list, stack, and queue patterns for technical coding interviews

Technology & EngineeringInterview Prep

SQL Interview

158L

SQL query patterns and database concepts for technical coding interviews

Technology & EngineeringInterview Prep

System Design Interview

99L

System design interview framework and common architecture patterns

Technology & EngineeringInterview Prep

Trees Graphs

84L

Tree and graph algorithm patterns for technical coding interviews

Technology & EngineeringInterview Prep

Anti Detection

224L

Ethical techniques for handling CAPTCHAs, rate limiting, and bot detection while scraping responsibly

Technology & EngineeringWeb Scraping

Beautifulsoup

174L

HTML and XML parsing with Beautiful Soup in Python for flexible data extraction

Technology & EngineeringWeb Scraping

Cheerio

156L

Fast server-side HTML parsing and data extraction with Cheerio using jQuery-like syntax

Technology & EngineeringWeb Scraping

Data Pipeline

390L

Patterns for building robust scraping data pipelines with validation, deduplication, storage, and monitoring

Technology & EngineeringWeb Scraping

Playwright Scraping

171L

Cross-browser web scraping with Playwright, supporting Chromium, Firefox, and WebKit

Technology & EngineeringWeb Scraping

Puppeteer

163L

Headless Chrome browser automation with Puppeteer for scraping dynamic, JavaScript-rendered pages

Technology & EngineeringWeb Scraping

Scrapy

216L

Production-grade web scraping framework in Python with built-in crawling, pipelines, and middleware

Technology & EngineeringWeb Scraping

Selenium

203L

Browser-based web scraping and automation with Selenium WebDriver across multiple languages

Technology & EngineeringWeb Scraping