Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 2101–2160 of 4,557 skills
4,557 skills found

Lookahead Lookbehind

136L

Lookahead and lookbehind assertions for matching patterns based on surrounding context without consuming characters

Technology & EngineeringRegex

Named Groups

161L

Named capture groups for readable, maintainable regex patterns with structured data extraction

Technology & EngineeringRegex

Performance

224L

Regex performance optimization, catastrophic backtracking prevention, and engine internals for writing efficient patterns

Technology & EngineeringRegex

Search Replace

219L

Regex-powered find and replace patterns for text transformation, refactoring, and data reformatting

Technology & EngineeringRegex

Text Extraction

175L

Regex patterns for extracting structured data from unstructured or semi-structured text sources

Technology & EngineeringRegex

Apollo Client

355L

Apollo Client with React for querying, mutating, and caching GraphQL data

Technology & EngineeringGraphql

Apollo Server

305L

Apollo Server setup, configuration, plugins, and production deployment patterns

Technology & EngineeringGraphql

Authentication

334L

Authentication and authorization patterns for securing GraphQL APIs

Technology & EngineeringGraphql

Code Generation

406L

Type-safe GraphQL development with graphql-codegen for TypeScript

Technology & EngineeringGraphql

Pagination

355L

Cursor-based pagination following the Relay connection specification

Technology & EngineeringGraphql

Resolvers

218L

Resolver patterns, data loading strategies, and the N+1 problem in GraphQL

Technology & EngineeringGraphql

Schema Design

187L

Schema design principles for building maintainable, intuitive GraphQL APIs

Technology & EngineeringGraphql

Subscriptions

339L

Real-time GraphQL subscriptions with WebSockets and server-sent events

Technology & EngineeringGraphql

Drizzle

231L

Drizzle ORM for lightweight, type-safe SQL in TypeScript with zero dependencies, SQL-like syntax, and schema-as-code

Technology & EngineeringOrm

Knex

261L

Knex.js SQL query builder for Node.js with schema building, migrations, seed files, and support for PostgreSQL, MySQL, and SQLite

Technology & EngineeringOrm

Kysely

294L

Kysely type-safe SQL query builder for TypeScript with zero overhead, full autocompletion, and no code generation

Technology & EngineeringOrm

Mikro ORM

300L

MikroORM for TypeScript with Unit of Work, Identity Map, decorator-based entities, and support for SQL and MongoDB

Technology & EngineeringOrm

Mongoose

292L

Mongoose ODM for MongoDB with schema validation, middleware hooks, population, virtuals, and TypeScript support in Node.js

Technology & EngineeringOrm

Prisma

220L

Prisma ORM for type-safe database access with auto-generated client, migrations, and schema-first modeling in TypeScript/Node.js

Technology & EngineeringOrm

Sequelize

243L

Sequelize ORM for promise-based SQL database access with model definitions, associations, migrations, and transaction support in Node.js

Technology & EngineeringOrm

Typeorm

247L

TypeORM for decorator-based entity modeling, migrations, and Active Record or Data Mapper patterns in TypeScript/Node.js

Technology & EngineeringOrm

API Key Auth

222L

API key generation, hashing, rotation, scoping, and rate limiting patterns

Technology & EngineeringAuth Patterns

JWT Tokens

151L

JWT creation, validation, refresh token rotation, and secure token storage patterns

Technology & EngineeringAuth Patterns

Multi Tenancy

199L

Multi-tenant authentication isolation, tenant-scoped tokens, and data boundary enforcement

Technology & EngineeringAuth Patterns

Oauth2 Flows

194L

OAuth 2.0 authorization code, PKCE, client credentials, and token exchange patterns

Technology & EngineeringAuth Patterns

Passkeys

213L

Passkeys and WebAuthn implementation for passwordless authentication

Technology & EngineeringAuth Patterns

Rbac

196L

Role-based access control design, permission hierarchies, and enforcement patterns

Technology & EngineeringAuth Patterns

Session Management

168L

Server-side session handling, cookie security, session stores, and fixation prevention

Technology & EngineeringAuth Patterns

Sso Saml

255L

SSO and SAML integration for enterprise identity federation and service provider setup

Technology & EngineeringAuth Patterns

Chat Rooms

306L

