Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3541–3600 of 6,168 skills
6,168 skills found

Spring Security

324L

Authentication, authorization, and security configuration with Spring Security including JWT, OAuth2, and method-level security

Technology & EngineeringJava Spring

Spring Testing

360L

Testing patterns for Spring Boot applications including unit tests, integration tests, sliced tests, and test containers

Technology & EngineeringJava Spring

Spring Webflux

291L

Reactive programming with Spring WebFlux including Mono, Flux, non-blocking I/O, and reactive data access

Technology & EngineeringJava Spring

Ctes Recursive

227L

Common Table Expressions and recursive queries for hierarchical data, graph traversal, and complex query composition

Technology & EngineeringSQL

Indexing Strategies

182L

Index types, design strategies, and maintenance for optimal query performance in relational databases

Technology & EngineeringSQL

JSON Operations

261L

JSON storage, querying, indexing, and manipulation in PostgreSQL and MySQL for semi-structured data

Technology & EngineeringSQL

Migration Patterns

254L

Database schema migration strategies for safe, reversible, and zero-downtime changes to production databases

Technology & EngineeringSQL

Postgres Operations

130L

Use this skill when working with PostgreSQL specifically. Activate when users mention postgres, postgress, postgresql, psql, EXPLAIN ANALYZE, VACUUM, autovacuum, bloat, WAL, connection pooling with pgbouncer, JSONB, partitioning, logical replication, RLS, or when they need Postgres-specific tuning, migration safety, or incident diagnosis.

Technology & EngineeringSQL

Query Optimization

217L

Techniques for analyzing and optimizing SQL query performance using execution plans, statistics, and query rewrites

Technology & EngineeringSQL

Stored Procedures

317L

Stored procedures, functions, and triggers for encapsulating business logic and automating actions within the database

Technology & EngineeringSQL

Transactions Isolation

225L

Transaction management, ACID properties, isolation levels, and concurrency control in relational databases

Technology & EngineeringSQL

Window Functions

198L

SQL window functions for analytics, ranking, and running calculations over partitioned result sets

Technology & EngineeringSQL

Disk Management

272L

Disk partitioning, filesystems, LVM, RAID, mount management, and storage monitoring on Linux

Technology & EngineeringLinux Admin

File Permissions

241L

Linux file permissions, ownership, special bits, ACLs, and file attribute management

Technology & EngineeringLinux Admin

Log Management

319L

Log management with journalctl, rsyslog, logrotate, and centralized logging strategies on Linux

Technology & EngineeringLinux Admin

Networking Tools

316L

Linux networking tools including ss, ip, iptables, nftables, and diagnostic utilities

Technology & EngineeringLinux Admin

Process Management

259L

Process lifecycle, monitoring, signals, cgroups, and performance analysis on Linux systems

Technology & EngineeringLinux Admin

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