Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 841–900 of 1,708 skills
1,708 skills found in Technology & Engineering

Code Review

113L

Code review best practices for constructive, efficient pull request reviews

Technology & EngineeringGit Workflow

Conventional Commits

123L

Conventional Commits specification for structured, machine-readable commit messages

Technology & EngineeringGit Workflow

Git Bisect Debug

152L

Debugging with git bisect and advanced git log techniques to pinpoint regressions

Technology & EngineeringGit Workflow

Git Hooks

116L

Git hooks automation with Husky and lint-staged for pre-commit quality gates

Technology & EngineeringGit Workflow

Gitflow

117L

Gitflow branching model for structured release-oriented development workflows

Technology & EngineeringGit Workflow

Monorepo Management

145L

Monorepo strategies with Nx and Turborepo for scalable multi-project repositories

Technology & EngineeringGit Workflow

Release Management

150L

Release management and tagging strategies for predictable, automated software releases

Technology & EngineeringGit Workflow

Trunk Based

117L

Trunk-based development for continuous integration with short-lived branches

Technology & EngineeringGit Workflow

Container Registries

188L

Container registry setup, authentication, and image management for ECR, GCR, GHCR, and Docker Hub

Technology & EngineeringContainerization

Container Security

201L

Container image scanning, runtime hardening, and security best practices for production workloads

Technology & EngineeringContainerization

Docker Compose

206L

Docker Compose configuration for multi-service development, testing, and local orchestration

Technology & EngineeringContainerization

Docker Networking

182L

Docker networking modes, custom networks, DNS resolution, and multi-host connectivity patterns

Technology & EngineeringContainerization

Dockerfile Optimization

147L

Multi-stage builds, layer caching, and image size optimization for production Docker images

Technology & EngineeringContainerization

Helm Charts

220L

Helm chart creation, templating, dependency management, and release lifecycle for Kubernetes

Technology & EngineeringContainerization

Kubernetes Autoscaling

276L

Kubernetes autoscaling with HPA, VPA, Cluster Autoscaler, and event-driven scaling with KEDA

Technology & EngineeringContainerization

Kubernetes Basics

235L

Kubernetes core concepts including pods, services, deployments, and namespace management

Technology & EngineeringContainerization

Component Architecture

172L

Component API design, composition patterns, and architecture for scalable design system components

Technology & EngineeringDesign Systems

Design System Governance

225L

Versioning, contribution processes, and governance models for design system teams

Technology & EngineeringDesign Systems

Design Tokens

174L

Design tokens for colors, spacing, typography, and other visual primitives in design systems

Technology & EngineeringDesign Systems

Icon Systems

214L

Icon systems, SVG management, and scalable icon delivery pipelines for design systems

Technology & EngineeringDesign Systems

Motion Guidelines

217L

Motion and animation guidelines, easing curves, and transition patterns for design systems

Technology & EngineeringDesign Systems

Responsive Patterns

203L

Responsive design patterns, fluid layouts, and adaptive component strategies for design systems

Technology & EngineeringDesign Systems

Storybook Docs

196L

Storybook documentation, visual testing, and interactive component cataloging for design systems

Technology & EngineeringDesign Systems

Theming

185L

Theme systems, dark mode implementation, and runtime theme switching for design systems

Technology & EngineeringDesign Systems

API Gateway Design

120L

API gateway and Backend-for-Frontend (BFF) patterns for managing client-service communication

Technology & EngineeringSystem Design

Circuit Breaker

118L

Circuit breaker and resilience patterns for building fault-tolerant distributed systems

Technology & EngineeringSystem Design

Database Scaling

120L

Database scaling patterns including sharding, replication, and read replicas for high-throughput systems

Technology & EngineeringSystem Design

Distributed Caching

110L

Distributed caching strategies for reducing latency and database load in large-scale systems

Technology & EngineeringSystem Design

Event-Driven

106L

Event-driven architecture and CQRS patterns for reactive, decoupled distributed systems

Technology & EngineeringSystem Design

Message Queues

117L

Message queue patterns including pub/sub, fan-out, and reliable delivery for asynchronous communication