Chat room architecture covering message routing, history, moderation, and scalable room-based real-time systems

Technology & EngineeringWebsocket

Collaborative Editing

309L

Real-time collaborative editing with CRDTs and Operational Transform for conflict-free concurrent document editing

Technology & EngineeringWebsocket

Presence

277L

User presence system design for tracking online/offline status, typing indicators, and activity in real-time apps

Technology & EngineeringWebsocket

Reconnection

407L

Reconnection and offline resilience patterns for WebSocket apps including retry strategies and state synchronization

Technology & EngineeringWebsocket

Scaling Websockets

393L

Scaling WebSocket applications with Redis pub/sub, sticky sessions, horizontal scaling, and load balancing strategies

Technology & EngineeringWebsocket

Server Sent Events

266L

Server-Sent Events (SSE) patterns for efficient unidirectional real-time streaming from server to client

Technology & EngineeringWebsocket

Socket Io

248L

Socket.IO patterns for event-driven real-time communication with automatic reconnection and room management

Technology & EngineeringWebsocket

Websocket Basics

178L

WebSocket API fundamentals including connection lifecycle, message framing, and browser/server implementations

Technology & EngineeringWebsocket

Changesets

205L

Versioning and changelog management with Changesets for coordinated monorepo package releases

Technology & EngineeringMonorepo

CI Optimization

338L

CI/CD optimization for monorepos including affected detection, caching strategies, and parallel execution

Technology & EngineeringMonorepo

Dependency Management

311L

Managing internal package dependencies, versioning strategies, and dependency graph health in monorepos

Technology & EngineeringMonorepo

Lerna

198L

Multi-package repository management with Lerna for versioning, publishing, and task orchestration

Technology & EngineeringMonorepo

Nx

246L

Monorepo development with Nx including project graph, generators, executors, and computation caching

Technology & EngineeringMonorepo

Pnpm Workspaces

224L

Managing monorepo packages with pnpm workspaces including linking, filtering, and dependency hoisting

Technology & EngineeringMonorepo

Shared Configs

325L

Sharing ESLint, TypeScript, Prettier, and other tool configurations across monorepo packages

Technology & EngineeringMonorepo

Turborepo

175L

Build system orchestration with Turborepo for high-performance monorepo task running and caching

Technology & EngineeringMonorepo

API Gateway

298L

AWS API Gateway for building, deploying, and managing RESTful and WebSocket APIs

Technology & EngineeringAws Services

Cloudformation

278L

AWS CloudFormation infrastructure-as-code for provisioning and managing AWS resources declaratively

Technology & EngineeringAws Services

Cognito

286L

AWS Cognito user authentication and authorization for web and mobile applications

Technology & EngineeringAws Services

Dynamodb

203L

AWS DynamoDB NoSQL database for high-performance key-value and document workloads

Technology & EngineeringAws Services

Ecs Fargate

233L

AWS ECS and Fargate for running containerized applications without managing servers

Technology & EngineeringAws Services

Rds Aurora

321L

AWS RDS and Aurora managed relational databases for production SQL workloads

Technology & EngineeringAws Services

S3

200L

AWS S3 object storage service for scalable, durable file and data storage

Technology & EngineeringAws Services

Sqs Sns

239L

AWS SQS and SNS messaging services for decoupled, event-driven architectures

Technology & EngineeringAws Services

Terraform Basics

236L

Terraform fundamentals including providers, resources, data sources, and core workflow

Technology & EngineeringTerraform

Terraform CI CD Pipeline

472L

Running Terraform in CI/CD pipelines with automated plan, approval gates, and safe apply workflows

Technology & EngineeringTerraform

Terraform Modules

289L

Terraform module design, composition, versioning, and reuse patterns

Technology & EngineeringTerraform

Terraform Provisioners

273L

Terraform provisioners, null resources, triggers, and when to use alternatives

Technology & EngineeringTerraform

Terraform State Management

264L

Remote state backends, state locking, import, migration, and state surgery techniques

Technology & EngineeringTerraform

Terraform Testing

354L

Testing Terraform configurations with native tests, Terratest, plan validation, and policy-as-code

Technology & EngineeringTerraform

Terraform Variables Outputs

354L

Terraform variables, outputs, locals, type constraints, validation, and data flow patterns

Technology & EngineeringTerraform