Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 1021–1080 of 1,758 skills
1,758 skills found in Technology & Engineering

Shell Scripting

298L

Bash scripting patterns, control flow, text processing, and automation for Linux administration

Technology & EngineeringLinux Admin

Systemd

211L

Systemd service units, timers, targets, and dependency management for Linux init systems

Technology & EngineeringLinux Admin

User Management

370L

User and group management, sudo configuration, PAM, and SSH access control on Linux

Technology & EngineeringLinux Admin

Basics Syntax

166L

Core regular expression syntax including character classes, quantifiers, anchors, and alternation

Technology & EngineeringRegex

Email URL Validation

136L

Practical regex patterns for validating emails, URLs, IP addresses, and other common string formats

Technology & EngineeringRegex

Log Parsing

160L

Regex patterns for parsing structured and semi-structured log files from common servers, applications, and systems

Technology & EngineeringRegex

Lookahead Lookbehind

135L

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

Technology & EngineeringRegex

Named Groups

160L

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

Technology & EngineeringRegex

Performance

223L

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

Technology & EngineeringRegex

Search Replace

218L

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

Technology & EngineeringRegex

Text Extraction

174L

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

Technology & EngineeringRegex

Apollo Client

354L

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

Technology & EngineeringGraphql

Apollo Server

304L

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

Technology & EngineeringGraphql

Authentication

333L

Authentication and authorization patterns for securing GraphQL APIs

Technology & EngineeringGraphql

Code Generation

405L

Type-safe GraphQL development with graphql-codegen for TypeScript

Technology & EngineeringGraphql

Pagination

354L

Cursor-based pagination following the Relay connection specification

Technology & EngineeringGraphql

Resolvers

217L

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

Technology & EngineeringGraphql

Schema Design

186L

Schema design principles for building maintainable, intuitive GraphQL APIs

Technology & EngineeringGraphql

Subscriptions

338L

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

Technology & EngineeringGraphql

Drizzle

230L

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

Technology & EngineeringOrm

Knex

260L

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

Technology & EngineeringOrm

Kysely

293L

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

Technology & EngineeringOrm

Mikro ORM

299L

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

Technology & EngineeringOrm

Mongoose

291L

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

Technology & EngineeringOrm

Prisma

219L

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

Technology & EngineeringOrm

Sequelize

242L

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

Technology & EngineeringOrm

Typeorm

246L

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

Technology & EngineeringOrm

API Key Auth

221L

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

Technology & EngineeringAuth Patterns

JWT Tokens

150L

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

Technology & EngineeringAuth Patterns

Multi Tenancy

198L

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

Technology & EngineeringAuth Patterns

Oauth2 Flows

193L

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

Technology & EngineeringAuth Patterns

Passkeys

212L

Passkeys and WebAuthn implementation for passwordless authentication

Technology & EngineeringAuth Patterns

Rbac

195L

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

Technology & EngineeringAuth Patterns

Session Management

167L

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

Technology & EngineeringAuth Patterns

Sso Saml

254L

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

Technology & EngineeringAuth Patterns

Chat Rooms

305L

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

Technology & EngineeringWebsocket

Collaborative Editing

308L

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

Technology & EngineeringWebsocket

Presence

276L

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

Technology & EngineeringWebsocket

Reconnection

406L

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

Technology & EngineeringWebsocket

Scaling Websockets

392L

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

Technology & EngineeringWebsocket

Server Sent Events

265L

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

Technology & EngineeringWebsocket

Socket Io

247L

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

Technology & EngineeringWebsocket

Websocket Basics

177L

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

Technology & EngineeringWebsocket

Changesets

204L

Versioning and changelog management with Changesets for coordinated monorepo package releases

Technology & EngineeringMonorepo

CI Optimization

337L

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

Technology & EngineeringMonorepo

Dependency Management

310L

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

Technology & EngineeringMonorepo

Lerna

197L

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

Technology & EngineeringMonorepo

Nx

245L

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

Technology & EngineeringMonorepo

Pnpm Workspaces

223L

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

Technology & EngineeringMonorepo

Shared Configs

324L

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

Technology & EngineeringMonorepo

Turborepo

174L

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

Technology & EngineeringMonorepo

API Gateway

297L

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

Technology & EngineeringAWS Services

Cloudformation

277L

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

Technology & EngineeringAWS Services

Cognito

285L

AWS Cognito user authentication and authorization for web and mobile applications

Technology & EngineeringAWS Services

Dynamodb

202L

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

Technology & EngineeringAWS Services

Ecs Fargate

232L

AWS ECS and Fargate for running containerized applications without managing servers

Technology & EngineeringAWS Services

Rds Aurora

320L

AWS RDS and Aurora managed relational databases for production SQL workloads

Technology & EngineeringAWS Services

S3

199L

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

Technology & EngineeringAWS Services

Sqs Sns

238L

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

Technology & EngineeringAWS Services

Terraform Basics

235L

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

Technology & EngineeringTerraform