Technology & EngineeringSystem Design

Microservices

107L

Microservices architecture patterns for building independently deployable, loosely coupled services

Technology & EngineeringSystem Design

Rate Limiting Design

106L

Rate limiting and throttling strategies for protecting distributed systems at scale

Technology & EngineeringSystem Design

AWS Lambda

176L

Expert guidance for building, deploying, and optimizing AWS Lambda functions

Technology & EngineeringServerless

AWS Step Functions

195L

Expert guidance for orchestrating serverless workflows with AWS Step Functions

Technology & EngineeringServerless

Cloudflare Workers

168L

Expert guidance for building and deploying applications on Cloudflare Workers at the edge

Technology & EngineeringServerless

Cold Start Optimization

174L

Expert guidance for mitigating and optimizing cold start latency in serverless functions

Technology & EngineeringServerless

Event Triggers

260L

Expert guidance for building event-driven serverless architectures with S3, SQS, and EventBridge triggers

Technology & EngineeringServerless

Serverless Databases

177L

Expert guidance for using serverless databases like PlanetScale, Neon, and Turso in serverless applications

Technology & EngineeringServerless

Serverless Testing

236L

Expert guidance for testing serverless applications locally and in CI/CD pipelines

Technology & EngineeringServerless

Vercel Functions

173L

Expert guidance for building Vercel Edge and Serverless Functions for full-stack web applications

Technology & EngineeringServerless

Compound Components

168L

Compound component pattern for building flexible, implicitly-shared React component APIs

Technology & EngineeringReact Patterns

Context Patterns

226L

React Context patterns for efficient state sharing, provider composition, and avoiding unnecessary re-renders

Technology & EngineeringReact Patterns

Custom Hooks

189L

Custom hooks pattern for extracting and reusing stateful logic across React components

Technology & EngineeringReact Patterns

Error Boundaries

198L

Error boundary pattern for gracefully catching and recovering from runtime errors in React component trees

Technology & EngineeringReact Patterns

Optimistic Updates

251L

Optimistic update patterns for instant UI feedback with server reconciliation and rollback in React

Technology & EngineeringReact Patterns

Render Props

181L

Render props pattern for sharing cross-cutting logic through function-as-children and render callbacks

Technology & EngineeringReact Patterns

Server Components

196L

React Server Components pattern for zero-bundle server-rendered components with direct backend access

Technology & EngineeringReact Patterns

Suspense Patterns

174L

React Suspense patterns for declarative loading states, data fetching, and code splitting

Technology & EngineeringReact Patterns

Async Patterns

217L

Asyncio patterns for concurrent I/O-bound programming in Python

Technology & EngineeringPython Patterns

Context Managers

172L

Context manager patterns using with statements for reliable resource management in Python

Technology & EngineeringPython Patterns

Dataclasses

205L

Dataclass and Pydantic model patterns for structured data in Python

Technology & EngineeringPython Patterns

Decorators

168L

Decorator patterns for wrapping, extending, and composing Python functions and classes

Technology & EngineeringPython Patterns

Dependency Injection

262L

Dependency injection patterns for loosely coupled, testable Python applications

Technology & EngineeringPython Patterns

Generators

208L

Generator and itertools patterns for memory-efficient data processing in Python

Technology & EngineeringPython Patterns

Metaclasses

225L

Metaclass and descriptor patterns for advanced class customization in Python

Technology & EngineeringPython Patterns

Type Hints

202L

Type hint patterns and mypy best practices for statically typed Python code

Technology & EngineeringPython Patterns

Async Rust

233L

Async Rust programming with async/await, Tokio runtime, futures, and concurrent task patterns

Technology & EngineeringRust

Cargo Workspace

320L

Cargo workspaces, project structure, dependency management, and multi-crate Rust project organization

Technology & EngineeringRust

Error Handling

199L

Rust error handling with Result, Option, the ? operator, and ecosystem crates anyhow and thiserror

Technology & EngineeringRust

Lifetimes

181L

Rust lifetime annotations for ensuring reference validity and understanding the borrow checker

Technology & EngineeringRust